Shades of Selago #E9DBEA
Tints of Selago #E9DBEA
RGB
CMYK
RGB Variations
Color information
#E9DBEA (or 0xE9DBEA) is known color: Selago. HEX triplet: E9, DB and EA. RGB value is (233,219,234). Sum of RGB (Red+Green+Blue) = 233+219+234=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBEA is #162415. Grayscale: #E0E0E0. Windows color (decimal): -1451030 or 15391721. OLE color: 15391721.
HSL color Cylindrical-coordinate representation of color #E9DBEA: hue angle of 296º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DBEA is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 219 | 234 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.08 |
| HSL | 296º | 0.26% | 0.89% | - |
| HSV(B) | 296º | 0.06% | 0.92% | - |
| XYZ | 73.79 | 73.93 | 88.22 | - |
| YUV | 224.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 234 | 0.00 | 0.06 | 0 | 0.08 | 296 | 0.26 | 0.89 |
| Hex | E9 | DB | EA | 0 | 6 | 0 | 8 | 128 | 1A | 59 |
| Octal | 351 | 333 | 352 | 0 | 6 | 0 | 10 | 450 | 32 | 131 |
| Binary | 11101001 | 11011011 | 11101010 | 0 | 110 | 0 | 1000 | 100101000 | 11010 | 1011001 |
Color Harmonies of #E9DBEA
Complementary color
Monochromatic Colors of #E9DBEA
Black with #E9DBEA
Text Example
Text Example
White with #E9DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBEA; }
p { color: rgb(233,219,234); }
H1.HeaderClassName
{
color: #E9DBEA;
}
.AnyTagClassName
{
color: #E9DBEA;
}
</style>
background-color css
<style>
a { background-color: #E9DBEA; }
a { background-color: rgb(233,219,234); }
div.DivClassName
{
background-color: #E9DBEA;
}
.BgClassName
{
background-color: #E9DBEA;
}
</style>
border-color css
<style>
span { border-color: #E9DBEA; }
span { border-color: rgb(233,219,234); }
td.TdClassName
{
border-color: #E9DBEA;
}
.TagClassName
{
border-color: #E9DBEA;
}
</style>