Shades of Snuff #E0D2DD
Tints of Snuff #E0D2DD
RGB
CMYK
RGB Variations
Color information
#E0D2DD (or 0xE0D2DD) is known color: Snuff. HEX triplet: E0, D2 and DD. RGB value is (224,210,221). Sum of RGB (Red+Green+Blue) = 224+210+221=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2DD is #1F2D22. Grayscale: #D7D7D7. Windows color (decimal): -2043171 or 14537440. OLE color: 14537440.
HSL color Cylindrical-coordinate representation of color #E0D2DD: hue angle of 312.86º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0D2DD is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 221 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.12 |
| HSL | 312.86º | 0.18% | 0.85% | - |
| HSV(B) | 312.86º | 0.06% | 0.88% | - |
| XYZ | 66.84 | 67.16 | 77.85 | - |
| YUV | 215.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 221 | 0 | 0.06 | 0.01 | 0.12 | 312.86 | 0.18 | 0.85 |
| Hex | E0 | D2 | DD | 0 | 6 | 1 | C | 139 | 12 | 55 |
| Octal | 340 | 322 | 335 | 0 | 6 | 1 | 14 | 471 | 22 | 125 |
| Binary | 11100000 | 11010010 | 11011101 | 0 | 110 | 1 | 1100 | 100111001 | 10010 | 1010101 |
Color Harmonies of #E0D2DD
Complementary color
Monochromatic Colors of #E0D2DD
Black with #E0D2DD
Text Example
Text Example
White with #E0D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D2DD; }
p { color: rgb(224,210,221); }
H1.HeaderClassName
{
color: #E0D2DD;
}
.AnyTagClassName
{
color: #E0D2DD;
}
</style>
background-color css
<style>
a { background-color: #E0D2DD; }
a { background-color: rgb(224,210,221); }
div.DivClassName
{
background-color: #E0D2DD;
}
.BgClassName
{
background-color: #E0D2DD;
}
</style>
border-color css
<style>
span { border-color: #E0D2DD; }
span { border-color: rgb(224,210,221); }
td.TdClassName
{
border-color: #E0D2DD;
}
.TagClassName
{
border-color: #E0D2DD;
}
</style>