Shades of Solitude #EEF0F9
Tints of Solitude #EEF0F9
RGB
CMYK
RGB Variations
Color information
#EEF0F9 (or 0xEEF0F9) is known color: Solitude. HEX triplet: EE, F0 and F9. RGB value is (238,240,249). Sum of RGB (Red+Green+Blue) = 238+240+249=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEF0F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0F9 is #110F06. Grayscale: #F0F0F0. Windows color (decimal): -1117959 or 16380142. OLE color: 16380142.
HSL color Cylindrical-coordinate representation of color #EEF0F9: hue angle of 229.09º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEF0F9 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 240 | 249 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.02 |
| HSL | 229.09º | 0.48% | 0.95% | - |
| HSV(B) | 229.09º | 0.04% | 0.98% | - |
| XYZ | 83.52 | 87.34 | 102.08 | - |
| YUV | 240.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 249 | 0.04 | 0.04 | 0 | 0.02 | 229.09 | 0.48 | 0.95 |
| Hex | EE | F0 | F9 | 4 | 4 | 0 | 2 | E5 | 30 | 5F |
| Octal | 356 | 360 | 371 | 4 | 4 | 0 | 2 | 345 | 60 | 137 |
| Binary | 11101110 | 11110000 | 11111001 | 100 | 100 | 0 | 10 | 11100101 | 110000 | 1011111 |
Color Harmonies of #EEF0F9
Complementary color
Monochromatic Colors of #EEF0F9
Black with #EEF0F9
Text Example
Text Example
White with #EEF0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0F9; }
p { color: rgb(238,240,249); }
H1.HeaderClassName
{
color: #EEF0F9;
}
.AnyTagClassName
{
color: #EEF0F9;
}
</style>
background-color css
<style>
a { background-color: #EEF0F9; }
a { background-color: rgb(238,240,249); }
div.DivClassName
{
background-color: #EEF0F9;
}
.BgClassName
{
background-color: #EEF0F9;
}
</style>
border-color css
<style>
span { border-color: #EEF0F9; }
span { border-color: rgb(238,240,249); }
td.TdClassName
{
border-color: #EEF0F9;
}
.TagClassName
{
border-color: #EEF0F9;
}
</style>