#EDCCE9

Color #EDCCE9 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #EDCCE9

Tints of Snuff #EDCCE9

Color information

#EDCCE9 (or 0xEDCCE9) is unknown color: approx Snuff. HEX triplet: ED, CC and E9. RGB value is (237,204,233). Sum of RGB (Red+Green+Blue) = 237+204+233=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCE9 is #123316. Grayscale: #D9D9D9. Windows color (decimal): -1192727 or 15322349. OLE color: 15322349.

HSL color Cylindrical-coordinate representation of color #EDCCE9: hue angle of 307.27º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCE9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB237204233-
CMYK00.140.020.07
HSL307.27º47.83%86.47%-
HSV(B)307.27º13.92%92.94%-
XYZ71.2367.0786.28-
YUV217.17136.93142.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=35.16%
G=30.27%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720423300.140.020.07307.2747.8386.47
HexEDCCE90E271333056
Octal3553143510162746360126
Binary11101101110011001110100101110101111001100111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCE9; }

 p { color: rgb(237,204,233); }

 H1.HeaderClassName
 {
   color: #EDCCE9;
 }
 .AnyTagClassName
 {
   color: #EDCCE9;
 }
</style>
background-color css

<style>
 a { background-color: #EDCCE9; }

 a { background-color: rgb(237,204,233); }

 div.DivClassName
 {
   background-color: #EDCCE9;
 }
 .BgClassName
 {
   background-color: #EDCCE9;
 }
</style>
border-color css

<style>
 span { border-color: #EDCCE9; }

 span { border-color: rgb(237,204,233); }

 td.TdClassName
 {
   border-color: #EDCCE9;
 }
 .TagClassName
 {
   border-color: #EDCCE9;
 }
</style>