Shades of Snuff #E1DAE0
Tints of Snuff #E1DAE0
RGB
CMYK
RGB Variations
Color information
#E1DAE0 (or 0xE1DAE0) is known color: Snuff. HEX triplet: E1, DA and E0. RGB value is (225,218,224). Sum of RGB (Red+Green+Blue) = 225+218+224=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DAE0 is #1E251F. Grayscale: #DCDCDC. Windows color (decimal): -1975584 or 14736097. OLE color: 14736097.
HSL color Cylindrical-coordinate representation of color #E1DAE0: hue angle of 308.57º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DAE0 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 224 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.12 |
| HSL | 308.57º | 0.1% | 0.87% | - |
| HSV(B) | 308.57º | 0.03% | 0.88% | - |
| XYZ | 69.58 | 71.53 | 80.66 | - |
| YUV | 220.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 224 | 0 | 0.03 | 0.00 | 0.12 | 308.57 | 0.1 | 0.87 |
| Hex | E1 | DA | E0 | 0 | 3 | 0 | C | 135 | A | 57 |
| Octal | 341 | 332 | 340 | 0 | 3 | 0 | 14 | 465 | 12 | 127 |
| Binary | 11100001 | 11011010 | 11100000 | 0 | 11 | 0 | 1100 | 100110101 | 1010 | 1010111 |
Color Harmonies of #E1DAE0
Complementary color
Monochromatic Colors of #E1DAE0
Black with #E1DAE0
Text Example
Text Example
White with #E1DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAE0; }
p { color: rgb(225,218,224); }
H1.HeaderClassName
{
color: #E1DAE0;
}
.AnyTagClassName
{
color: #E1DAE0;
}
</style>
background-color css
<style>
a { background-color: #E1DAE0; }
a { background-color: rgb(225,218,224); }
div.DivClassName
{
background-color: #E1DAE0;
}
.BgClassName
{
background-color: #E1DAE0;
}
</style>
border-color css
<style>
span { border-color: #E1DAE0; }
span { border-color: rgb(225,218,224); }
td.TdClassName
{
border-color: #E1DAE0;
}
.TagClassName
{
border-color: #E1DAE0;
}
</style>