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