#E9CCEC

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

Shades of Snuff #E9CCEC

Tints of Snuff #E9CCEC

Color information

#E9CCEC (or 0xE9CCEC) is unknown color: approx Snuff. HEX triplet: E9, CC and EC. RGB value is (233,204,236). Sum of RGB (Red+Green+Blue) = 233+204+236=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9CCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CCEC is #163313. Grayscale: #D8D8D8. Windows color (decimal): -1454868 or 15518953. OLE color: 15518953.

HSL color Cylindrical-coordinate representation of color #E9CCEC: hue angle of 294.38º degrees, saturation: 0.46, 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 #E9CCEC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233204236-
CMYK0.010.1400.07
HSL294.38º45.71%86.27%-
HSV(B)294.38º13.56%92.55%-
XYZ70.3466.5788.5-
YUV216.32139.11139.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=34.62%
G=30.31%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332042360.010.1400.07294.3845.7186.27
HexE9CCEC1E071262e56
Octal3513143541160744656126
Binary1110100111001100111011001111001111001001101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCEC; }

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

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

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

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

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

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

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

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