Shades of Snuff #E9DDE8
Tints of Snuff #E9DDE8
RGB
CMYK
RGB Variations
Color information
#E9DDE8 (or 0xE9DDE8) is known color: Snuff. HEX triplet: E9, DD and E8. RGB value is (233,221,232). Sum of RGB (Red+Green+Blue) = 233+221+232=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDE8 is #162217. Grayscale: #E1E1E1. Windows color (decimal): -1450520 or 15261161. OLE color: 15261161.
HSL color Cylindrical-coordinate representation of color #E9DDE8: hue angle of 305º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DDE8 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 232 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.09 |
| HSL | 305º | 0.21% | 0.89% | - |
| HSV(B) | 305º | 0.05% | 0.91% | - |
| XYZ | 74.03 | 74.86 | 86.89 | - |
| YUV | 225.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 232 | 0 | 0.05 | 0.00 | 0.09 | 305 | 0.21 | 0.89 |
| Hex | E9 | DD | E8 | 0 | 5 | 0 | 9 | 131 | 15 | 59 |
| Octal | 351 | 335 | 350 | 0 | 5 | 0 | 11 | 461 | 25 | 131 |
| Binary | 11101001 | 11011101 | 11101000 | 0 | 101 | 0 | 1001 | 100110001 | 10101 | 1011001 |
Color Harmonies of #E9DDE8
Complementary color
Monochromatic Colors of #E9DDE8
Black with #E9DDE8
Text Example
Text Example
White with #E9DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDE8; }
p { color: rgb(233,221,232); }
H1.HeaderClassName
{
color: #E9DDE8;
}
.AnyTagClassName
{
color: #E9DDE8;
}
</style>
background-color css
<style>
a { background-color: #E9DDE8; }
a { background-color: rgb(233,221,232); }
div.DivClassName
{
background-color: #E9DDE8;
}
.BgClassName
{
background-color: #E9DDE8;
}
</style>
border-color css
<style>
span { border-color: #E9DDE8; }
span { border-color: rgb(233,221,232); }
td.TdClassName
{
border-color: #E9DDE8;
}
.TagClassName
{
border-color: #E9DDE8;
}
</style>