Shades of Snuff #E0D0DD
Tints of Snuff #E0D0DD
RGB
CMYK
RGB Variations
Color information
#E0D0DD (or 0xE0D0DD) is known color: Snuff. HEX triplet: E0, D0 and DD. RGB value is (224,208,221). Sum of RGB (Red+Green+Blue) = 224+208+221=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D0DD is #1F2F22. Grayscale: #D6D6D6. Windows color (decimal): -2043683 or 14536928. OLE color: 14536928.
HSL color Cylindrical-coordinate representation of color #E0D0DD: hue angle of 311.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0D0DD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 221 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.12 |
| HSL | 311.25º | 0.21% | 0.85% | - |
| HSV(B) | 311.25º | 0.07% | 0.88% | - |
| XYZ | 66.35 | 66.18 | 77.68 | - |
| YUV | 214.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 221 | 0 | 0.07 | 0.01 | 0.12 | 311.25 | 0.21 | 0.85 |
| Hex | E0 | D0 | DD | 0 | 7 | 1 | C | 137 | 15 | 55 |
| Octal | 340 | 320 | 335 | 0 | 7 | 1 | 14 | 467 | 25 | 125 |
| Binary | 11100000 | 11010000 | 11011101 | 0 | 111 | 1 | 1100 | 100110111 | 10101 | 1010101 |
Color Harmonies of #E0D0DD
Complementary color
Monochromatic Colors of #E0D0DD
Black with #E0D0DD
Text Example
Text Example
White with #E0D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D0DD; }
p { color: rgb(224,208,221); }
H1.HeaderClassName
{
color: #E0D0DD;
}
.AnyTagClassName
{
color: #E0D0DD;
}
</style>
background-color css
<style>
a { background-color: #E0D0DD; }
a { background-color: rgb(224,208,221); }
div.DivClassName
{
background-color: #E0D0DD;
}
.BgClassName
{
background-color: #E0D0DD;
}
</style>
border-color css
<style>
span { border-color: #E0D0DD; }
span { border-color: rgb(224,208,221); }
td.TdClassName
{
border-color: #E0D0DD;
}
.TagClassName
{
border-color: #E0D0DD;
}
</style>