Shades of Solitude #EDF2FA
Tints of Solitude #EDF2FA
RGB
CMYK
RGB Variations
Color information
#EDF2FA (or 0xEDF2FA) is known color: Solitude. HEX triplet: ED, F2 and FA. RGB value is (237,242,250). Sum of RGB (Red+Green+Blue) = 237+242+250=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2FA is #120D05. Grayscale: #F1F1F1. Windows color (decimal): -1182982 or 16446189. OLE color: 16446189.
HSL color Cylindrical-coordinate representation of color #EDF2FA: hue angle of 216.92º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF2FA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 242 | 250 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.02 |
| HSL | 216.92º | 0.57% | 0.95% | - |
| HSV(B) | 216.92º | 0.05% | 0.98% | - |
| XYZ | 83.93 | 88.41 | 103.08 | - |
| YUV | 241.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 250 | 0.05 | 0.03 | 0 | 0.02 | 216.92 | 0.57 | 0.95 |
| Hex | ED | F2 | FA | 5 | 3 | 0 | 2 | D9 | 39 | 5F |
| Octal | 355 | 362 | 372 | 5 | 3 | 0 | 2 | 331 | 71 | 137 |
| Binary | 11101101 | 11110010 | 11111010 | 101 | 11 | 0 | 10 | 11011001 | 111001 | 1011111 |
Color Harmonies of #EDF2FA
Complementary color
Monochromatic Colors of #EDF2FA
Black with #EDF2FA
Text Example
Text Example
White with #EDF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2FA; }
p { color: rgb(237,242,250); }
H1.HeaderClassName
{
color: #EDF2FA;
}
.AnyTagClassName
{
color: #EDF2FA;
}
</style>
background-color css
<style>
a { background-color: #EDF2FA; }
a { background-color: rgb(237,242,250); }
div.DivClassName
{
background-color: #EDF2FA;
}
.BgClassName
{
background-color: #EDF2FA;
}
</style>
border-color css
<style>
span { border-color: #EDF2FA; }
span { border-color: rgb(237,242,250); }
td.TdClassName
{
border-color: #EDF2FA;
}
.TagClassName
{
border-color: #EDF2FA;
}
</style>