Shades of Snuff #E9D8E9
Tints of Snuff #E9D8E9
RGB
CMYK
RGB Variations
Color information
#E9D8E9 (or 0xE9D8E9) is known color: Snuff. HEX triplet: E9, D8 and E9. RGB value is (233,216,233). Sum of RGB (Red+Green+Blue) = 233+216+233=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E9D8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D8E9 is #162716. Grayscale: #DEDEDE. Windows color (decimal): -1451799 or 15325417. OLE color: 15325417.
HSL color Cylindrical-coordinate representation of color #E9D8E9: hue angle of 300º degrees, saturation: 0.28, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9D8E9 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 233 | - |
| CMYK | 0 | 0.07 | 0 | 0.09 |
| HSL | 300º | 0.28% | 0.88% | - |
| HSV(B) | 300º | 0.07% | 0.91% | - |
| XYZ | 72.87 | 72.32 | 87.21 | - |
| YUV | 223.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 233 | 0 | 0.07 | 0 | 0.09 | 300 | 0.28 | 0.88 |
| Hex | E9 | D8 | E9 | 0 | 7 | 0 | 9 | 12C | 1C | 58 |
| Octal | 351 | 330 | 351 | 0 | 7 | 0 | 11 | 454 | 34 | 130 |
| Binary | 11101001 | 11011000 | 11101001 | 0 | 111 | 0 | 1001 | 100101100 | 11100 | 1011000 |
Color Harmonies of #E9D8E9
Complementary color
Monochromatic Colors of #E9D8E9
Black with #E9D8E9
Text Example
Text Example
White with #E9D8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D8E9; }
p { color: rgb(233,216,233); }
H1.HeaderClassName
{
color: #E9D8E9;
}
.AnyTagClassName
{
color: #E9D8E9;
}
</style>
background-color css
<style>
a { background-color: #E9D8E9; }
a { background-color: rgb(233,216,233); }
div.DivClassName
{
background-color: #E9D8E9;
}
.BgClassName
{
background-color: #E9D8E9;
}
</style>
border-color css
<style>
span { border-color: #E9D8E9; }
span { border-color: rgb(233,216,233); }
td.TdClassName
{
border-color: #E9D8E9;
}
.TagClassName
{
border-color: #E9D8E9;
}
</style>