#EACBE8

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

Shades of Snuff #EACBE8

Tints of Snuff #EACBE8

Color information

#EACBE8 (or 0xEACBE8) is unknown color: approx Snuff. HEX triplet: EA, CB and E8. RGB value is (234,203,232). Sum of RGB (Red+Green+Blue) = 234+203+232=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBE8 is #153417. Grayscale: #D7D7D7. Windows color (decimal): -1389592 or 15256554. OLE color: 15256554.

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

Color convert

RGB234203232-
CMYK00.130.010.08
HSL303.87º42.47%85.69%-
HSV(B)303.87º13.25%91.76%-
XYZ69.8566.0385.41-
YUV215.58137.27141.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=34.98%
G=30.34%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420323200.130.010.08303.8742.4785.69
HexEACBE80D181302a56
Octal35231335001511046052126
Binary11101010110010111110100001101110001001100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBE8; }

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

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

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

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

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

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

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

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