Shades of Solitude #EFF0F2
Tints of Solitude #EFF0F2
RGB
CMYK
RGB Variations
Color information
#EFF0F2 (or 0xEFF0F2) is known color: Solitude. HEX triplet: EF, F0 and F2. RGB value is (239,240,242). Sum of RGB (Red+Green+Blue) = 239+240+242=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F2 is #100F0D. Grayscale: #EFEFEF. Windows color (decimal): -1052430 or 15921391. OLE color: 15921391.
HSL color Cylindrical-coordinate representation of color #EFF0F2: hue angle of 220º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFF0F2 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 240 | 242 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.05 |
| HSL | 220º | 0.1% | 0.94% | - |
| HSV(B) | 220º | 0.01% | 0.95% | - |
| XYZ | 82.78 | 87.08 | 96.45 | - |
| YUV | 239.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 242 | 0.01 | 0.01 | 0 | 0.05 | 220 | 0.1 | 0.94 |
| Hex | EF | F0 | F2 | 1 | 1 | 0 | 5 | DC | A | 5E |
| Octal | 357 | 360 | 362 | 1 | 1 | 0 | 5 | 334 | 12 | 136 |
| Binary | 11101111 | 11110000 | 11110010 | 1 | 1 | 0 | 101 | 11011100 | 1010 | 1011110 |
Color Harmonies of #EFF0F2
Complementary color
Monochromatic Colors of #EFF0F2
Black with #EFF0F2
Text Example
Text Example
White with #EFF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0F2; }
p { color: rgb(239,240,242); }
H1.HeaderClassName
{
color: #EFF0F2;
}
.AnyTagClassName
{
color: #EFF0F2;
}
</style>
background-color css
<style>
a { background-color: #EFF0F2; }
a { background-color: rgb(239,240,242); }
div.DivClassName
{
background-color: #EFF0F2;
}
.BgClassName
{
background-color: #EFF0F2;
}
</style>
border-color css
<style>
span { border-color: #EFF0F2; }
span { border-color: rgb(239,240,242); }
td.TdClassName
{
border-color: #EFF0F2;
}
.TagClassName
{
border-color: #EFF0F2;
}
</style>