#EACEE9

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

Shades of Snuff #EACEE9

Tints of Snuff #EACEE9

Color information

#EACEE9 (or 0xEACEE9) is unknown color: approx Snuff. HEX triplet: EA, CE and E9. RGB value is (234,206,233). Sum of RGB (Red+Green+Blue) = 234+206+233=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEE9 is #153116. Grayscale: #D9D9D9. Windows color (decimal): -1388823 or 15322858. OLE color: 15322858.

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

Color convert

RGB234206233-
CMYK00.120.000.08
HSL302.14º40%86.27%-
HSV(B)302.14º11.97%91.76%-
XYZ70.7167.5286.4-
YUV217.45136.78139.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=34.77%
G=30.61%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420623300.120.000.08302.144086.27
HexEACEE90C0812e2856
Octal35231635101401045650126
Binary11101010110011101110100101100010001001011101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEE9; }

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

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

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

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

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

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

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

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