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