Shades of Snuff #E9DAE9
Tints of Snuff #E9DAE9
RGB
CMYK
RGB Variations
Color information
#E9DAE9 (or 0xE9DAE9) is known color: Snuff. HEX triplet: E9, DA and E9. RGB value is (233,218,233). Sum of RGB (Red+Green+Blue) = 233+218+233=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E9DAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAE9 is #162516. Grayscale: #E0E0E0. Windows color (decimal): -1451287 or 15325929. OLE color: 15325929.
HSL color Cylindrical-coordinate representation of color #E9DAE9: hue angle of 300º 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 #E9DAE9 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 233 | - |
| CMYK | 0 | 0.06 | 0 | 0.09 |
| HSL | 300º | 0.25% | 0.88% | - |
| HSV(B) | 300º | 0.06% | 0.91% | - |
| XYZ | 73.38 | 73.35 | 87.38 | - |
| YUV | 224.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 233 | 0 | 0.06 | 0 | 0.09 | 300 | 0.25 | 0.88 |
| Hex | E9 | DA | E9 | 0 | 6 | 0 | 9 | 12C | 19 | 58 |
| Octal | 351 | 332 | 351 | 0 | 6 | 0 | 11 | 454 | 31 | 130 |
| Binary | 11101001 | 11011010 | 11101001 | 0 | 110 | 0 | 1001 | 100101100 | 11001 | 1011000 |
Color Harmonies of #E9DAE9
Complementary color
Monochromatic Colors of #E9DAE9
Black with #E9DAE9
Text Example
Text Example
White with #E9DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAE9; }
p { color: rgb(233,218,233); }
H1.HeaderClassName
{
color: #E9DAE9;
}
.AnyTagClassName
{
color: #E9DAE9;
}
</style>
background-color css
<style>
a { background-color: #E9DAE9; }
a { background-color: rgb(233,218,233); }
div.DivClassName
{
background-color: #E9DAE9;
}
.BgClassName
{
background-color: #E9DAE9;
}
</style>
border-color css
<style>
span { border-color: #E9DAE9; }
span { border-color: rgb(233,218,233); }
td.TdClassName
{
border-color: #E9DAE9;
}
.TagClassName
{
border-color: #E9DAE9;
}
</style>