#EACAE8

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

Shades of Snuff #EACAE8

Tints of Snuff #EACAE8

Color information

#EACAE8 (or 0xEACAE8) is unknown color: approx Snuff. HEX triplet: EA, CA and E8. RGB value is (234,202,232). Sum of RGB (Red+Green+Blue) = 234+202+232=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAE8 is #153517. Grayscale: #D6D6D6. Windows color (decimal): -1389848 or 15256298. OLE color: 15256298.

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

Color convert

RGB234202232-
CMYK00.140.010.08
HSL303.75º43.24%85.49%-
HSV(B)303.75º13.68%91.76%-
XYZ69.6265.5685.33-
YUV214.99137.6141.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 232 (91.02% from 255) = 34.73%
R=35.03%
G=30.24%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420223200.140.010.08303.7543.2485.49
HexEACAE80E181302b55
Octal35231235001611046053125
Binary11101010110010101110100001110110001001100001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAE8; }

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

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

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

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

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

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

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

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