Shades of Solitude #EFF1F4
Tints of Solitude #EFF1F4
RGB
CMYK
RGB Variations
Color information
#EFF1F4 (or 0xEFF1F4) is known color: Solitude. HEX triplet: EF, F1 and F4. RGB value is (239,241,244). Sum of RGB (Red+Green+Blue) = 239+241+244=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 244 (95.70% from 255 or 33.70% from 724); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFF1F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1F4 is #100E0B. Grayscale: #F0F0F0. Windows color (decimal): -1052172 or 16052719. OLE color: 16052719.
HSL color Cylindrical-coordinate representation of color #EFF1F4: hue angle of 216º 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 #EFF1F4 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 241 | 244 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.04 |
| HSL | 216º | 0.19% | 0.95% | - |
| HSV(B) | 216º | 0.02% | 0.96% | - |
| XYZ | 83.38 | 87.79 | 98.14 | - |
| YUV | 240.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 244 | 0.02 | 0.01 | 0 | 0.04 | 216 | 0.19 | 0.95 |
| Hex | EF | F1 | F4 | 2 | 1 | 0 | 4 | D8 | 13 | 5F |
| Octal | 357 | 361 | 364 | 2 | 1 | 0 | 4 | 330 | 23 | 137 |
| Binary | 11101111 | 11110001 | 11110100 | 10 | 1 | 0 | 100 | 11011000 | 10011 | 1011111 |
Color Harmonies of #EFF1F4
Complementary color
Monochromatic Colors of #EFF1F4
Black with #EFF1F4
Text Example
Text Example
White with #EFF1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1F4; }
p { color: rgb(239,241,244); }
H1.HeaderClassName
{
color: #EFF1F4;
}
.AnyTagClassName
{
color: #EFF1F4;
}
</style>
background-color css
<style>
a { background-color: #EFF1F4; }
a { background-color: rgb(239,241,244); }
div.DivClassName
{
background-color: #EFF1F4;
}
.BgClassName
{
background-color: #EFF1F4;
}
</style>
border-color css
<style>
span { border-color: #EFF1F4; }
span { border-color: rgb(239,241,244); }
td.TdClassName
{
border-color: #EFF1F4;
}
.TagClassName
{
border-color: #EFF1F4;
}
</style>