Shades of Solitude #EFF2F9
Tints of Solitude #EFF2F9
RGB
CMYK
RGB Variations
Color information
#EFF2F9 (or 0xEFF2F9) is known color: Solitude. HEX triplet: EF, F2 and F9. RGB value is (239,242,249). Sum of RGB (Red+Green+Blue) = 239+242+249=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFF2F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F9 is #100D06. Grayscale: #F1F1F1. Windows color (decimal): -1051911 or 16380655. OLE color: 16380655.
HSL color Cylindrical-coordinate representation of color #EFF2F9: hue angle of 222º degrees, saturation: 0.45, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFF2F9 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 242 | 249 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.02 |
| HSL | 222º | 0.45% | 0.96% | - |
| HSV(B) | 222º | 0.04% | 0.98% | - |
| XYZ | 84.45 | 88.69 | 102.29 | - |
| YUV | 241.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 249 | 0.04 | 0.03 | 0 | 0.02 | 222 | 0.45 | 0.96 |
| Hex | EF | F2 | F9 | 4 | 3 | 0 | 2 | DE | 2D | 60 |
| Octal | 357 | 362 | 371 | 4 | 3 | 0 | 2 | 336 | 55 | 140 |
| Binary | 11101111 | 11110010 | 11111001 | 100 | 11 | 0 | 10 | 11011110 | 101101 | 1100000 |
Color Harmonies of #EFF2F9
Complementary color
Monochromatic Colors of #EFF2F9
Black with #EFF2F9
Text Example
Text Example
White with #EFF2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2F9; }
p { color: rgb(239,242,249); }
H1.HeaderClassName
{
color: #EFF2F9;
}
.AnyTagClassName
{
color: #EFF2F9;
}
</style>
background-color css
<style>
a { background-color: #EFF2F9; }
a { background-color: rgb(239,242,249); }
div.DivClassName
{
background-color: #EFF2F9;
}
.BgClassName
{
background-color: #EFF2F9;
}
</style>
border-color css
<style>
span { border-color: #EFF2F9; }
span { border-color: rgb(239,242,249); }
td.TdClassName
{
border-color: #EFF2F9;
}
.TagClassName
{
border-color: #EFF2F9;
}
</style>