Shades of Snuff #E0D2DF
Tints of Snuff #E0D2DF
RGB
CMYK
RGB Variations
Color information
#E0D2DF (or 0xE0D2DF) is known color: Snuff. HEX triplet: E0, D2 and DF. RGB value is (224,210,223). Sum of RGB (Red+Green+Blue) = 224+210+223=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2DF is #1F2D20. Grayscale: #D7D7D7. Windows color (decimal): -2043169 or 14668512. OLE color: 14668512.
HSL color Cylindrical-coordinate representation of color #E0D2DF: hue angle of 304.29º 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 #E0D2DF is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 223 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.12 |
| HSL | 304.29º | 0.18% | 0.85% | - |
| HSV(B) | 304.29º | 0.06% | 0.88% | - |
| XYZ | 67.11 | 67.27 | 79.26 | - |
| YUV | 215.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 223 | 0 | 0.06 | 0.00 | 0.12 | 304.29 | 0.18 | 0.85 |
| Hex | E0 | D2 | DF | 0 | 6 | 0 | C | 130 | 12 | 55 |
| Octal | 340 | 322 | 337 | 0 | 6 | 0 | 14 | 460 | 22 | 125 |
| Binary | 11100000 | 11010010 | 11011111 | 0 | 110 | 0 | 1100 | 100110000 | 10010 | 1010101 |
Color Harmonies of #E0D2DF
Complementary color
Monochromatic Colors of #E0D2DF
Black with #E0D2DF
Text Example
Text Example
White with #E0D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D2DF; }
p { color: rgb(224,210,223); }
H1.HeaderClassName
{
color: #E0D2DF;
}
.AnyTagClassName
{
color: #E0D2DF;
}
</style>
background-color css
<style>
a { background-color: #E0D2DF; }
a { background-color: rgb(224,210,223); }
div.DivClassName
{
background-color: #E0D2DF;
}
.BgClassName
{
background-color: #E0D2DF;
}
</style>
border-color css
<style>
span { border-color: #E0D2DF; }
span { border-color: rgb(224,210,223); }
td.TdClassName
{
border-color: #E0D2DF;
}
.TagClassName
{
border-color: #E0D2DF;
}
</style>