Shades of Selago #EEE0EF
Tints of Selago #EEE0EF
RGB
CMYK
RGB Variations
Color information
#EEE0EF (or 0xEEE0EF) is known color: Selago. HEX triplet: EE, E0 and EF. RGB value is (238,224,239). Sum of RGB (Red+Green+Blue) = 238+224+239=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEE0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0EF is #111F10. Grayscale: #E5E5E5. Windows color (decimal): -1122065 or 15720686. OLE color: 15720686.
HSL color Cylindrical-coordinate representation of color #EEE0EF: hue angle of 296º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE0EF is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 224 | 239 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.06 |
| HSL | 296º | 0.32% | 0.91% | - |
| HSV(B) | 296º | 0.06% | 0.94% | - |
| XYZ | 77.5 | 77.72 | 92.58 | - |
| YUV | 229.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 239 | 0.00 | 0.06 | 0 | 0.06 | 296 | 0.32 | 0.91 |
| Hex | EE | E0 | EF | 0 | 6 | 0 | 6 | 128 | 20 | 5B |
| Octal | 356 | 340 | 357 | 0 | 6 | 0 | 6 | 450 | 40 | 133 |
| Binary | 11101110 | 11100000 | 11101111 | 0 | 110 | 0 | 110 | 100101000 | 100000 | 1011011 |
Color Harmonies of #EEE0EF
Complementary color
Monochromatic Colors of #EEE0EF
Black with #EEE0EF
Text Example
Text Example
White with #EEE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0EF; }
p { color: rgb(238,224,239); }
H1.HeaderClassName
{
color: #EEE0EF;
}
.AnyTagClassName
{
color: #EEE0EF;
}
</style>
background-color css
<style>
a { background-color: #EEE0EF; }
a { background-color: rgb(238,224,239); }
div.DivClassName
{
background-color: #EEE0EF;
}
.BgClassName
{
background-color: #EEE0EF;
}
</style>
border-color css
<style>
span { border-color: #EEE0EF; }
span { border-color: rgb(238,224,239); }
td.TdClassName
{
border-color: #EEE0EF;
}
.TagClassName
{
border-color: #EEE0EF;
}
</style>