Shades of Snuff #E0D1DD
Tints of Snuff #E0D1DD
RGB
CMYK
RGB Variations
Color information
#E0D1DD (or 0xE0D1DD) is known color: Snuff. HEX triplet: E0, D1 and DD. RGB value is (224,209,221). Sum of RGB (Red+Green+Blue) = 224+209+221=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D1DD is #1F2E22. Grayscale: #D6D6D6. Windows color (decimal): -2043427 or 14537184. OLE color: 14537184.
HSL color Cylindrical-coordinate representation of color #E0D1DD: hue angle of 312º degrees, saturation: 0.19, 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 #E0D1DD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 221 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.12 |
| HSL | 312º | 0.19% | 0.85% | - |
| HSV(B) | 312º | 0.07% | 0.88% | - |
| XYZ | 66.59 | 66.67 | 77.77 | - |
| YUV | 214.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 221 | 0 | 0.07 | 0.01 | 0.12 | 312 | 0.19 | 0.85 |
| Hex | E0 | D1 | DD | 0 | 7 | 1 | C | 138 | 13 | 55 |
| Octal | 340 | 321 | 335 | 0 | 7 | 1 | 14 | 470 | 23 | 125 |
| Binary | 11100000 | 11010001 | 11011101 | 0 | 111 | 1 | 1100 | 100111000 | 10011 | 1010101 |
Color Harmonies of #E0D1DD
Complementary color
Monochromatic Colors of #E0D1DD
Black with #E0D1DD
Text Example
Text Example
White with #E0D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D1DD; }
p { color: rgb(224,209,221); }
H1.HeaderClassName
{
color: #E0D1DD;
}
.AnyTagClassName
{
color: #E0D1DD;
}
</style>
background-color css
<style>
a { background-color: #E0D1DD; }
a { background-color: rgb(224,209,221); }
div.DivClassName
{
background-color: #E0D1DD;
}
.BgClassName
{
background-color: #E0D1DD;
}
</style>
border-color css
<style>
span { border-color: #E0D1DD; }
span { border-color: rgb(224,209,221); }
td.TdClassName
{
border-color: #E0D1DD;
}
.TagClassName
{
border-color: #E0D1DD;
}
</style>