#EACBE9

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

Shades of Snuff #EACBE9

Tints of Snuff #EACBE9

Color information

#EACBE9 (or 0xEACBE9) is unknown color: approx Snuff. HEX triplet: EA, CB and E9. RGB value is (234,203,233). Sum of RGB (Red+Green+Blue) = 234+203+233=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBE9 is #153416. Grayscale: #D7D7D7. Windows color (decimal): -1389591 or 15322090. OLE color: 15322090.

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

Color convert

RGB234203233-
CMYK00.130.000.08
HSL301.94º42.47%85.69%-
HSV(B)301.94º13.25%91.76%-
XYZ7066.0986.16-
YUV215.69137.77141.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 233 (91.41% from 255) = 34.78%
R=34.93%
G=30.30%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420323300.130.000.08301.9442.4785.69
HexEACBE90D0812e2a56
Octal35231335101501045652126
Binary11101010110010111110100101101010001001011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBE9; }

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

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

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

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

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

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

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

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