Shades of Selago #E7DAEA
Tints of Selago #E7DAEA
RGB
CMYK
RGB Variations
Color information
#E7DAEA (or 0xE7DAEA) is known color: Selago. HEX triplet: E7, DA and EA. RGB value is (231,218,234). Sum of RGB (Red+Green+Blue) = 231+218+234=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAEA is #182515. Grayscale: #DFDFDF. Windows color (decimal): -1582358 or 15391463. OLE color: 15391463.
HSL color Cylindrical-coordinate representation of color #E7DAEA: hue angle of 288.75º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7DAEA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 218 | 234 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.08 |
| HSL | 288.75º | 0.28% | 0.89% | - |
| HSV(B) | 288.75º | 0.07% | 0.92% | - |
| XYZ | 72.88 | 73.07 | 88.11 | - |
| YUV | 223.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 234 | 0.01 | 0.07 | 0 | 0.08 | 288.75 | 0.28 | 0.89 |
| Hex | E7 | DA | EA | 1 | 7 | 0 | 8 | 121 | 1C | 59 |
| Octal | 347 | 332 | 352 | 1 | 7 | 0 | 10 | 441 | 34 | 131 |
| Binary | 11100111 | 11011010 | 11101010 | 1 | 111 | 0 | 1000 | 100100001 | 11100 | 1011001 |
Color Harmonies of #E7DAEA
Complementary color
Monochromatic Colors of #E7DAEA
Black with #E7DAEA
Text Example
Text Example
White with #E7DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAEA; }
p { color: rgb(231,218,234); }
H1.HeaderClassName
{
color: #E7DAEA;
}
.AnyTagClassName
{
color: #E7DAEA;
}
</style>
background-color css
<style>
a { background-color: #E7DAEA; }
a { background-color: rgb(231,218,234); }
div.DivClassName
{
background-color: #E7DAEA;
}
.BgClassName
{
background-color: #E7DAEA;
}
</style>
border-color css
<style>
span { border-color: #E7DAEA; }
span { border-color: rgb(231,218,234); }
td.TdClassName
{
border-color: #E7DAEA;
}
.TagClassName
{
border-color: #E7DAEA;
}
</style>