Shades of Snuff #E9CFE8
Tints of Snuff #E9CFE8
RGB
CMYK
RGB Variations
Color information
#E9CFE8 (or 0xE9CFE8) is known color: Snuff. HEX triplet: E9, CF and E8. RGB value is (233,207,232). Sum of RGB (Red+Green+Blue) = 233+207+232=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFE8 is #163017. Grayscale: #D9D9D9. Windows color (decimal): -1454104 or 15257577. OLE color: 15257577.
HSL color Cylindrical-coordinate representation of color #E9CFE8: hue angle of 302.31º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFE8 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 232 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.09 |
| HSL | 302.31º | 0.37% | 0.86% | - |
| HSV(B) | 302.31º | 0.11% | 0.91% | - |
| XYZ | 70.48 | 67.78 | 85.71 | - |
| YUV | 217.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 232 | 0 | 0.11 | 0.00 | 0.09 | 302.31 | 0.37 | 0.86 |
| Hex | E9 | CF | E8 | 0 | B | 0 | 9 | 12E | 25 | 56 |
| Octal | 351 | 317 | 350 | 0 | 13 | 0 | 11 | 456 | 45 | 126 |
| Binary | 11101001 | 11001111 | 11101000 | 0 | 1011 | 0 | 1001 | 100101110 | 100101 | 1010110 |
Color Harmonies of #E9CFE8
Complementary color
Monochromatic Colors of #E9CFE8
Black with #E9CFE8
Text Example
Text Example
White with #E9CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFE8; }
p { color: rgb(233,207,232); }
H1.HeaderClassName
{
color: #E9CFE8;
}
.AnyTagClassName
{
color: #E9CFE8;
}
</style>
background-color css
<style>
a { background-color: #E9CFE8; }
a { background-color: rgb(233,207,232); }
div.DivClassName
{
background-color: #E9CFE8;
}
.BgClassName
{
background-color: #E9CFE8;
}
</style>
border-color css
<style>
span { border-color: #E9CFE8; }
span { border-color: rgb(233,207,232); }
td.TdClassName
{
border-color: #E9CFE8;
}
.TagClassName
{
border-color: #E9CFE8;
}
</style>