Shades of Snuff #E7D8E5
Tints of Snuff #E7D8E5
RGB
CMYK
RGB Variations
Color information
#E7D8E5 (or 0xE7D8E5) is known color: Snuff. HEX triplet: E7, D8 and E5. RGB value is (231,216,229). Sum of RGB (Red+Green+Blue) = 231+216+229=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8E5 is #18271A. Grayscale: #DDDDDD. Windows color (decimal): -1582875 or 15063271. OLE color: 15063271.
HSL color Cylindrical-coordinate representation of color #E7D8E5: hue angle of 308º degrees, saturation: 0.24, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7D8E5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 229 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.09 |
| HSL | 308º | 0.24% | 0.88% | - |
| HSV(B) | 308º | 0.06% | 0.91% | - |
| XYZ | 71.65 | 71.76 | 84.2 | - |
| YUV | 221.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 229 | 0 | 0.06 | 0.01 | 0.09 | 308 | 0.24 | 0.88 |
| Hex | E7 | D8 | E5 | 0 | 6 | 1 | 9 | 134 | 18 | 58 |
| Octal | 347 | 330 | 345 | 0 | 6 | 1 | 11 | 464 | 30 | 130 |
| Binary | 11100111 | 11011000 | 11100101 | 0 | 110 | 1 | 1001 | 100110100 | 11000 | 1011000 |
Color Harmonies of #E7D8E5
Complementary color
Monochromatic Colors of #E7D8E5
Black with #E7D8E5
Text Example
Text Example
White with #E7D8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8E5; }
p { color: rgb(231,216,229); }
H1.HeaderClassName
{
color: #E7D8E5;
}
.AnyTagClassName
{
color: #E7D8E5;
}
</style>
background-color css
<style>
a { background-color: #E7D8E5; }
a { background-color: rgb(231,216,229); }
div.DivClassName
{
background-color: #E7D8E5;
}
.BgClassName
{
background-color: #E7D8E5;
}
</style>
border-color css
<style>
span { border-color: #E7D8E5; }
span { border-color: rgb(231,216,229); }
td.TdClassName
{
border-color: #E7D8E5;
}
.TagClassName
{
border-color: #E7D8E5;
}
</style>