Shades of Selago #E9DAED
Tints of Selago #E9DAED
RGB
CMYK
RGB Variations
Color information
#E9DAED (or 0xE9DAED) is known color: Selago. HEX triplet: E9, DA and ED. RGB value is (233,218,237). Sum of RGB (Red+Green+Blue) = 233+218+237=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAED is #162512. Grayscale: #E0E0E0. Windows color (decimal): -1451283 or 15588073. OLE color: 15588073.
HSL color Cylindrical-coordinate representation of color #E9DAED: hue angle of 287.37º degrees, saturation: 0.35, 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 #E9DAED is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 218 | 237 | - |
CMYK | 0.02 | 0.08 | 0 | 0.07 |
HSL | 287.37º | 0.35% | 0.89% | - |
HSV(B) | 287.37º | 0.08% | 0.93% | - |
XYZ | 73.96 | 73.58 | 90.43 | - |
YUV | 224.65 | 134.97 | 133.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 218 | 237 | 0.02 | 0.08 | 0 | 0.07 | 287.37 | 0.35 | 0.89 |
Hex | E9 | DA | ED | 2 | 8 | 0 | 7 | 11F | 23 | 59 |
Octal | 351 | 332 | 355 | 2 | 10 | 0 | 7 | 437 | 43 | 131 |
Binary | 11101001 | 11011010 | 11101101 | 10 | 1000 | 0 | 111 | 100011111 | 100011 | 1011001 |
Color Harmonies of #E9DAED
Complementary color
Monochromatic Colors of #E9DAED
Black with #E9DAED
Text Example
Text Example
White with #E9DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAED; }
p { color: rgb(233,218,237); }
H1.HeaderClassName
{
color: #E9DAED;
}
.AnyTagClassName
{
color: #E9DAED;
}
</style>
background-color css
<style>
a { background-color: #E9DAED; }
a { background-color: rgb(233,218,237); }
div.DivClassName
{
background-color: #E9DAED;
}
.BgClassName
{
background-color: #E9DAED;
}
</style>
border-color css
<style>
span { border-color: #E9DAED; }
span { border-color: rgb(233,218,237); }
td.TdClassName
{
border-color: #E9DAED;
}
.TagClassName
{
border-color: #E9DAED;
}
</style>