#E8CCEA

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

Shades of Snuff #E8CCEA

Tints of Snuff #E8CCEA

Color information

#E8CCEA (or 0xE8CCEA) is unknown color: approx Snuff. HEX triplet: E8, CC and EA. RGB value is (232,204,234). Sum of RGB (Red+Green+Blue) = 232+204+234=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8CCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CCEA is #173315. Grayscale: #D7D7D7. Windows color (decimal): -1520406 or 15387880. OLE color: 15387880.

HSL color Cylindrical-coordinate representation of color #E8CCEA: hue angle of 296º 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 #E8CCEA is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232204234-
CMYK0.010.1300.08
HSL296º41.67%85.88%-
HSV(B)296º12.82%91.76%-
XYZ69.7266.2886.96-
YUV215.79138.28139.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.63%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=34.63%
G=30.45%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322042340.010.1300.0829641.6785.88
HexE8CCEA1D081282a56
Octal35031435211501045052126
Binary11101000110011001110101011101010001001010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCEA; }

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

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

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

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

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

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

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

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