Shades of Solitude #EFF2F6
Tints of Solitude #EFF2F6
RGB
CMYK
RGB Variations
Color information
#EFF2F6 (or 0xEFF2F6) is known color: Solitude. HEX triplet: EF, F2 and F6. RGB value is (239,242,246). Sum of RGB (Red+Green+Blue) = 239+242+246=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 246 (96.48% from 255 or 33.84% from 727); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFF2F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F6 is #100D09. Grayscale: #F1F1F1. Windows color (decimal): -1051914 or 16184047. OLE color: 16184047.
HSL color Cylindrical-coordinate representation of color #EFF2F6: hue angle of 214.29º degrees, saturation: 0.28, 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 #EFF2F6 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 242 | 246 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.04 |
| HSL | 214.29º | 0.28% | 0.95% | - |
| HSV(B) | 214.29º | 0.03% | 0.96% | - |
| XYZ | 83.98 | 88.51 | 99.85 | - |
| YUV | 241.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 246 | 0.03 | 0.02 | 0 | 0.04 | 214.29 | 0.28 | 0.95 |
| Hex | EF | F2 | F6 | 3 | 2 | 0 | 4 | D6 | 1C | 5F |
| Octal | 357 | 362 | 366 | 3 | 2 | 0 | 4 | 326 | 34 | 137 |
| Binary | 11101111 | 11110010 | 11110110 | 11 | 10 | 0 | 100 | 11010110 | 11100 | 1011111 |
Color Harmonies of #EFF2F6
Complementary color
Monochromatic Colors of #EFF2F6
Black with #EFF2F6
Text Example
Text Example
White with #EFF2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2F6; }
p { color: rgb(239,242,246); }
H1.HeaderClassName
{
color: #EFF2F6;
}
.AnyTagClassName
{
color: #EFF2F6;
}
</style>
background-color css
<style>
a { background-color: #EFF2F6; }
a { background-color: rgb(239,242,246); }
div.DivClassName
{
background-color: #EFF2F6;
}
.BgClassName
{
background-color: #EFF2F6;
}
</style>
border-color css
<style>
span { border-color: #EFF2F6; }
span { border-color: rgb(239,242,246); }
td.TdClassName
{
border-color: #EFF2F6;
}
.TagClassName
{
border-color: #EFF2F6;
}
</style>