Shades of Solitude #EDF1F9
Tints of Solitude #EDF1F9
RGB
CMYK
RGB Variations
Color information
#EDF1F9 (or 0xEDF1F9) is known color: Solitude. HEX triplet: ED, F1 and F9. RGB value is (237,241,249). Sum of RGB (Red+Green+Blue) = 237+241+249=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 249 (97.66% from 255 or 34.25% from 727); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDF1F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1F9 is #120E06. Grayscale: #F0F0F0. Windows color (decimal): -1183239 or 16380397. OLE color: 16380397.
HSL color Cylindrical-coordinate representation of color #EDF1F9: hue angle of 220º degrees, saturation: 0.5, 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 #EDF1F9 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 241 | 249 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.02 |
| HSL | 220º | 0.5% | 0.95% | - |
| HSV(B) | 220º | 0.05% | 0.98% | - |
| XYZ | 83.48 | 87.75 | 102.16 | - |
| YUV | 240.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 249 | 0.05 | 0.03 | 0 | 0.02 | 220 | 0.5 | 0.95 |
| Hex | ED | F1 | F9 | 5 | 3 | 0 | 2 | DC | 32 | 5F |
| Octal | 355 | 361 | 371 | 5 | 3 | 0 | 2 | 334 | 62 | 137 |
| Binary | 11101101 | 11110001 | 11111001 | 101 | 11 | 0 | 10 | 11011100 | 110010 | 1011111 |
Color Harmonies of #EDF1F9
Complementary color
Monochromatic Colors of #EDF1F9
Black with #EDF1F9
Text Example
Text Example
White with #EDF1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1F9; }
p { color: rgb(237,241,249); }
H1.HeaderClassName
{
color: #EDF1F9;
}
.AnyTagClassName
{
color: #EDF1F9;
}
</style>
background-color css
<style>
a { background-color: #EDF1F9; }
a { background-color: rgb(237,241,249); }
div.DivClassName
{
background-color: #EDF1F9;
}
.BgClassName
{
background-color: #EDF1F9;
}
</style>
border-color css
<style>
span { border-color: #EDF1F9; }
span { border-color: rgb(237,241,249); }
td.TdClassName
{
border-color: #EDF1F9;
}
.TagClassName
{
border-color: #EDF1F9;
}
</style>