Shades of Selago #E7DAE9
Tints of Selago #E7DAE9
RGB
CMYK
RGB Variations
Color information
#E7DAE9 (or 0xE7DAE9) is known color: Selago. HEX triplet: E7, DA and E9. RGB value is (231,218,233). Sum of RGB (Red+Green+Blue) = 231+218+233=682 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.87% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 233 - color contains mainly: blue. Hex color #E7DAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAE9 is #182516. Grayscale: #DFDFDF. Windows color (decimal): -1582359 or 15325927. OLE color: 15325927.
HSL color Cylindrical-coordinate representation of color #E7DAE9: hue angle of 292º degrees, saturation: 0.25, 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 #E7DAE9 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 233 | - |
CMYK | 0.01 | 0.06 | 0 | 0.09 |
HSL | 292º | 0.25% | 0.88% | - |
HSV(B) | 292º | 0.06% | 0.91% | - |
XYZ | 72.73 | 73.01 | 87.35 | - |
YUV | 223.6 | 133.31 | 133.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 233 | 0.01 | 0.06 | 0 | 0.09 | 292 | 0.25 | 0.88 |
Hex | E7 | DA | E9 | 1 | 6 | 0 | 9 | 124 | 19 | 58 |
Octal | 347 | 332 | 351 | 1 | 6 | 0 | 11 | 444 | 31 | 130 |
Binary | 11100111 | 11011010 | 11101001 | 1 | 110 | 0 | 1001 | 100100100 | 11001 | 1011000 |
Color Harmonies of #E7DAE9
Complementary color
Monochromatic Colors of #E7DAE9
Black with #E7DAE9
Text Example
Text Example
White with #E7DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAE9; }
p { color: rgb(231,218,233); }
H1.HeaderClassName
{
color: #E7DAE9;
}
.AnyTagClassName
{
color: #E7DAE9;
}
</style>
background-color css
<style>
a { background-color: #E7DAE9; }
a { background-color: rgb(231,218,233); }
div.DivClassName
{
background-color: #E7DAE9;
}
.BgClassName
{
background-color: #E7DAE9;
}
</style>
border-color css
<style>
span { border-color: #E7DAE9; }
span { border-color: rgb(231,218,233); }
td.TdClassName
{
border-color: #E7DAE9;
}
.TagClassName
{
border-color: #E7DAE9;
}
</style>