Shades of Snuff #E5D9E4
Tints of Snuff #E5D9E4
RGB
CMYK
RGB Variations
Color information
#E5D9E4 (or 0xE5D9E4) is known color: Snuff. HEX triplet: E5, D9 and E4. RGB value is (229,217,228). Sum of RGB (Red+Green+Blue) = 229+217+228=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9E4 is #1A261B. Grayscale: #DDDDDD. Windows color (decimal): -1713692 or 14997989. OLE color: 14997989.
HSL color Cylindrical-coordinate representation of color #E5D9E4: hue angle of 305º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5D9E4 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 217 | 228 | - |
CMYK | 0 | 0.05 | 0.00 | 0.10 |
HSL | 305º | 0.19% | 0.87% | - |
HSV(B) | 305º | 0.05% | 0.9% | - |
XYZ | 71.13 | 71.89 | 83.53 | - |
YUV | 221.84 | 131.48 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 217 | 228 | 0 | 0.05 | 0.00 | 0.10 | 305 | 0.19 | 0.87 |
Hex | E5 | D9 | E4 | 0 | 5 | 0 | A | 131 | 13 | 57 |
Octal | 345 | 331 | 344 | 0 | 5 | 0 | 12 | 461 | 23 | 127 |
Binary | 11100101 | 11011001 | 11100100 | 0 | 101 | 0 | 1010 | 100110001 | 10011 | 1010111 |
Color Harmonies of #E5D9E4
Complementary color
Monochromatic Colors of #E5D9E4
Black with #E5D9E4
Text Example
Text Example
White with #E5D9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9E4; }
p { color: rgb(229,217,228); }
H1.HeaderClassName
{
color: #E5D9E4;
}
.AnyTagClassName
{
color: #E5D9E4;
}
</style>
background-color css
<style>
a { background-color: #E5D9E4; }
a { background-color: rgb(229,217,228); }
div.DivClassName
{
background-color: #E5D9E4;
}
.BgClassName
{
background-color: #E5D9E4;
}
</style>
border-color css
<style>
span { border-color: #E5D9E4; }
span { border-color: rgb(229,217,228); }
td.TdClassName
{
border-color: #E5D9E4;
}
.TagClassName
{
border-color: #E5D9E4;
}
</style>