Shades of Snuff #E9DBE9
Tints of Snuff #E9DBE9
RGB
CMYK
RGB Variations
Color information
#E9DBE9 (or 0xE9DBE9) is known color: Snuff. HEX triplet: E9, DB and E9. RGB value is (233,219,233). Sum of RGB (Red+Green+Blue) = 233+219+233=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 233 - color contains mainly: red, blue. Hex color #E9DBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBE9 is #162416. Grayscale: #E0E0E0. Windows color (decimal): -1451031 or 15326185. OLE color: 15326185.
HSL color Cylindrical-coordinate representation of color #E9DBE9: hue angle of 300º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DBE9 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 233 | - |
| CMYK | 0 | 0.06 | 0 | 0.09 |
| HSL | 300º | 0.24% | 0.89% | - |
| HSV(B) | 300º | 0.06% | 0.91% | - |
| XYZ | 73.64 | 73.87 | 87.47 | - |
| YUV | 224.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 233 | 0 | 0.06 | 0 | 0.09 | 300 | 0.24 | 0.89 |
| Hex | E9 | DB | E9 | 0 | 6 | 0 | 9 | 12C | 18 | 59 |
| Octal | 351 | 333 | 351 | 0 | 6 | 0 | 11 | 454 | 30 | 131 |
| Binary | 11101001 | 11011011 | 11101001 | 0 | 110 | 0 | 1001 | 100101100 | 11000 | 1011001 |
Color Harmonies of #E9DBE9
Complementary color
Monochromatic Colors of #E9DBE9
Black with #E9DBE9
Text Example
Text Example
White with #E9DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBE9; }
p { color: rgb(233,219,233); }
H1.HeaderClassName
{
color: #E9DBE9;
}
.AnyTagClassName
{
color: #E9DBE9;
}
</style>
background-color css
<style>
a { background-color: #E9DBE9; }
a { background-color: rgb(233,219,233); }
div.DivClassName
{
background-color: #E9DBE9;
}
.BgClassName
{
background-color: #E9DBE9;
}
</style>
border-color css
<style>
span { border-color: #E9DBE9; }
span { border-color: rgb(233,219,233); }
td.TdClassName
{
border-color: #E9DBE9;
}
.TagClassName
{
border-color: #E9DBE9;
}
</style>