Shades of Snuff #E0D2DE
Tints of Snuff #E0D2DE
RGB
CMYK
RGB Variations
Color information
#E0D2DE (or 0xE0D2DE) is known color: Snuff. HEX triplet: E0, D2 and DE. RGB value is (224,210,222). Sum of RGB (Red+Green+Blue) = 224+210+222=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2DE is #1F2D21. Grayscale: #D7D7D7. Windows color (decimal): -2043170 or 14602976. OLE color: 14602976.
HSL color Cylindrical-coordinate representation of color #E0D2DE: hue angle of 308.57º 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 #E0D2DE is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 222 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.12 |
| HSL | 308.57º | 0.18% | 0.85% | - |
| HSV(B) | 308.57º | 0.06% | 0.88% | - |
| XYZ | 66.97 | 67.21 | 78.55 | - |
| YUV | 215.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 222 | 0 | 0.06 | 0.01 | 0.12 | 308.57 | 0.18 | 0.85 |
| Hex | E0 | D2 | DE | 0 | 6 | 1 | C | 135 | 12 | 55 |
| Octal | 340 | 322 | 336 | 0 | 6 | 1 | 14 | 465 | 22 | 125 |
| Binary | 11100000 | 11010010 | 11011110 | 0 | 110 | 1 | 1100 | 100110101 | 10010 | 1010101 |
Color Harmonies of #E0D2DE
Complementary color
Monochromatic Colors of #E0D2DE
Black with #E0D2DE
Text Example
Text Example
White with #E0D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D2DE; }
p { color: rgb(224,210,222); }
H1.HeaderClassName
{
color: #E0D2DE;
}
.AnyTagClassName
{
color: #E0D2DE;
}
</style>
background-color css
<style>
a { background-color: #E0D2DE; }
a { background-color: rgb(224,210,222); }
div.DivClassName
{
background-color: #E0D2DE;
}
.BgClassName
{
background-color: #E0D2DE;
}
</style>
border-color css
<style>
span { border-color: #E0D2DE; }
span { border-color: rgb(224,210,222); }
td.TdClassName
{
border-color: #E0D2DE;
}
.TagClassName
{
border-color: #E0D2DE;
}
</style>