Shades of Snuff #E0D0DE
Tints of Snuff #E0D0DE
RGB
CMYK
RGB Variations
Color information
#E0D0DE (or 0xE0D0DE) is known color: Snuff. HEX triplet: E0, D0 and DE. RGB value is (224,208,222). Sum of RGB (Red+Green+Blue) = 224+208+222=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D0DE is #1F2F21. Grayscale: #D6D6D6. Windows color (decimal): -2043682 or 14602464. OLE color: 14602464.
HSL color Cylindrical-coordinate representation of color #E0D0DE: hue angle of 307.5º 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 #E0D0DE is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 222 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.12 |
| HSL | 307.5º | 0.21% | 0.85% | - |
| HSV(B) | 307.5º | 0.07% | 0.88% | - |
| XYZ | 66.48 | 66.23 | 78.39 | - |
| YUV | 214.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 222 | 0 | 0.07 | 0.01 | 0.12 | 307.5 | 0.21 | 0.85 |
| Hex | E0 | D0 | DE | 0 | 7 | 1 | C | 134 | 15 | 55 |
| Octal | 340 | 320 | 336 | 0 | 7 | 1 | 14 | 464 | 25 | 125 |
| Binary | 11100000 | 11010000 | 11011110 | 0 | 111 | 1 | 1100 | 100110100 | 10101 | 1010101 |
Color Harmonies of #E0D0DE
Complementary color
Monochromatic Colors of #E0D0DE
Black with #E0D0DE
Text Example
Text Example
White with #E0D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D0DE; }
p { color: rgb(224,208,222); }
H1.HeaderClassName
{
color: #E0D0DE;
}
.AnyTagClassName
{
color: #E0D0DE;
}
</style>
background-color css
<style>
a { background-color: #E0D0DE; }
a { background-color: rgb(224,208,222); }
div.DivClassName
{
background-color: #E0D0DE;
}
.BgClassName
{
background-color: #E0D0DE;
}
</style>
border-color css
<style>
span { border-color: #E0D0DE; }
span { border-color: rgb(224,208,222); }
td.TdClassName
{
border-color: #E0D0DE;
}
.TagClassName
{
border-color: #E0D0DE;
}
</style>