Shades of Snuff #E4D9E2
Tints of Snuff #E4D9E2
RGB
CMYK
RGB Variations
Color information
#E4D9E2 (or 0xE4D9E2) is known color: Snuff. HEX triplet: E4, D9 and E2. RGB value is (228,217,226). Sum of RGB (Red+Green+Blue) = 228+217+226=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D9E2 is #1B261D. Grayscale: #DDDDDD. Windows color (decimal): -1779230 or 14866916. OLE color: 14866916.
HSL color Cylindrical-coordinate representation of color #E4D9E2: hue angle of 310.91º degrees, saturation: 0.17, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E4D9E2 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 217 | 226 | - |
CMYK | 0 | 0.05 | 0.01 | 0.11 |
HSL | 310.91º | 0.17% | 0.87% | - |
HSV(B) | 310.91º | 0.05% | 0.89% | - |
XYZ | 70.54 | 71.61 | 82.06 | - |
YUV | 221.32 | 130.64 | 132.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 217 | 226 | 0 | 0.05 | 0.01 | 0.11 | 310.91 | 0.17 | 0.87 |
Hex | E4 | D9 | E2 | 0 | 5 | 1 | B | 137 | 11 | 57 |
Octal | 344 | 331 | 342 | 0 | 5 | 1 | 13 | 467 | 21 | 127 |
Binary | 11100100 | 11011001 | 11100010 | 0 | 101 | 1 | 1011 | 100110111 | 10001 | 1010111 |
Color Harmonies of #E4D9E2
Complementary color
Monochromatic Colors of #E4D9E2
Black with #E4D9E2
Text Example
Text Example
White with #E4D9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D9E2; }
p { color: rgb(228,217,226); }
H1.HeaderClassName
{
color: #E4D9E2;
}
.AnyTagClassName
{
color: #E4D9E2;
}
</style>
background-color css
<style>
a { background-color: #E4D9E2; }
a { background-color: rgb(228,217,226); }
div.DivClassName
{
background-color: #E4D9E2;
}
.BgClassName
{
background-color: #E4D9E2;
}
</style>
border-color css
<style>
span { border-color: #E4D9E2; }
span { border-color: rgb(228,217,226); }
td.TdClassName
{
border-color: #E4D9E2;
}
.TagClassName
{
border-color: #E4D9E2;
}
</style>