Shades of Snuff #E7DDE5
Tints of Snuff #E7DDE5
RGB
CMYK
RGB Variations
Color information
#E7DDE5 (or 0xE7DDE5) is known color: Snuff. HEX triplet: E7, DD and E5. RGB value is (231,221,229). Sum of RGB (Red+Green+Blue) = 231+221+229=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDE5 is #18221A. Grayscale: #E0E0E0. Windows color (decimal): -1581595 or 15064551. OLE color: 15064551.
HSL color Cylindrical-coordinate representation of color #E7DDE5: hue angle of 312º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7DDE5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 221 | 229 | - |
CMYK | 0 | 0.04 | 0.01 | 0.09 |
HSL | 312º | 0.17% | 0.89% | - |
HSV(B) | 312º | 0.04% | 0.91% | - |
XYZ | 72.95 | 74.36 | 84.64 | - |
YUV | 224.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 221 | 229 | 0 | 0.04 | 0.01 | 0.09 | 312 | 0.17 | 0.89 |
Hex | E7 | DD | E5 | 0 | 4 | 1 | 9 | 138 | 11 | 59 |
Octal | 347 | 335 | 345 | 0 | 4 | 1 | 11 | 470 | 21 | 131 |
Binary | 11100111 | 11011101 | 11100101 | 0 | 100 | 1 | 1001 | 100111000 | 10001 | 1011001 |
Color Harmonies of #E7DDE5
Complementary color
Monochromatic Colors of #E7DDE5
Black with #E7DDE5
Text Example
Text Example
White with #E7DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDE5; }
p { color: rgb(231,221,229); }
H1.HeaderClassName
{
color: #E7DDE5;
}
.AnyTagClassName
{
color: #E7DDE5;
}
</style>
background-color css
<style>
a { background-color: #E7DDE5; }
a { background-color: rgb(231,221,229); }
div.DivClassName
{
background-color: #E7DDE5;
}
.BgClassName
{
background-color: #E7DDE5;
}
</style>
border-color css
<style>
span { border-color: #E7DDE5; }
span { border-color: rgb(231,221,229); }
td.TdClassName
{
border-color: #E7DDE5;
}
.TagClassName
{
border-color: #E7DDE5;
}
</style>