Shades of Selago #EEE9EF
Tints of Selago #EEE9EF
RGB
CMYK
RGB Variations
Color information
#EEE9EF (or 0xEEE9EF) is known color: Selago. HEX triplet: EE, E9 and EF. RGB value is (238,233,239). Sum of RGB (Red+Green+Blue) = 238+233+239=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 233 (91.41% from 255 or 32.82% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEE9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE9EF is #111610. Grayscale: #EBEBEB. Windows color (decimal): -1119761 or 15722990. OLE color: 15722990.
HSL color Cylindrical-coordinate representation of color #EEE9EF: hue angle of 290º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEE9EF is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 233 | 239 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.06 |
| HSL | 290º | 0.16% | 0.93% | - |
| HSV(B) | 290º | 0.03% | 0.94% | - |
| XYZ | 79.98 | 82.69 | 93.41 | - |
| YUV | 235.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 239 | 0.00 | 0.03 | 0 | 0.06 | 290 | 0.16 | 0.93 |
| Hex | EE | E9 | EF | 0 | 3 | 0 | 6 | 122 | 10 | 5D |
| Octal | 356 | 351 | 357 | 0 | 3 | 0 | 6 | 442 | 20 | 135 |
| Binary | 11101110 | 11101001 | 11101111 | 0 | 11 | 0 | 110 | 100100010 | 10000 | 1011101 |
Color Harmonies of #EEE9EF
Complementary color
Monochromatic Colors of #EEE9EF
Black with #EEE9EF
Text Example
Text Example
White with #EEE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9EF; }
p { color: rgb(238,233,239); }
H1.HeaderClassName
{
color: #EEE9EF;
}
.AnyTagClassName
{
color: #EEE9EF;
}
</style>
background-color css
<style>
a { background-color: #EEE9EF; }
a { background-color: rgb(238,233,239); }
div.DivClassName
{
background-color: #EEE9EF;
}
.BgClassName
{
background-color: #EEE9EF;
}
</style>
border-color css
<style>
span { border-color: #EEE9EF; }
span { border-color: rgb(238,233,239); }
td.TdClassName
{
border-color: #EEE9EF;
}
.TagClassName
{
border-color: #EEE9EF;
}
</style>