Shades of Snuff #E5DEE5
Tints of Snuff #E5DEE5
RGB
CMYK
RGB Variations
Color information
#E5DEE5 (or 0xE5DEE5) is known color: Snuff. HEX triplet: E5, DE and E5. RGB value is (229,222,229). Sum of RGB (Red+Green+Blue) = 229+222+229=680 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.68% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEE5 is #1A211A. Grayscale: #E0E0E0. Windows color (decimal): -1712411 or 15064805. OLE color: 15064805.
HSL color Cylindrical-coordinate representation of color #E5DEE5: hue angle of 300º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DEE5 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 222 | 229 | - |
CMYK | 0 | 0.03 | 0 | 0.10 |
HSL | 300º | 0.12% | 0.88% | - |
HSV(B) | 300º | 0.03% | 0.9% | - |
XYZ | 72.58 | 74.56 | 84.69 | - |
YUV | 224.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 222 | 229 | 0 | 0.03 | 0 | 0.10 | 300 | 0.12 | 0.88 |
Hex | E5 | DE | E5 | 0 | 3 | 0 | A | 12C | C | 58 |
Octal | 345 | 336 | 345 | 0 | 3 | 0 | 12 | 454 | 14 | 130 |
Binary | 11100101 | 11011110 | 11100101 | 0 | 11 | 0 | 1010 | 100101100 | 1100 | 1011000 |
Color Harmonies of #E5DEE5
Complementary color
Monochromatic Colors of #E5DEE5
Black with #E5DEE5
Text Example
Text Example
White with #E5DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEE5; }
p { color: rgb(229,222,229); }
H1.HeaderClassName
{
color: #E5DEE5;
}
.AnyTagClassName
{
color: #E5DEE5;
}
</style>
background-color css
<style>
a { background-color: #E5DEE5; }
a { background-color: rgb(229,222,229); }
div.DivClassName
{
background-color: #E5DEE5;
}
.BgClassName
{
background-color: #E5DEE5;
}
</style>
border-color css
<style>
span { border-color: #E5DEE5; }
span { border-color: rgb(229,222,229); }
td.TdClassName
{
border-color: #E5DEE5;
}
.TagClassName
{
border-color: #E5DEE5;
}
</style>