Shades of Selago #E9DFEB
Tints of Selago #E9DFEB
RGB
CMYK
RGB Variations
Color information
#E9DFEB (or 0xE9DFEB) is known color: Selago. HEX triplet: E9, DF and EB. RGB value is (233,223,235). Sum of RGB (Red+Green+Blue) = 233+223+235=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9DFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFEB is #162014. Grayscale: #E3E3E3. Windows color (decimal): -1450005 or 15458281. OLE color: 15458281.
HSL color Cylindrical-coordinate representation of color #E9DFEB: hue angle of 290º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DFEB is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 223 | 235 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.08 |
| HSL | 290º | 0.23% | 0.9% | - |
| HSV(B) | 290º | 0.05% | 0.92% | - |
| XYZ | 74.99 | 76.1 | 89.33 | - |
| YUV | 227.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 235 | 0.01 | 0.05 | 0 | 0.08 | 290 | 0.23 | 0.9 |
| Hex | E9 | DF | EB | 1 | 5 | 0 | 8 | 122 | 17 | 5A |
| Octal | 351 | 337 | 353 | 1 | 5 | 0 | 10 | 442 | 27 | 132 |
| Binary | 11101001 | 11011111 | 11101011 | 1 | 101 | 0 | 1000 | 100100010 | 10111 | 1011010 |
Color Harmonies of #E9DFEB
Complementary color
Monochromatic Colors of #E9DFEB
Black with #E9DFEB
Text Example
Text Example
White with #E9DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFEB; }
p { color: rgb(233,223,235); }
H1.HeaderClassName
{
color: #E9DFEB;
}
.AnyTagClassName
{
color: #E9DFEB;
}
</style>
background-color css
<style>
a { background-color: #E9DFEB; }
a { background-color: rgb(233,223,235); }
div.DivClassName
{
background-color: #E9DFEB;
}
.BgClassName
{
background-color: #E9DFEB;
}
</style>
border-color css
<style>
span { border-color: #E9DFEB; }
span { border-color: rgb(233,223,235); }
td.TdClassName
{
border-color: #E9DFEB;
}
.TagClassName
{
border-color: #E9DFEB;
}
</style>