#E9CCE5

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

Shades of Snuff #E9CCE5

Tints of Snuff #E9CCE5

Color information

#E9CCE5 (or 0xE9CCE5) is unknown color: approx Snuff. HEX triplet: E9, CC and E5. RGB value is (233,204,229). Sum of RGB (Red+Green+Blue) = 233+204+229=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCE5 is #16331A. Grayscale: #D7D7D7. Windows color (decimal): -1454875 or 15060201. OLE color: 15060201.

HSL color Cylindrical-coordinate representation of color #E9CCE5: hue angle of 308.28º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CCE5 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB233204229-
CMYK00.120.020.09
HSL308.28º39.73%85.69%-
HSV(B)308.28º12.45%91.37%-
XYZ69.3466.1783.25-
YUV215.52135.61140.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.98%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=34.98%
G=30.63%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320422900.120.020.09308.2839.7385.69
HexE9CCE50C291342856
Octal35131434501421146450126
Binary111010011100110011100101011001010011001101001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCE5; }

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

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

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

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

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

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

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

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