Shades of Snuff #E4D8E5
Tints of Snuff #E4D8E5
RGB
CMYK
RGB Variations
Color information
#E4D8E5 (or 0xE4D8E5) is known color: Snuff. HEX triplet: E4, D8 and E5. RGB value is (228,216,229). Sum of RGB (Red+Green+Blue) = 228+216+229=673 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.88% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4D8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D8E5 is #1B271A. Grayscale: #DDDDDD. Windows color (decimal): -1779483 or 15063268. OLE color: 15063268.
HSL color Cylindrical-coordinate representation of color #E4D8E5: hue angle of 295.38º degrees, saturation: 0.2, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E4D8E5 is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 216 | 229 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.10 |
| HSL | 295.38º | 0.2% | 0.87% | - |
| HSV(B) | 295.38º | 0.06% | 0.9% | - |
| XYZ | 70.69 | 71.26 | 84.16 | - |
| YUV | 221.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 216 | 229 | 0.00 | 0.06 | 0 | 0.10 | 295.38 | 0.2 | 0.87 |
| Hex | E4 | D8 | E5 | 0 | 6 | 0 | A | 127 | 14 | 57 |
| Octal | 344 | 330 | 345 | 0 | 6 | 0 | 12 | 447 | 24 | 127 |
| Binary | 11100100 | 11011000 | 11100101 | 0 | 110 | 0 | 1010 | 100100111 | 10100 | 1010111 |
Color Harmonies of #E4D8E5
Complementary color
Monochromatic Colors of #E4D8E5
Black with #E4D8E5
Text Example
Text Example
White with #E4D8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D8E5; }
p { color: rgb(228,216,229); }
H1.HeaderClassName
{
color: #E4D8E5;
}
.AnyTagClassName
{
color: #E4D8E5;
}
</style>
background-color css
<style>
a { background-color: #E4D8E5; }
a { background-color: rgb(228,216,229); }
div.DivClassName
{
background-color: #E4D8E5;
}
.BgClassName
{
background-color: #E4D8E5;
}
</style>
border-color css
<style>
span { border-color: #E4D8E5; }
span { border-color: rgb(228,216,229); }
td.TdClassName
{
border-color: #E4D8E5;
}
.TagClassName
{
border-color: #E4D8E5;
}
</style>