#E9CCEA

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

Shades of Snuff #E9CCEA

Tints of Snuff #E9CCEA

Color information

#E9CCEA (or 0xE9CCEA) is unknown color: approx Snuff. HEX triplet: E9, CC and EA. RGB value is (233,204,234). Sum of RGB (Red+Green+Blue) = 233+204+234=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CCEA is #163315. Grayscale: #D8D8D8. Windows color (decimal): -1454870 or 15387881. OLE color: 15387881.

HSL color Cylindrical-coordinate representation of color #E9CCEA: hue angle of 298º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CCEA is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233204234-
CMYK0.000.1300.08
HSL298º41.67%85.88%-
HSV(B)298º12.82%91.76%-
XYZ70.0566.4586.98-
YUV216.09138.11140.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.72%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=34.72%
G=30.40%
B=34.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332042340.000.1300.0829841.6785.88
HexE9CCEA0D0812a2a56
Octal35131435201501045252126
Binary11101001110011001110101001101010001001010101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCEA; }

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

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

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

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

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

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

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

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