Shades of Solitude #EFF0F4
Tints of Solitude #EFF0F4
RGB
CMYK
RGB Variations
Color information
#EFF0F4 (or 0xEFF0F4) is known color: Solitude. HEX triplet: EF, F0 and F4. RGB value is (239,240,244). Sum of RGB (Red+Green+Blue) = 239+240+244=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 244 (95.70% from 255 or 33.75% from 723); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFF0F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F4 is #100F0B. Grayscale: #F0F0F0. Windows color (decimal): -1052428 or 16052463. OLE color: 16052463.
HSL color Cylindrical-coordinate representation of color #EFF0F4: hue angle of 228º degrees, saturation: 0.19, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF0F4 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 240 | 244 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.04 |
| HSL | 228º | 0.19% | 0.95% | - |
| HSV(B) | 228º | 0.02% | 0.96% | - |
| XYZ | 83.09 | 87.2 | 98.04 | - |
| YUV | 240.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 244 | 0.02 | 0.02 | 0 | 0.04 | 228 | 0.19 | 0.95 |
| Hex | EF | F0 | F4 | 2 | 2 | 0 | 4 | E4 | 13 | 5F |
| Octal | 357 | 360 | 364 | 2 | 2 | 0 | 4 | 344 | 23 | 137 |
| Binary | 11101111 | 11110000 | 11110100 | 10 | 10 | 0 | 100 | 11100100 | 10011 | 1011111 |
Color Harmonies of #EFF0F4
Complementary color
Monochromatic Colors of #EFF0F4
Black with #EFF0F4
Text Example
Text Example
White with #EFF0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0F4; }
p { color: rgb(239,240,244); }
H1.HeaderClassName
{
color: #EFF0F4;
}
.AnyTagClassName
{
color: #EFF0F4;
}
</style>
background-color css
<style>
a { background-color: #EFF0F4; }
a { background-color: rgb(239,240,244); }
div.DivClassName
{
background-color: #EFF0F4;
}
.BgClassName
{
background-color: #EFF0F4;
}
</style>
border-color css
<style>
span { border-color: #EFF0F4; }
span { border-color: rgb(239,240,244); }
td.TdClassName
{
border-color: #EFF0F4;
}
.TagClassName
{
border-color: #EFF0F4;
}
</style>