#EACBEA

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

Shades of Snuff #EACBEA

Tints of Snuff #EACBEA

Color information

#EACBEA (or 0xEACBEA) is unknown color: approx Snuff. HEX triplet: EA, CB and EA. RGB value is (234,203,234). Sum of RGB (Red+Green+Blue) = 234+203+234=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EACBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBEA is #153415. Grayscale: #D7D7D7. Windows color (decimal): -1389590 or 15387626. OLE color: 15387626.

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

Color convert

RGB234203234-
CMYK00.1300.08
HSL300º42.47%85.69%-
HSV(B)300º13.25%91.76%-
XYZ70.1466.1486.91-
YUV215.8138.27140.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=34.87%
G=30.25%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420323400.1300.0830042.4785.69
HexEACBEA0D0812c2a56
Octal35231335201501045452126
Binary11101010110010111110101001101010001001011001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBEA; }

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

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

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

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

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

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

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

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