#EACCE4

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

Shades of Snuff #EACCE4

Tints of Snuff #EACCE4

Color information

#EACCE4 (or 0xEACCE4) is unknown color: approx Snuff. HEX triplet: EA, CC and E4. RGB value is (234,204,228). Sum of RGB (Red+Green+Blue) = 234+204+228=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCE4 is #15331B. Grayscale: #D7D7D7. Windows color (decimal): -1389340 or 14994666. OLE color: 14994666.

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

Color convert

RGB234204228-
CMYK00.130.030.08
HSL312º41.67%85.88%-
HSV(B)312º12.82%91.76%-
XYZ69.5366.2882.53-
YUV215.71134.94141.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=35.14%
G=30.63%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420422800.130.030.0831241.6785.88
HexEACCE40D381382a56
Octal35231434401531047052126
Binary111010101100110011100100011011110001001110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCE4; }

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

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

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

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

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

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

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

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