Shades of Snuff #E7DAE5
Tints of Snuff #E7DAE5
RGB
CMYK
RGB Variations
Color information
#E7DAE5 (or 0xE7DAE5) is known color: Snuff. HEX triplet: E7, DA and E5. RGB value is (231,218,229). Sum of RGB (Red+Green+Blue) = 231+218+229=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DAE5 is #18251A. Grayscale: #DFDFDF. Windows color (decimal): -1582363 or 15063783. OLE color: 15063783.
HSL color Cylindrical-coordinate representation of color #E7DAE5: hue angle of 309.23º 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 #E7DAE5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 229 | - |
CMYK | 0 | 0.06 | 0.01 | 0.09 |
HSL | 309.23º | 0.21% | 0.88% | - |
HSV(B) | 309.23º | 0.06% | 0.91% | - |
XYZ | 72.17 | 72.79 | 84.37 | - |
YUV | 223.14 | 131.31 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 229 | 0 | 0.06 | 0.01 | 0.09 | 309.23 | 0.21 | 0.88 |
Hex | E7 | DA | E5 | 0 | 6 | 1 | 9 | 135 | 15 | 58 |
Octal | 347 | 332 | 345 | 0 | 6 | 1 | 11 | 465 | 25 | 130 |
Binary | 11100111 | 11011010 | 11100101 | 0 | 110 | 1 | 1001 | 100110101 | 10101 | 1011000 |
Color Harmonies of #E7DAE5
Complementary color
Monochromatic Colors of #E7DAE5
Black with #E7DAE5
Text Example
Text Example
White with #E7DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAE5; }
p { color: rgb(231,218,229); }
H1.HeaderClassName
{
color: #E7DAE5;
}
.AnyTagClassName
{
color: #E7DAE5;
}
</style>
background-color css
<style>
a { background-color: #E7DAE5; }
a { background-color: rgb(231,218,229); }
div.DivClassName
{
background-color: #E7DAE5;
}
.BgClassName
{
background-color: #E7DAE5;
}
</style>
border-color css
<style>
span { border-color: #E7DAE5; }
span { border-color: rgb(231,218,229); }
td.TdClassName
{
border-color: #E7DAE5;
}
.TagClassName
{
border-color: #E7DAE5;
}
</style>