Shades of Snuff #E0D8DF
Tints of Snuff #E0D8DF
RGB
CMYK
RGB Variations
Color information
#E0D8DF (or 0xE0D8DF) is known color: Snuff. HEX triplet: E0, D8 and DF. RGB value is (224,216,223). Sum of RGB (Red+Green+Blue) = 224+216+223=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8DF is #1F2720. Grayscale: #DBDBDB. Windows color (decimal): -2041633 or 14670048. OLE color: 14670048.
HSL color Cylindrical-coordinate representation of color #E0D8DF: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0D8DF is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 223 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.12 |
| HSL | 307.5º | 0.11% | 0.86% | - |
| HSV(B) | 307.5º | 0.04% | 0.88% | - |
| XYZ | 68.62 | 70.29 | 79.76 | - |
| YUV | 219.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 223 | 0 | 0.04 | 0.00 | 0.12 | 307.5 | 0.11 | 0.86 |
| Hex | E0 | D8 | DF | 0 | 4 | 0 | C | 134 | B | 56 |
| Octal | 340 | 330 | 337 | 0 | 4 | 0 | 14 | 464 | 13 | 126 |
| Binary | 11100000 | 11011000 | 11011111 | 0 | 100 | 0 | 1100 | 100110100 | 1011 | 1010110 |
Color Harmonies of #E0D8DF
Complementary color
Monochromatic Colors of #E0D8DF
Black with #E0D8DF
Text Example
Text Example
White with #E0D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8DF; }
p { color: rgb(224,216,223); }
H1.HeaderClassName
{
color: #E0D8DF;
}
.AnyTagClassName
{
color: #E0D8DF;
}
</style>
background-color css
<style>
a { background-color: #E0D8DF; }
a { background-color: rgb(224,216,223); }
div.DivClassName
{
background-color: #E0D8DF;
}
.BgClassName
{
background-color: #E0D8DF;
}
</style>
border-color css
<style>
span { border-color: #E0D8DF; }
span { border-color: rgb(224,216,223); }
td.TdClassName
{
border-color: #E0D8DF;
}
.TagClassName
{
border-color: #E0D8DF;
}
</style>