Shades of Snuff #E9D9E6
Tints of Snuff #E9D9E6
RGB
CMYK
RGB Variations
Color information
#E9D9E6 (or 0xE9D9E6) is known color: Snuff. HEX triplet: E9, D9 and E6. RGB value is (233,217,230). Sum of RGB (Red+Green+Blue) = 233+217+230=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D9E6 is #162619. Grayscale: #DFDFDF. Windows color (decimal): -1451546 or 15129065. OLE color: 15129065.
HSL color Cylindrical-coordinate representation of color #E9D9E6: hue angle of 311.25º degrees, saturation: 0.27, 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 #E9D9E6 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 230 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.09 |
| HSL | 311.25º | 0.27% | 0.88% | - |
| HSV(B) | 311.25º | 0.07% | 0.91% | - |
| XYZ | 72.7 | 72.66 | 85.06 | - |
| YUV | 223.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 230 | 0 | 0.07 | 0.01 | 0.09 | 311.25 | 0.27 | 0.88 |
| Hex | E9 | D9 | E6 | 0 | 7 | 1 | 9 | 137 | 1B | 58 |
| Octal | 351 | 331 | 346 | 0 | 7 | 1 | 11 | 467 | 33 | 130 |
| Binary | 11101001 | 11011001 | 11100110 | 0 | 111 | 1 | 1001 | 100110111 | 11011 | 1011000 |
Color Harmonies of #E9D9E6
Complementary color
Monochromatic Colors of #E9D9E6
Black with #E9D9E6
Text Example
Text Example
White with #E9D9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9E6; }
p { color: rgb(233,217,230); }
H1.HeaderClassName
{
color: #E9D9E6;
}
.AnyTagClassName
{
color: #E9D9E6;
}
</style>
background-color css
<style>
a { background-color: #E9D9E6; }
a { background-color: rgb(233,217,230); }
div.DivClassName
{
background-color: #E9D9E6;
}
.BgClassName
{
background-color: #E9D9E6;
}
</style>
border-color css
<style>
span { border-color: #E9D9E6; }
span { border-color: rgb(233,217,230); }
td.TdClassName
{
border-color: #E9D9E6;
}
.TagClassName
{
border-color: #E9D9E6;
}
</style>