Shades of Solitude #EDF0F5
Tints of Solitude #EDF0F5
RGB
CMYK
RGB Variations
Color information
#EDF0F5 (or 0xEDF0F5) is known color: Solitude. HEX triplet: ED, F0 and F5. RGB value is (237,240,245). Sum of RGB (Red+Green+Blue) = 237+240+245=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDF0F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F5 is #120F0A. Grayscale: #EFEFEF. Windows color (decimal): -1183499 or 16117997. OLE color: 16117997.
HSL color Cylindrical-coordinate representation of color #EDF0F5: hue angle of 217.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF0F5 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 240 | 245 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.04 |
| HSL | 217.5º | 0.29% | 0.95% | - |
| HSV(B) | 217.5º | 0.03% | 0.96% | - |
| XYZ | 82.57 | 86.92 | 98.81 | - |
| YUV | 239.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 245 | 0.03 | 0.02 | 0 | 0.04 | 217.5 | 0.29 | 0.95 |
| Hex | ED | F0 | F5 | 3 | 2 | 0 | 4 | DA | 1D | 5F |
| Octal | 355 | 360 | 365 | 3 | 2 | 0 | 4 | 332 | 35 | 137 |
| Binary | 11101101 | 11110000 | 11110101 | 11 | 10 | 0 | 100 | 11011010 | 11101 | 1011111 |
Color Harmonies of #EDF0F5
Complementary color
Monochromatic Colors of #EDF0F5
Black with #EDF0F5
Text Example
Text Example
White with #EDF0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0F5; }
p { color: rgb(237,240,245); }
H1.HeaderClassName
{
color: #EDF0F5;
}
.AnyTagClassName
{
color: #EDF0F5;
}
</style>
background-color css
<style>
a { background-color: #EDF0F5; }
a { background-color: rgb(237,240,245); }
div.DivClassName
{
background-color: #EDF0F5;
}
.BgClassName
{
background-color: #EDF0F5;
}
</style>
border-color css
<style>
span { border-color: #EDF0F5; }
span { border-color: rgb(237,240,245); }
td.TdClassName
{
border-color: #EDF0F5;
}
.TagClassName
{
border-color: #EDF0F5;
}
</style>