Shades of Snuff #E7D9E5
Tints of Snuff #E7D9E5
RGB
CMYK
RGB Variations
Color information
#E7D9E5 (or 0xE7D9E5) is known color: Snuff. HEX triplet: E7, D9 and E5. RGB value is (231,217,229). Sum of RGB (Red+Green+Blue) = 231+217+229=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D9E5 is #18261A. Grayscale: #DEDEDE. Windows color (decimal): -1582619 or 15063527. OLE color: 15063527.
HSL color Cylindrical-coordinate representation of color #E7D9E5: hue angle of 308.57º degrees, saturation: 0.23, 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 #E7D9E5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 217 | 229 | - |
CMYK | 0 | 0.06 | 0.01 | 0.09 |
HSL | 308.57º | 0.23% | 0.88% | - |
HSV(B) | 308.57º | 0.06% | 0.91% | - |
XYZ | 71.91 | 72.27 | 84.29 | - |
YUV | 222.55 | 131.64 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 217 | 229 | 0 | 0.06 | 0.01 | 0.09 | 308.57 | 0.23 | 0.88 |
Hex | E7 | D9 | E5 | 0 | 6 | 1 | 9 | 135 | 17 | 58 |
Octal | 347 | 331 | 345 | 0 | 6 | 1 | 11 | 465 | 27 | 130 |
Binary | 11100111 | 11011001 | 11100101 | 0 | 110 | 1 | 1001 | 100110101 | 10111 | 1011000 |
Color Harmonies of #E7D9E5
Complementary color
Monochromatic Colors of #E7D9E5
Black with #E7D9E5
Text Example
Text Example
White with #E7D9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9E5; }
p { color: rgb(231,217,229); }
H1.HeaderClassName
{
color: #E7D9E5;
}
.AnyTagClassName
{
color: #E7D9E5;
}
</style>
background-color css
<style>
a { background-color: #E7D9E5; }
a { background-color: rgb(231,217,229); }
div.DivClassName
{
background-color: #E7D9E5;
}
.BgClassName
{
background-color: #E7D9E5;
}
</style>
border-color css
<style>
span { border-color: #E7D9E5; }
span { border-color: rgb(231,217,229); }
td.TdClassName
{
border-color: #E7D9E5;
}
.TagClassName
{
border-color: #E7D9E5;
}
</style>