Shades of Snuff #E7DDE6
Tints of Snuff #E7DDE6
RGB
CMYK
RGB Variations
Color information
#E7DDE6 (or 0xE7DDE6) is known color: Snuff. HEX triplet: E7, DD and E6. RGB value is (231,221,230). Sum of RGB (Red+Green+Blue) = 231+221+230=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDE6 is #182219. Grayscale: #E0E0E0. Windows color (decimal): -1581594 or 15130087. OLE color: 15130087.
HSL color Cylindrical-coordinate representation of color #E7DDE6: hue angle of 306º 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 #E7DDE6 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 221 | 230 | - |
CMYK | 0 | 0.04 | 0.00 | 0.09 |
HSL | 306º | 0.17% | 0.89% | - |
HSV(B) | 306º | 0.04% | 0.91% | - |
XYZ | 73.09 | 74.41 | 85.37 | - |
YUV | 225.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 221 | 230 | 0 | 0.04 | 0.00 | 0.09 | 306 | 0.17 | 0.89 |
Hex | E7 | DD | E6 | 0 | 4 | 0 | 9 | 132 | 11 | 59 |
Octal | 347 | 335 | 346 | 0 | 4 | 0 | 11 | 462 | 21 | 131 |
Binary | 11100111 | 11011101 | 11100110 | 0 | 100 | 0 | 1001 | 100110010 | 10001 | 1011001 |
Color Harmonies of #E7DDE6
Complementary color
Monochromatic Colors of #E7DDE6
Black with #E7DDE6
Text Example
Text Example
White with #E7DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDE6; }
p { color: rgb(231,221,230); }
H1.HeaderClassName
{
color: #E7DDE6;
}
.AnyTagClassName
{
color: #E7DDE6;
}
</style>
background-color css
<style>
a { background-color: #E7DDE6; }
a { background-color: rgb(231,221,230); }
div.DivClassName
{
background-color: #E7DDE6;
}
.BgClassName
{
background-color: #E7DDE6;
}
</style>
border-color css
<style>
span { border-color: #E7DDE6; }
span { border-color: rgb(231,221,230); }
td.TdClassName
{
border-color: #E7DDE6;
}
.TagClassName
{
border-color: #E7DDE6;
}
</style>