#EACEE8

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

Shades of Snuff #EACEE8

Tints of Snuff #EACEE8

Color information

#EACEE8 (or 0xEACEE8) is unknown color: approx Snuff. HEX triplet: EA, CE and E8. RGB value is (234,206,232). Sum of RGB (Red+Green+Blue) = 234+206+232=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEE8 is #153117. Grayscale: #D9D9D9. Windows color (decimal): -1388824 or 15257322. OLE color: 15257322.

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

Color convert

RGB234206232-
CMYK00.120.010.08
HSL304.29º40%86.27%-
HSV(B)304.29º11.97%91.76%-
XYZ70.5767.4685.65-
YUV217.34136.28139.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=34.82%
G=30.65%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420623200.120.010.08304.294086.27
HexEACEE80C181302856
Octal35231635001411046050126
Binary11101010110011101110100001100110001001100001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEE8; }

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

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

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

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

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

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

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

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