Shades of Selago #EEE2EF
Tints of Selago #EEE2EF
RGB
CMYK
RGB Variations
Color information
#EEE2EF (or 0xEEE2EF) is known color: Selago. HEX triplet: EE, E2 and EF. RGB value is (238,226,239). Sum of RGB (Red+Green+Blue) = 238+226+239=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEE2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2EF is #111D10. Grayscale: #E7E7E7. Windows color (decimal): -1121553 or 15721198. OLE color: 15721198.
HSL color Cylindrical-coordinate representation of color #EEE2EF: hue angle of 295.38º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEE2EF is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 226 | 239 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.06 |
| HSL | 295.38º | 0.29% | 0.91% | - |
| HSV(B) | 295.38º | 0.05% | 0.94% | - |
| XYZ | 78.04 | 78.8 | 92.76 | - |
| YUV | 231.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 239 | 0.00 | 0.05 | 0 | 0.06 | 295.38 | 0.29 | 0.91 |
| Hex | EE | E2 | EF | 0 | 5 | 0 | 6 | 127 | 1D | 5B |
| Octal | 356 | 342 | 357 | 0 | 5 | 0 | 6 | 447 | 35 | 133 |
| Binary | 11101110 | 11100010 | 11101111 | 0 | 101 | 0 | 110 | 100100111 | 11101 | 1011011 |
Color Harmonies of #EEE2EF
Complementary color
Monochromatic Colors of #EEE2EF
Black with #EEE2EF
Text Example
Text Example
White with #EEE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2EF; }
p { color: rgb(238,226,239); }
H1.HeaderClassName
{
color: #EEE2EF;
}
.AnyTagClassName
{
color: #EEE2EF;
}
</style>
background-color css
<style>
a { background-color: #EEE2EF; }
a { background-color: rgb(238,226,239); }
div.DivClassName
{
background-color: #EEE2EF;
}
.BgClassName
{
background-color: #EEE2EF;
}
</style>
border-color css
<style>
span { border-color: #EEE2EF; }
span { border-color: rgb(238,226,239); }
td.TdClassName
{
border-color: #EEE2EF;
}
.TagClassName
{
border-color: #EEE2EF;
}
</style>