Shades of Selago #E9DEEA
Tints of Selago #E9DEEA
RGB
CMYK
RGB Variations
Color information
#E9DEEA (or 0xE9DEEA) is known color: Selago. HEX triplet: E9, DE and EA. RGB value is (233,222,234). Sum of RGB (Red+Green+Blue) = 233+222+234=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9DEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEEA is #162115. Grayscale: #E2E2E2. Windows color (decimal): -1450262 or 15392489. OLE color: 15392489.
HSL color Cylindrical-coordinate representation of color #E9DEEA: hue angle of 295º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DEEA is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 222 | 234 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.08 |
| HSL | 295º | 0.22% | 0.89% | - |
| HSV(B) | 295º | 0.05% | 0.92% | - |
| XYZ | 74.58 | 75.51 | 88.49 | - |
| YUV | 226.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 234 | 0.00 | 0.05 | 0 | 0.08 | 295 | 0.22 | 0.89 |
| Hex | E9 | DE | EA | 0 | 5 | 0 | 8 | 127 | 16 | 59 |
| Octal | 351 | 336 | 352 | 0 | 5 | 0 | 10 | 447 | 26 | 131 |
| Binary | 11101001 | 11011110 | 11101010 | 0 | 101 | 0 | 1000 | 100100111 | 10110 | 1011001 |
Color Harmonies of #E9DEEA
Complementary color
Monochromatic Colors of #E9DEEA
Black with #E9DEEA
Text Example
Text Example
White with #E9DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEEA; }
p { color: rgb(233,222,234); }
H1.HeaderClassName
{
color: #E9DEEA;
}
.AnyTagClassName
{
color: #E9DEEA;
}
</style>
background-color css
<style>
a { background-color: #E9DEEA; }
a { background-color: rgb(233,222,234); }
div.DivClassName
{
background-color: #E9DEEA;
}
.BgClassName
{
background-color: #E9DEEA;
}
</style>
border-color css
<style>
span { border-color: #E9DEEA; }
span { border-color: rgb(233,222,234); }
td.TdClassName
{
border-color: #E9DEEA;
}
.TagClassName
{
border-color: #E9DEEA;
}
</style>