Shades of Snuff #E5D0E1
Tints of Snuff #E5D0E1
RGB
CMYK
RGB Variations
Color information
#E5D0E1 (or 0xE5D0E1) is known color: Snuff. HEX triplet: E5, D0 and E1. RGB value is (229,208,225). Sum of RGB (Red+Green+Blue) = 229+208+225=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D0E1 is #1A2F1E. Grayscale: #D8D8D8. Windows color (decimal): -1715999 or 14799077. OLE color: 14799077.
HSL color Cylindrical-coordinate representation of color #E5D0E1: hue angle of 311.43º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5D0E1 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 225 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.10 |
| HSL | 311.43º | 0.29% | 0.86% | - |
| HSV(B) | 311.43º | 0.09% | 0.9% | - |
| XYZ | 68.46 | 67.21 | 80.6 | - |
| YUV | 216.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 225 | 0 | 0.09 | 0.02 | 0.10 | 311.43 | 0.29 | 0.86 |
| Hex | E5 | D0 | E1 | 0 | 9 | 2 | A | 137 | 1D | 56 |
| Octal | 345 | 320 | 341 | 0 | 11 | 2 | 12 | 467 | 35 | 126 |
| Binary | 11100101 | 11010000 | 11100001 | 0 | 1001 | 10 | 1010 | 100110111 | 11101 | 1010110 |
Color Harmonies of #E5D0E1
Complementary color
Monochromatic Colors of #E5D0E1
Black with #E5D0E1
Text Example
Text Example
White with #E5D0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D0E1; }
p { color: rgb(229,208,225); }
H1.HeaderClassName
{
color: #E5D0E1;
}
.AnyTagClassName
{
color: #E5D0E1;
}
</style>
background-color css
<style>
a { background-color: #E5D0E1; }
a { background-color: rgb(229,208,225); }
div.DivClassName
{
background-color: #E5D0E1;
}
.BgClassName
{
background-color: #E5D0E1;
}
</style>
border-color css
<style>
span { border-color: #E5D0E1; }
span { border-color: rgb(229,208,225); }
td.TdClassName
{
border-color: #E5D0E1;
}
.TagClassName
{
border-color: #E5D0E1;
}
</style>