Shades of Selago #E9DEEB
Tints of Selago #E9DEEB
RGB
CMYK
RGB Variations
Color information
#E9DEEB (or 0xE9DEEB) is known color: Selago. HEX triplet: E9, DE and EB. RGB value is (233,222,235). Sum of RGB (Red+Green+Blue) = 233+222+235=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9DEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEEB is #162114. Grayscale: #E2E2E2. Windows color (decimal): -1450261 or 15458025. OLE color: 15458025.
HSL color Cylindrical-coordinate representation of color #E9DEEB: hue angle of 290.77º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DEEB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 222 | 235 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.08 |
| HSL | 290.77º | 0.25% | 0.9% | - |
| HSV(B) | 290.77º | 0.06% | 0.92% | - |
| XYZ | 74.72 | 75.56 | 89.24 | - |
| YUV | 226.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 235 | 0.01 | 0.06 | 0 | 0.08 | 290.77 | 0.25 | 0.9 |
| Hex | E9 | DE | EB | 1 | 6 | 0 | 8 | 123 | 19 | 5A |
| Octal | 351 | 336 | 353 | 1 | 6 | 0 | 10 | 443 | 31 | 132 |
| Binary | 11101001 | 11011110 | 11101011 | 1 | 110 | 0 | 1000 | 100100011 | 11001 | 1011010 |
Color Harmonies of #E9DEEB
Complementary color
Monochromatic Colors of #E9DEEB
Black with #E9DEEB
Text Example
Text Example
White with #E9DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEEB; }
p { color: rgb(233,222,235); }
H1.HeaderClassName
{
color: #E9DEEB;
}
.AnyTagClassName
{
color: #E9DEEB;
}
</style>
background-color css
<style>
a { background-color: #E9DEEB; }
a { background-color: rgb(233,222,235); }
div.DivClassName
{
background-color: #E9DEEB;
}
.BgClassName
{
background-color: #E9DEEB;
}
</style>
border-color css
<style>
span { border-color: #E9DEEB; }
span { border-color: rgb(233,222,235); }
td.TdClassName
{
border-color: #E9DEEB;
}
.TagClassName
{
border-color: #E9DEEB;
}
</style>