#EACAE9

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

Shades of Snuff #EACAE9

Tints of Snuff #EACAE9

Color information

#EACAE9 (or 0xEACAE9) is unknown color: approx Snuff. HEX triplet: EA, CA and E9. RGB value is (234,202,233). Sum of RGB (Red+Green+Blue) = 234+202+233=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAE9 is #153516. Grayscale: #D7D7D7. Windows color (decimal): -1389847 or 15321834. OLE color: 15321834.

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

Color convert

RGB234202233-
CMYK00.140.000.08
HSL301.88º43.24%85.49%-
HSV(B)301.88º13.68%91.76%-
XYZ69.7665.6286.08-
YUV215.1138.1141.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 233 (91.41% from 255) = 34.83%
R=34.98%
G=30.19%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420223300.140.000.08301.8843.2485.49
HexEACAE90E0812e2b55
Octal35231235101601045653125
Binary11101010110010101110100101110010001001011101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAE9; }

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

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

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

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

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

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

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

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