#EACBE6

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

Shades of Snuff #EACBE6

Tints of Snuff #EACBE6

Color information

#EACBE6 (or 0xEACBE6) is unknown color: approx Snuff. HEX triplet: EA, CB and E6. RGB value is (234,203,230). Sum of RGB (Red+Green+Blue) = 234+203+230=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBE6 is #153419. Grayscale: #D7D7D7. Windows color (decimal): -1389594 or 15125482. OLE color: 15125482.

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

Color convert

RGB234203230-
CMYK00.130.020.08
HSL307.74º42.47%85.69%-
HSV(B)307.74º13.25%91.76%-
XYZ69.5765.9283.92-
YUV215.35136.27141.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 230 (90.23% from 255) = 34.48%
R=35.08%
G=30.43%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420323000.130.020.08307.7442.4785.69
HexEACBE60D281342a56
Octal35231334601521046452126
Binary111010101100101111100110011011010001001101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBE6; }

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

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

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

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

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

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

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

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