The Input "PeachPuff2" detected as "CSS3 color name".
| Color | ||
| websafe | No | |
| CSS3 Color name | 
          
  | 
      |
| Hex | #eecbad | |
| RGB | rgb(238,203,173) | |
| RGB in % | rgb(93%,80%,68%) | |
| CMY in % | C=7 M=20 Y=32  | 
      |
| CMYK in % | C=0 M=15 Y=27 K=7  | 
      |
| HSL | hsl(28,66%,81%) | |
| HSV | hsv(28,27%,93%) | |
| Rec. 601 luma | 210.045 | |
| Rec. 709 luma | 208.275 | |
| Rec. 2020 luma | 210.4155 | |
| Grey scale (Rec. 601 luma) | #d2d2d2 | |
| Grey scale (Rec. 709 luma) | #d0d0d0 | |
| Grey scale (Rec. 2020 luma) | #d2d2d2 | |
| Complementary color | #113452 | |
| Decimal | 15649709 | |
Show the nearest websafe color data.
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205