Shades of Selago #E9D8EC
Tints of Selago #E9D8EC
RGB
CMYK
RGB Variations
Color information
#E9D8EC (or 0xE9D8EC) is known color: Selago. HEX triplet: E9, D8 and EC. RGB value is (233,216,236). Sum of RGB (Red+Green+Blue) = 233+216+236=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9D8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9D8EC is #162713. Grayscale: #DFDFDF. Windows color (decimal): -1451796 or 15522025. OLE color: 15522025.
HSL color Cylindrical-coordinate representation of color #E9D8EC: hue angle of 291º degrees, saturation: 0.34, 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 #E9D8EC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 216 | 236 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.07 |
| HSL | 291º | 0.34% | 0.89% | - |
| HSV(B) | 291º | 0.08% | 0.93% | - |
| XYZ | 73.3 | 72.49 | 89.49 | - |
| YUV | 223.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 236 | 0.01 | 0.08 | 0 | 0.07 | 291 | 0.34 | 0.89 |
| Hex | E9 | D8 | EC | 1 | 8 | 0 | 7 | 123 | 22 | 59 |
| Octal | 351 | 330 | 354 | 1 | 10 | 0 | 7 | 443 | 42 | 131 |
| Binary | 11101001 | 11011000 | 11101100 | 1 | 1000 | 0 | 111 | 100100011 | 100010 | 1011001 |
Color Harmonies of #E9D8EC
Complementary color
Monochromatic Colors of #E9D8EC
Black with #E9D8EC
Text Example
Text Example
White with #E9D8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D8EC; }
p { color: rgb(233,216,236); }
H1.HeaderClassName
{
color: #E9D8EC;
}
.AnyTagClassName
{
color: #E9D8EC;
}
</style>
background-color css
<style>
a { background-color: #E9D8EC; }
a { background-color: rgb(233,216,236); }
div.DivClassName
{
background-color: #E9D8EC;
}
.BgClassName
{
background-color: #E9D8EC;
}
</style>
border-color css
<style>
span { border-color: #E9D8EC; }
span { border-color: rgb(233,216,236); }
td.TdClassName
{
border-color: #E9D8EC;
}
.TagClassName
{
border-color: #E9D8EC;
}
</style>