Shades of Snuff #E1D0DE
Tints of Snuff #E1D0DE
RGB
CMYK
RGB Variations
Color information
#E1D0DE (or 0xE1D0DE) is known color: Snuff. HEX triplet: E1, D0 and DE. RGB value is (225,208,222). Sum of RGB (Red+Green+Blue) = 225+208+222=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0DE is #1E2F21. Grayscale: #D6D6D6. Windows color (decimal): -1978146 or 14602465. OLE color: 14602465.
HSL color Cylindrical-coordinate representation of color #E1D0DE: hue angle of 310.59º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D0DE is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 222 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.12 |
| HSL | 310.59º | 0.22% | 0.85% | - |
| HSV(B) | 310.59º | 0.08% | 0.88% | - |
| XYZ | 66.79 | 66.39 | 78.4 | - |
| YUV | 214.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 222 | 0 | 0.08 | 0.01 | 0.12 | 310.59 | 0.22 | 0.85 |
| Hex | E1 | D0 | DE | 0 | 8 | 1 | C | 137 | 16 | 55 |
| Octal | 341 | 320 | 336 | 0 | 10 | 1 | 14 | 467 | 26 | 125 |
| Binary | 11100001 | 11010000 | 11011110 | 0 | 1000 | 1 | 1100 | 100110111 | 10110 | 1010101 |
Color Harmonies of #E1D0DE
Complementary color
Monochromatic Colors of #E1D0DE
Black with #E1D0DE
Text Example
Text Example
White with #E1D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0DE; }
p { color: rgb(225,208,222); }
H1.HeaderClassName
{
color: #E1D0DE;
}
.AnyTagClassName
{
color: #E1D0DE;
}
</style>
background-color css
<style>
a { background-color: #E1D0DE; }
a { background-color: rgb(225,208,222); }
div.DivClassName
{
background-color: #E1D0DE;
}
.BgClassName
{
background-color: #E1D0DE;
}
</style>
border-color css
<style>
span { border-color: #E1D0DE; }
span { border-color: rgb(225,208,222); }
td.TdClassName
{
border-color: #E1D0DE;
}
.TagClassName
{
border-color: #E1D0DE;
}
</style>