Shades of Solitude #EEF1FA
Tints of Solitude #EEF1FA
RGB
CMYK
RGB Variations
Color information
#EEF1FA (or 0xEEF1FA) is known color: Solitude. HEX triplet: EE, F1 and FA. RGB value is (238,241,250). Sum of RGB (Red+Green+Blue) = 238+241+250=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1FA is #110E05. Grayscale: #F1F1F1. Windows color (decimal): -1117702 or 16445934. OLE color: 16445934.
HSL color Cylindrical-coordinate representation of color #EEF1FA: hue angle of 225º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEF1FA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 241 | 250 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.02 |
| HSL | 225º | 0.55% | 0.96% | - |
| HSV(B) | 225º | 0.05% | 0.98% | - |
| XYZ | 83.97 | 87.99 | 103 | - |
| YUV | 241.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 250 | 0.05 | 0.04 | 0 | 0.02 | 225 | 0.55 | 0.96 |
| Hex | EE | F1 | FA | 5 | 4 | 0 | 2 | E1 | 37 | 60 |
| Octal | 356 | 361 | 372 | 5 | 4 | 0 | 2 | 341 | 67 | 140 |
| Binary | 11101110 | 11110001 | 11111010 | 101 | 100 | 0 | 10 | 11100001 | 110111 | 1100000 |
Color Harmonies of #EEF1FA
Complementary color
Monochromatic Colors of #EEF1FA
Black with #EEF1FA
Text Example
Text Example
White with #EEF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1FA; }
p { color: rgb(238,241,250); }
H1.HeaderClassName
{
color: #EEF1FA;
}
.AnyTagClassName
{
color: #EEF1FA;
}
</style>
background-color css
<style>
a { background-color: #EEF1FA; }
a { background-color: rgb(238,241,250); }
div.DivClassName
{
background-color: #EEF1FA;
}
.BgClassName
{
background-color: #EEF1FA;
}
</style>
border-color css
<style>
span { border-color: #EEF1FA; }
span { border-color: rgb(238,241,250); }
td.TdClassName
{
border-color: #EEF1FA;
}
.TagClassName
{
border-color: #EEF1FA;
}
</style>