Shades of Solitude #EFF1F5
Tints of Solitude #EFF1F5
RGB
CMYK
RGB Variations
Color information
#EFF1F5 (or 0xEFF1F5) is known color: Solitude. HEX triplet: EF, F1 and F5. RGB value is (239,241,245). Sum of RGB (Red+Green+Blue) = 239+241+245=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 241 (94.53% from 255 or 33.24% from 725); Blue value is 245 (96.09% from 255 or 33.79% from 725); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFF1F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1F5 is #100E0A. Grayscale: #F0F0F0. Windows color (decimal): -1052171 or 16118255. OLE color: 16118255.
HSL color Cylindrical-coordinate representation of color #EFF1F5: hue angle of 220º 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 #EFF1F5 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 241 | 245 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.04 |
| HSL | 220º | 0.23% | 0.95% | - |
| HSV(B) | 220º | 0.02% | 0.96% | - |
| XYZ | 83.53 | 87.85 | 98.94 | - |
| YUV | 240.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 245 | 0.02 | 0.02 | 0 | 0.04 | 220 | 0.23 | 0.95 |
| Hex | EF | F1 | F5 | 2 | 2 | 0 | 4 | DC | 17 | 5F |
| Octal | 357 | 361 | 365 | 2 | 2 | 0 | 4 | 334 | 27 | 137 |
| Binary | 11101111 | 11110001 | 11110101 | 10 | 10 | 0 | 100 | 11011100 | 10111 | 1011111 |
Color Harmonies of #EFF1F5
Complementary color
Monochromatic Colors of #EFF1F5
Black with #EFF1F5
Text Example
Text Example
White with #EFF1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1F5; }
p { color: rgb(239,241,245); }
H1.HeaderClassName
{
color: #EFF1F5;
}
.AnyTagClassName
{
color: #EFF1F5;
}
</style>
background-color css
<style>
a { background-color: #EFF1F5; }
a { background-color: rgb(239,241,245); }
div.DivClassName
{
background-color: #EFF1F5;
}
.BgClassName
{
background-color: #EFF1F5;
}
</style>
border-color css
<style>
span { border-color: #EFF1F5; }
span { border-color: rgb(239,241,245); }
td.TdClassName
{
border-color: #EFF1F5;
}
.TagClassName
{
border-color: #EFF1F5;
}
</style>