Shades of Solitude #EFF0F5
Tints of Solitude #EFF0F5
RGB
CMYK
RGB Variations
Color information
#EFF0F5 (or 0xEFF0F5) is known color: Solitude. HEX triplet: EF, F0 and F5. RGB value is (239,240,245). Sum of RGB (Red+Green+Blue) = 239+240+245=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 245 (96.09% from 255 or 33.84% from 724); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFF0F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F5 is #100F0A. Grayscale: #F0F0F0. Windows color (decimal): -1052427 or 16117999. OLE color: 16117999.
HSL color Cylindrical-coordinate representation of color #EFF0F5: hue angle of 230º degrees, saturation: 0.23, 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 #EFF0F5 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 240 | 245 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.04 |
| HSL | 230º | 0.23% | 0.95% | - |
| HSV(B) | 230º | 0.02% | 0.96% | - |
| XYZ | 83.24 | 87.26 | 98.84 | - |
| YUV | 240.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 245 | 0.02 | 0.02 | 0 | 0.04 | 230 | 0.23 | 0.95 |
| Hex | EF | F0 | F5 | 2 | 2 | 0 | 4 | E6 | 17 | 5F |
| Octal | 357 | 360 | 365 | 2 | 2 | 0 | 4 | 346 | 27 | 137 |
| Binary | 11101111 | 11110000 | 11110101 | 10 | 10 | 0 | 100 | 11100110 | 10111 | 1011111 |
Color Harmonies of #EFF0F5
Complementary color
Monochromatic Colors of #EFF0F5
Black with #EFF0F5
Text Example
Text Example
White with #EFF0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0F5; }
p { color: rgb(239,240,245); }
H1.HeaderClassName
{
color: #EFF0F5;
}
.AnyTagClassName
{
color: #EFF0F5;
}
</style>
background-color css
<style>
a { background-color: #EFF0F5; }
a { background-color: rgb(239,240,245); }
div.DivClassName
{
background-color: #EFF0F5;
}
.BgClassName
{
background-color: #EFF0F5;
}
</style>
border-color css
<style>
span { border-color: #EFF0F5; }
span { border-color: rgb(239,240,245); }
td.TdClassName
{
border-color: #EFF0F5;
}
.TagClassName
{
border-color: #EFF0F5;
}
</style>