Shades of Solitude #EDF0FC
Tints of Solitude #EDF0FC
RGB
CMYK
RGB Variations
Color information
#EDF0FC (or 0xEDF0FC) is known color: Solitude. HEX triplet: ED, F0 and FC. RGB value is (237,240,252). Sum of RGB (Red+Green+Blue) = 237+240+252=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 240 (94.14% from 255 or 32.92% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FC is #120F03. Grayscale: #F0F0F0. Windows color (decimal): -1183492 or 16576749. OLE color: 16576749.
HSL color Cylindrical-coordinate representation of color #EDF0FC: hue angle of 228º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF0FC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 240 | 252 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.01 |
| HSL | 228º | 0.71% | 0.96% | - |
| HSV(B) | 228º | 0.06% | 0.99% | - |
| XYZ | 83.66 | 87.35 | 104.55 | - |
| YUV | 240.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 252 | 0.06 | 0.05 | 0 | 0.01 | 228 | 0.71 | 0.96 |
| Hex | ED | F0 | FC | 6 | 5 | 0 | 1 | E4 | 47 | 60 |
| Octal | 355 | 360 | 374 | 6 | 5 | 0 | 1 | 344 | 107 | 140 |
| Binary | 11101101 | 11110000 | 11111100 | 110 | 101 | 0 | 1 | 11100100 | 1000111 | 1100000 |
Color Harmonies of #EDF0FC
Complementary color
Monochromatic Colors of #EDF0FC
Black with #EDF0FC
Text Example
Text Example
White with #EDF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0FC; }
p { color: rgb(237,240,252); }
H1.HeaderClassName
{
color: #EDF0FC;
}
.AnyTagClassName
{
color: #EDF0FC;
}
</style>
background-color css
<style>
a { background-color: #EDF0FC; }
a { background-color: rgb(237,240,252); }
div.DivClassName
{
background-color: #EDF0FC;
}
.BgClassName
{
background-color: #EDF0FC;
}
</style>
border-color css
<style>
span { border-color: #EDF0FC; }
span { border-color: rgb(237,240,252); }
td.TdClassName
{
border-color: #EDF0FC;
}
.TagClassName
{
border-color: #EDF0FC;
}
</style>