#EACCE8

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

Shades of Snuff #EACCE8

Tints of Snuff #EACCE8

Color information

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

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

Color convert

RGB234204232-
CMYK00.130.010.08
HSL304º41.67%85.88%-
HSV(B)304º12.82%91.76%-
XYZ70.0966.585.49-
YUV216.16136.94140.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420423200.130.010.0830441.6785.88
HexEACCE80D181302a56
Octal35231435001511046052126
Binary11101010110011001110100001101110001001100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCE8; }

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

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

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

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

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

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

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

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