Shades of Solitude #EDF0FB
Tints of Solitude #EDF0FB
RGB
CMYK
RGB Variations
Color information
#EDF0FB (or 0xEDF0FB) is known color: Solitude. HEX triplet: ED, F0 and FB. RGB value is (237,240,251). Sum of RGB (Red+Green+Blue) = 237+240+251=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FB is #120F04. Grayscale: #F0F0F0. Windows color (decimal): -1183493 or 16511213. OLE color: 16511213.
HSL color Cylindrical-coordinate representation of color #EDF0FB: hue angle of 227.14º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF0FB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 240 | 251 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.02 |
| HSL | 227.14º | 0.64% | 0.96% | - |
| HSV(B) | 227.14º | 0.06% | 0.98% | - |
| XYZ | 83.5 | 87.29 | 103.71 | - |
| YUV | 240.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 251 | 0.06 | 0.04 | 0 | 0.02 | 227.14 | 0.64 | 0.96 |
| Hex | ED | F0 | FB | 6 | 4 | 0 | 2 | E3 | 40 | 60 |
| Octal | 355 | 360 | 373 | 6 | 4 | 0 | 2 | 343 | 100 | 140 |
| Binary | 11101101 | 11110000 | 11111011 | 110 | 100 | 0 | 10 | 11100011 | 1000000 | 1100000 |
Color Harmonies of #EDF0FB
Complementary color
Monochromatic Colors of #EDF0FB
Black with #EDF0FB
Text Example
Text Example
White with #EDF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0FB; }
p { color: rgb(237,240,251); }
H1.HeaderClassName
{
color: #EDF0FB;
}
.AnyTagClassName
{
color: #EDF0FB;
}
</style>
background-color css
<style>
a { background-color: #EDF0FB; }
a { background-color: rgb(237,240,251); }
div.DivClassName
{
background-color: #EDF0FB;
}
.BgClassName
{
background-color: #EDF0FB;
}
</style>
border-color css
<style>
span { border-color: #EDF0FB; }
span { border-color: rgb(237,240,251); }
td.TdClassName
{
border-color: #EDF0FB;
}
.TagClassName
{
border-color: #EDF0FB;
}
</style>