Shades of Snuff #E8DEE5
Tints of Snuff #E8DEE5
RGB
CMYK
RGB Variations
Color information
#E8DEE5 (or 0xE8DEE5) is known color: Snuff. HEX triplet: E8, DE and E5. RGB value is (232,222,229). Sum of RGB (Red+Green+Blue) = 232+222+229=683 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.97% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEE5 is #17211A. Grayscale: #E1E1E1. Windows color (decimal): -1515803 or 15064808. OLE color: 15064808.
HSL color Cylindrical-coordinate representation of color #E8DEE5: hue angle of 318º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E8DEE5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 222 | 229 | - |
CMYK | 0 | 0.04 | 0.01 | 0.09 |
HSL | 318º | 0.18% | 0.89% | - |
HSV(B) | 318º | 0.04% | 0.91% | - |
XYZ | 73.54 | 75.06 | 84.74 | - |
YUV | 225.79 | 129.81 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 222 | 229 | 0 | 0.04 | 0.01 | 0.09 | 318 | 0.18 | 0.89 |
Hex | E8 | DE | E5 | 0 | 4 | 1 | 9 | 13E | 12 | 59 |
Octal | 350 | 336 | 345 | 0 | 4 | 1 | 11 | 476 | 22 | 131 |
Binary | 11101000 | 11011110 | 11100101 | 0 | 100 | 1 | 1001 | 100111110 | 10010 | 1011001 |
Color Harmonies of #E8DEE5
Complementary color
Monochromatic Colors of #E8DEE5
Black with #E8DEE5
Text Example
Text Example
White with #E8DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEE5; }
p { color: rgb(232,222,229); }
H1.HeaderClassName
{
color: #E8DEE5;
}
.AnyTagClassName
{
color: #E8DEE5;
}
</style>
background-color css
<style>
a { background-color: #E8DEE5; }
a { background-color: rgb(232,222,229); }
div.DivClassName
{
background-color: #E8DEE5;
}
.BgClassName
{
background-color: #E8DEE5;
}
</style>
border-color css
<style>
span { border-color: #E8DEE5; }
span { border-color: rgb(232,222,229); }
td.TdClassName
{
border-color: #E8DEE5;
}
.TagClassName
{
border-color: #E8DEE5;
}
</style>