Shades of Snuff #E7DAE6
Tints of Snuff #E7DAE6
RGB
CMYK
RGB Variations
Color information
#E7DAE6 (or 0xE7DAE6) is known color: Snuff. HEX triplet: E7, DA and E6. RGB value is (231,218,230). Sum of RGB (Red+Green+Blue) = 231+218+230=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAE6 is #182519. Grayscale: #DFDFDF. Windows color (decimal): -1582362 or 15129319. OLE color: 15129319.
HSL color Cylindrical-coordinate representation of color #E7DAE6: hue angle of 304.62º degrees, saturation: 0.21, 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 #E7DAE6 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 230 | - |
CMYK | 0 | 0.06 | 0.00 | 0.09 |
HSL | 304.62º | 0.21% | 0.88% | - |
HSV(B) | 304.62º | 0.06% | 0.91% | - |
XYZ | 72.31 | 72.84 | 85.11 | - |
YUV | 223.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 230 | 0 | 0.06 | 0.00 | 0.09 | 304.62 | 0.21 | 0.88 |
Hex | E7 | DA | E6 | 0 | 6 | 0 | 9 | 131 | 15 | 58 |
Octal | 347 | 332 | 346 | 0 | 6 | 0 | 11 | 461 | 25 | 130 |
Binary | 11100111 | 11011010 | 11100110 | 0 | 110 | 0 | 1001 | 100110001 | 10101 | 1011000 |
Color Harmonies of #E7DAE6
Complementary color
Monochromatic Colors of #E7DAE6
Black with #E7DAE6
Text Example
Text Example
White with #E7DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAE6; }
p { color: rgb(231,218,230); }
H1.HeaderClassName
{
color: #E7DAE6;
}
.AnyTagClassName
{
color: #E7DAE6;
}
</style>
background-color css
<style>
a { background-color: #E7DAE6; }
a { background-color: rgb(231,218,230); }
div.DivClassName
{
background-color: #E7DAE6;
}
.BgClassName
{
background-color: #E7DAE6;
}
</style>
border-color css
<style>
span { border-color: #E7DAE6; }
span { border-color: rgb(231,218,230); }
td.TdClassName
{
border-color: #E7DAE6;
}
.TagClassName
{
border-color: #E7DAE6;
}
</style>