Shades of Selago #E9DAEC
Tints of Selago #E9DAEC
RGB
CMYK
RGB Variations
Color information
#E9DAEC (or 0xE9DAEC) is known color: Selago. HEX triplet: E9, DA and EC. RGB value is (233,218,236). Sum of RGB (Red+Green+Blue) = 233+218+236=687 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.92% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAEC is #162513. Grayscale: #E0E0E0. Windows color (decimal): -1451284 or 15522537. OLE color: 15522537.
HSL color Cylindrical-coordinate representation of color #E9DAEC: hue angle of 290º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DAEC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 218 | 236 | - |
CMYK | 0.01 | 0.08 | 0 | 0.07 |
HSL | 290º | 0.32% | 0.89% | - |
HSV(B) | 290º | 0.08% | 0.93% | - |
XYZ | 73.82 | 73.52 | 89.66 | - |
YUV | 224.54 | 134.47 | 134.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 218 | 236 | 0.01 | 0.08 | 0 | 0.07 | 290 | 0.32 | 0.89 |
Hex | E9 | DA | EC | 1 | 8 | 0 | 7 | 122 | 20 | 59 |
Octal | 351 | 332 | 354 | 1 | 10 | 0 | 7 | 442 | 40 | 131 |
Binary | 11101001 | 11011010 | 11101100 | 1 | 1000 | 0 | 111 | 100100010 | 100000 | 1011001 |
Color Harmonies of #E9DAEC
Complementary color
Monochromatic Colors of #E9DAEC
Black with #E9DAEC
Text Example
Text Example
White with #E9DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAEC; }
p { color: rgb(233,218,236); }
H1.HeaderClassName
{
color: #E9DAEC;
}
.AnyTagClassName
{
color: #E9DAEC;
}
</style>
background-color css
<style>
a { background-color: #E9DAEC; }
a { background-color: rgb(233,218,236); }
div.DivClassName
{
background-color: #E9DAEC;
}
.BgClassName
{
background-color: #E9DAEC;
}
</style>
border-color css
<style>
span { border-color: #E9DAEC; }
span { border-color: rgb(233,218,236); }
td.TdClassName
{
border-color: #E9DAEC;
}
.TagClassName
{
border-color: #E9DAEC;
}
</style>