Shades of Solitude #EFF0F1
Tints of Solitude #EFF0F1
RGB
CMYK
RGB Variations
Color information
#EFF0F1 (or 0xEFF0F1) is known color: Solitude. HEX triplet: EF, F0 and F1. RGB value is (239,240,241). Sum of RGB (Red+Green+Blue) = 239+240+241=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 241 (94.53% from 255 or 33.47% from 720); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F1 is #100F0E. Grayscale: #EFEFEF. Windows color (decimal): -1052431 or 15855855. OLE color: 15855855.
HSL color Cylindrical-coordinate representation of color #EFF0F1: hue angle of 210º degrees, saturation: 0.07, 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 #EFF0F1 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 240 | 241 | - |
| CMYK | 0.01 | 0.00 | 0 | 0.05 |
| HSL | 210º | 0.07% | 0.94% | - |
| HSV(B) | 210º | 0.01% | 0.95% | - |
| XYZ | 82.63 | 87.02 | 95.66 | - |
| YUV | 239.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 241 | 0.01 | 0.00 | 0 | 0.05 | 210 | 0.07 | 0.94 |
| Hex | EF | F0 | F1 | 1 | 0 | 0 | 5 | D2 | 7 | 5E |
| Octal | 357 | 360 | 361 | 1 | 0 | 0 | 5 | 322 | 7 | 136 |
| Binary | 11101111 | 11110000 | 11110001 | 1 | 0 | 0 | 101 | 11010010 | 111 | 1011110 |
Color Harmonies of #EFF0F1
Complementary color
Monochromatic Colors of #EFF0F1
Black with #EFF0F1
Text Example
Text Example
White with #EFF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0F1; }
p { color: rgb(239,240,241); }
H1.HeaderClassName
{
color: #EFF0F1;
}
.AnyTagClassName
{
color: #EFF0F1;
}
</style>
background-color css
<style>
a { background-color: #EFF0F1; }
a { background-color: rgb(239,240,241); }
div.DivClassName
{
background-color: #EFF0F1;
}
.BgClassName
{
background-color: #EFF0F1;
}
</style>
border-color css
<style>
span { border-color: #EFF0F1; }
span { border-color: rgb(239,240,241); }
td.TdClassName
{
border-color: #EFF0F1;
}
.TagClassName
{
border-color: #EFF0F1;
}
</style>