Shades of Snuff #E9DAE8
Tints of Snuff #E9DAE8
RGB
CMYK
RGB Variations
Color information
#E9DAE8 (or 0xE9DAE8) is known color: Snuff. HEX triplet: E9, DA and E8. RGB value is (233,218,232). Sum of RGB (Red+Green+Blue) = 233+218+232=683 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.11% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAE8 is #162517. Grayscale: #E0E0E0. Windows color (decimal): -1451288 or 15260393. OLE color: 15260393.
HSL color Cylindrical-coordinate representation of color #E9DAE8: hue angle of 304º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DAE8 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 232 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.09 |
| HSL | 304º | 0.25% | 0.88% | - |
| HSV(B) | 304º | 0.06% | 0.91% | - |
| XYZ | 73.24 | 73.29 | 86.63 | - |
| YUV | 224.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 232 | 0 | 0.06 | 0.00 | 0.09 | 304 | 0.25 | 0.88 |
| Hex | E9 | DA | E8 | 0 | 6 | 0 | 9 | 130 | 19 | 58 |
| Octal | 351 | 332 | 350 | 0 | 6 | 0 | 11 | 460 | 31 | 130 |
| Binary | 11101001 | 11011010 | 11101000 | 0 | 110 | 0 | 1001 | 100110000 | 11001 | 1011000 |
Color Harmonies of #E9DAE8
Complementary color
Monochromatic Colors of #E9DAE8
Black with #E9DAE8
Text Example
Text Example
White with #E9DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAE8; }
p { color: rgb(233,218,232); }
H1.HeaderClassName
{
color: #E9DAE8;
}
.AnyTagClassName
{
color: #E9DAE8;
}
</style>
background-color css
<style>
a { background-color: #E9DAE8; }
a { background-color: rgb(233,218,232); }
div.DivClassName
{
background-color: #E9DAE8;
}
.BgClassName
{
background-color: #E9DAE8;
}
</style>
border-color css
<style>
span { border-color: #E9DAE8; }
span { border-color: rgb(233,218,232); }
td.TdClassName
{
border-color: #E9DAE8;
}
.TagClassName
{
border-color: #E9DAE8;
}
</style>