Shades of Snuff #E7D7E4
Tints of Snuff #E7D7E4
RGB
CMYK
RGB Variations
Color information
#E7D7E4 (or 0xE7D7E4) is known color: Snuff. HEX triplet: E7, D7 and E4. RGB value is (231,215,228). Sum of RGB (Red+Green+Blue) = 231+215+228=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7E4 is #18281B. Grayscale: #DDDDDD. Windows color (decimal): -1583132 or 14997479. OLE color: 14997479.
HSL color Cylindrical-coordinate representation of color #E7D7E4: hue angle of 311.25º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7D7E4 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 228 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.09 |
| HSL | 311.25º | 0.25% | 0.87% | - |
| HSV(B) | 311.25º | 0.07% | 0.91% | - |
| XYZ | 71.26 | 71.19 | 83.38 | - |
| YUV | 221.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 228 | 0 | 0.07 | 0.01 | 0.09 | 311.25 | 0.25 | 0.87 |
| Hex | E7 | D7 | E4 | 0 | 7 | 1 | 9 | 137 | 19 | 57 |
| Octal | 347 | 327 | 344 | 0 | 7 | 1 | 11 | 467 | 31 | 127 |
| Binary | 11100111 | 11010111 | 11100100 | 0 | 111 | 1 | 1001 | 100110111 | 11001 | 1010111 |
Color Harmonies of #E7D7E4
Complementary color
Monochromatic Colors of #E7D7E4
Black with #E7D7E4
Text Example
Text Example
White with #E7D7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7E4; }
p { color: rgb(231,215,228); }
H1.HeaderClassName
{
color: #E7D7E4;
}
.AnyTagClassName
{
color: #E7D7E4;
}
</style>
background-color css
<style>
a { background-color: #E7D7E4; }
a { background-color: rgb(231,215,228); }
div.DivClassName
{
background-color: #E7D7E4;
}
.BgClassName
{
background-color: #E7D7E4;
}
</style>
border-color css
<style>
span { border-color: #E7D7E4; }
span { border-color: rgb(231,215,228); }
td.TdClassName
{
border-color: #E7D7E4;
}
.TagClassName
{
border-color: #E7D7E4;
}
</style>