Shades of Selago #EEE4EF
Tints of Selago #EEE4EF
RGB
CMYK
RGB Variations
Color information
#EEE4EF (or 0xEEE4EF) is known color: Selago. HEX triplet: EE, E4 and EF. RGB value is (238,228,239). Sum of RGB (Red+Green+Blue) = 238+228+239=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEE4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE4EF is #111B10. Grayscale: #E8E8E8. Windows color (decimal): -1121041 or 15721710. OLE color: 15721710.
HSL color Cylindrical-coordinate representation of color #EEE4EF: hue angle of 294.55º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEE4EF is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 228 | 239 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.06 |
| HSL | 294.55º | 0.26% | 0.92% | - |
| HSV(B) | 294.55º | 0.05% | 0.94% | - |
| XYZ | 78.58 | 79.9 | 92.94 | - |
| YUV | 232.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 239 | 0.00 | 0.05 | 0 | 0.06 | 294.55 | 0.26 | 0.92 |
| Hex | EE | E4 | EF | 0 | 5 | 0 | 6 | 127 | 1A | 5C |
| Octal | 356 | 344 | 357 | 0 | 5 | 0 | 6 | 447 | 32 | 134 |
| Binary | 11101110 | 11100100 | 11101111 | 0 | 101 | 0 | 110 | 100100111 | 11010 | 1011100 |
Color Harmonies of #EEE4EF
Complementary color
Monochromatic Colors of #EEE4EF
Black with #EEE4EF
Text Example
Text Example
White with #EEE4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4EF; }
p { color: rgb(238,228,239); }
H1.HeaderClassName
{
color: #EEE4EF;
}
.AnyTagClassName
{
color: #EEE4EF;
}
</style>
background-color css
<style>
a { background-color: #EEE4EF; }
a { background-color: rgb(238,228,239); }
div.DivClassName
{
background-color: #EEE4EF;
}
.BgClassName
{
background-color: #EEE4EF;
}
</style>
border-color css
<style>
span { border-color: #EEE4EF; }
span { border-color: rgb(238,228,239); }
td.TdClassName
{
border-color: #EEE4EF;
}
.TagClassName
{
border-color: #EEE4EF;
}
</style>