Shades of Solitude #EDF0F7
Tints of Solitude #EDF0F7
RGB
CMYK
RGB Variations
Color information
#EDF0F7 (or 0xEDF0F7) is known color: Solitude. HEX triplet: ED, F0 and F7. RGB value is (237,240,247). Sum of RGB (Red+Green+Blue) = 237+240+247=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 247 (96.88% from 255 or 34.12% from 724); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDF0F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F7 is #120F08. Grayscale: #EFEFEF. Windows color (decimal): -1183497 or 16249069. OLE color: 16249069.
HSL color Cylindrical-coordinate representation of color #EDF0F7: hue angle of 222º degrees, saturation: 0.38, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF0F7 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 240 | 247 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.03 |
| HSL | 222º | 0.38% | 0.95% | - |
| HSV(B) | 222º | 0.04% | 0.97% | - |
| XYZ | 82.87 | 87.04 | 100.43 | - |
| YUV | 239.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 247 | 0.04 | 0.03 | 0 | 0.03 | 222 | 0.38 | 0.95 |
| Hex | ED | F0 | F7 | 4 | 3 | 0 | 3 | DE | 26 | 5F |
| Octal | 355 | 360 | 367 | 4 | 3 | 0 | 3 | 336 | 46 | 137 |
| Binary | 11101101 | 11110000 | 11110111 | 100 | 11 | 0 | 11 | 11011110 | 100110 | 1011111 |
Color Harmonies of #EDF0F7
Complementary color
Monochromatic Colors of #EDF0F7
Black with #EDF0F7
Text Example
Text Example
White with #EDF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0F7; }
p { color: rgb(237,240,247); }
H1.HeaderClassName
{
color: #EDF0F7;
}
.AnyTagClassName
{
color: #EDF0F7;
}
</style>
background-color css
<style>
a { background-color: #EDF0F7; }
a { background-color: rgb(237,240,247); }
div.DivClassName
{
background-color: #EDF0F7;
}
.BgClassName
{
background-color: #EDF0F7;
}
</style>
border-color css
<style>
span { border-color: #EDF0F7; }
span { border-color: rgb(237,240,247); }
td.TdClassName
{
border-color: #EDF0F7;
}
.TagClassName
{
border-color: #EDF0F7;
}
</style>