#EACAE5

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

Shades of Snuff #EACAE5

Tints of Snuff #EACAE5

Color information

#EACAE5 (or 0xEACAE5) is unknown color: approx Snuff. HEX triplet: EA, CA and E5. RGB value is (234,202,229). Sum of RGB (Red+Green+Blue) = 234+202+229=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAE5 is #15351A. Grayscale: #D6D6D6. Windows color (decimal): -1389851 or 15059690. OLE color: 15059690.

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

Color convert

RGB234202229-
CMYK00.140.020.08
HSL309.38º43.24%85.49%-
HSV(B)309.38º13.68%91.76%-
XYZ69.265.3983.1-
YUV214.65136.1141.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 229 (89.84% from 255) = 34.44%
R=35.19%
G=30.38%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420222900.140.020.08309.3843.2485.49
HexEACAE50E281352b55
Octal35231234501621046553125
Binary111010101100101011100101011101010001001101011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAE5; }

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

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

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

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

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

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

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

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