Shades of Snuff #EACCE9
Tints of Snuff #EACCE9
RGB
CMYK
RGB Variations
Color information
#EACCE9 (or 0xEACCE9) is known color: Snuff. HEX triplet: EA, CC and E9. RGB value is (234,204,233). Sum of RGB (Red+Green+Blue) = 234+204+233=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCE9 is #153316. Grayscale: #D8D8D8. Windows color (decimal): -1389335 or 15322346. OLE color: 15322346.
HSL color Cylindrical-coordinate representation of color #EACCE9: hue angle of 302º 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 #EACCE9 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 233 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.08 |
| HSL | 302º | 0.42% | 0.86% | - |
| HSV(B) | 302º | 0.13% | 0.92% | - |
| XYZ | 70.23 | 66.56 | 86.24 | - |
| YUV | 216.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 233 | 0 | 0.13 | 0.00 | 0.08 | 302 | 0.42 | 0.86 |
| Hex | EA | CC | E9 | 0 | D | 0 | 8 | 12E | 2A | 56 |
| Octal | 352 | 314 | 351 | 0 | 15 | 0 | 10 | 456 | 52 | 126 |
| Binary | 11101010 | 11001100 | 11101001 | 0 | 1101 | 0 | 1000 | 100101110 | 101010 | 1010110 |
Color Harmonies of #EACCE9
Complementary color
Monochromatic Colors of #EACCE9
Black with #EACCE9
Text Example
Text Example
White with #EACCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCE9; }
p { color: rgb(234,204,233); }
H1.HeaderClassName
{
color: #EACCE9;
}
.AnyTagClassName
{
color: #EACCE9;
}
</style>
background-color css
<style>
a { background-color: #EACCE9; }
a { background-color: rgb(234,204,233); }
div.DivClassName
{
background-color: #EACCE9;
}
.BgClassName
{
background-color: #EACCE9;
}
</style>
border-color css
<style>
span { border-color: #EACCE9; }
span { border-color: rgb(234,204,233); }
td.TdClassName
{
border-color: #EACCE9;
}
.TagClassName
{
border-color: #EACCE9;
}
</style>