Shades of Solitude #EFF2FA
Tints of Solitude #EFF2FA
RGB
CMYK
RGB Variations
Color information
#EFF2FA (or 0xEFF2FA) is known color: Solitude. HEX triplet: EF, F2 and FA. RGB value is (239,242,250). Sum of RGB (Red+Green+Blue) = 239+242+250=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2FA is #100D05. Grayscale: #F1F1F1. Windows color (decimal): -1051910 or 16446191. OLE color: 16446191.
HSL color Cylindrical-coordinate representation of color #EFF2FA: hue angle of 223.64º degrees, saturation: 0.52, 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 #EFF2FA is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 242 | 250 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.02 |
| HSL | 223.64º | 0.52% | 0.96% | - |
| HSV(B) | 223.64º | 0.04% | 0.98% | - |
| XYZ | 84.6 | 88.76 | 103.12 | - |
| YUV | 242.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 250 | 0.04 | 0.03 | 0 | 0.02 | 223.64 | 0.52 | 0.96 |
| Hex | EF | F2 | FA | 4 | 3 | 0 | 2 | E0 | 34 | 60 |
| Octal | 357 | 362 | 372 | 4 | 3 | 0 | 2 | 340 | 64 | 140 |
| Binary | 11101111 | 11110010 | 11111010 | 100 | 11 | 0 | 10 | 11100000 | 110100 | 1100000 |
Color Harmonies of #EFF2FA
Complementary color
Monochromatic Colors of #EFF2FA
Black with #EFF2FA
Text Example
Text Example
White with #EFF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2FA; }
p { color: rgb(239,242,250); }
H1.HeaderClassName
{
color: #EFF2FA;
}
.AnyTagClassName
{
color: #EFF2FA;
}
</style>
background-color css
<style>
a { background-color: #EFF2FA; }
a { background-color: rgb(239,242,250); }
div.DivClassName
{
background-color: #EFF2FA;
}
.BgClassName
{
background-color: #EFF2FA;
}
</style>
border-color css
<style>
span { border-color: #EFF2FA; }
span { border-color: rgb(239,242,250); }
td.TdClassName
{
border-color: #EFF2FA;
}
.TagClassName
{
border-color: #EFF2FA;
}
</style>