Shades of Solitude #EEF1F6
Tints of Solitude #EEF1F6
RGB
CMYK
RGB Variations
Color information
#EEF1F6 (or 0xEEF1F6) is known color: Solitude. HEX triplet: EE, F1 and F6. RGB value is (238,241,246). Sum of RGB (Red+Green+Blue) = 238+241+246=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 241 (94.53% from 255 or 33.24% from 725); Blue value is 246 (96.48% from 255 or 33.93% from 725); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEF1F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1F6 is #110E09. Grayscale: #F0F0F0. Windows color (decimal): -1117706 or 16183790. OLE color: 16183790.
HSL color Cylindrical-coordinate representation of color #EEF1F6: hue angle of 217.5º degrees, saturation: 0.31, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEF1F6 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 241 | 246 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.04 |
| HSL | 217.5º | 0.31% | 0.95% | - |
| HSV(B) | 217.5º | 0.03% | 0.96% | - |
| XYZ | 83.35 | 87.74 | 99.73 | - |
| YUV | 240.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 246 | 0.03 | 0.02 | 0 | 0.04 | 217.5 | 0.31 | 0.95 |
| Hex | EE | F1 | F6 | 3 | 2 | 0 | 4 | DA | 1F | 5F |
| Octal | 356 | 361 | 366 | 3 | 2 | 0 | 4 | 332 | 37 | 137 |
| Binary | 11101110 | 11110001 | 11110110 | 11 | 10 | 0 | 100 | 11011010 | 11111 | 1011111 |
Color Harmonies of #EEF1F6
Complementary color
Monochromatic Colors of #EEF1F6
Black with #EEF1F6
Text Example
Text Example
White with #EEF1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1F6; }
p { color: rgb(238,241,246); }
H1.HeaderClassName
{
color: #EEF1F6;
}
.AnyTagClassName
{
color: #EEF1F6;
}
</style>
background-color css
<style>
a { background-color: #EEF1F6; }
a { background-color: rgb(238,241,246); }
div.DivClassName
{
background-color: #EEF1F6;
}
.BgClassName
{
background-color: #EEF1F6;
}
</style>
border-color css
<style>
span { border-color: #EEF1F6; }
span { border-color: rgb(238,241,246); }
td.TdClassName
{
border-color: #EEF1F6;
}
.TagClassName
{
border-color: #EEF1F6;
}
</style>