Shades of Snuff #EACBEA
Tints of Snuff #EACBEA
RGB
CMYK
RGB Variations
Color information
#EACBEA (or 0xEACBEA) is known color: 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
| RGB | 234 | 203 | 234 | - |
| CMYK | 0 | 0.13 | 0 | 0.08 |
| HSL | 300º | 0.42% | 0.86% | - |
| HSV(B) | 300º | 0.13% | 0.92% | - |
| XYZ | 70.14 | 66.14 | 86.91 | - |
| YUV | 215.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 234 | 0 | 0.13 | 0 | 0.08 | 300 | 0.42 | 0.86 |
| Hex | EA | CB | EA | 0 | D | 0 | 8 | 12C | 2A | 56 |
| Octal | 352 | 313 | 352 | 0 | 15 | 0 | 10 | 454 | 52 | 126 |
| Binary | 11101010 | 11001011 | 11101010 | 0 | 1101 | 0 | 1000 | 100101100 | 101010 | 1010110 |
Color Harmonies of #EACBEA
Complementary color
Monochromatic Colors of #EACBEA
Black with #EACBEA
Text Example
Text Example
White with #EACBEA
Text Example
Text Example
HTML Codes & Css Web 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>