#EACEE4

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

Shades of Snuff #EACEE4

Tints of Snuff #EACEE4

Color information

#EACEE4 (or 0xEACEE4) is unknown color: approx Snuff. HEX triplet: EA, CE and E4. RGB value is (234,206,228). Sum of RGB (Red+Green+Blue) = 234+206+228=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEE4 is #15311B. Grayscale: #D8D8D8. Windows color (decimal): -1388828 or 14995178. OLE color: 14995178.

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

Color convert

RGB234206228-
CMYK00.120.030.08
HSL312.86º40%86.27%-
HSV(B)312.86º11.97%91.76%-
XYZ70.0167.2482.69-
YUV216.88134.28140.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=35.03%
G=30.84%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420622800.120.030.08312.864086.27
HexEACEE40C381392856
Octal35231634401431047150126
Binary111010101100111011100100011001110001001110011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEE4; }

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

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

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

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

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

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

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

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