Shades of Solitude #E0EDF9
Tints of Solitude #E0EDF9
RGB
CMYK
RGB Variations
Color information
#E0EDF9 (or 0xE0EDF9) is known color: Solitude. HEX triplet: E0, ED and F9. RGB value is (224,237,249). Sum of RGB (Red+Green+Blue) = 224+237+249=710 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.55% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDF9 is #1F1206. Grayscale: #EAEAEA. Windows color (decimal): -2036231 or 16379360. OLE color: 16379360.
HSL color Cylindrical-coordinate representation of color #E0EDF9: hue angle of 208.8º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0EDF9 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 237 | 249 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.02 |
| HSL | 208.8º | 0.68% | 0.93% | - |
| HSV(B) | 208.8º | 0.1% | 0.98% | - |
| XYZ | 78.12 | 83.26 | 101.57 | - |
| YUV | 234.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 249 | 0.10 | 0.05 | 0 | 0.02 | 208.8 | 0.68 | 0.93 |
| Hex | E0 | ED | F9 | A | 5 | 0 | 2 | D1 | 44 | 5D |
| Octal | 340 | 355 | 371 | 12 | 5 | 0 | 2 | 321 | 104 | 135 |
| Binary | 11100000 | 11101101 | 11111001 | 1010 | 101 | 0 | 10 | 11010001 | 1000100 | 1011101 |
Color Harmonies of #E0EDF9
Complementary color
Monochromatic Colors of #E0EDF9
Black with #E0EDF9
Text Example
Text Example
White with #E0EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDF9; }
p { color: rgb(224,237,249); }
H1.HeaderClassName
{
color: #E0EDF9;
}
.AnyTagClassName
{
color: #E0EDF9;
}
</style>
background-color css
<style>
a { background-color: #E0EDF9; }
a { background-color: rgb(224,237,249); }
div.DivClassName
{
background-color: #E0EDF9;
}
.BgClassName
{
background-color: #E0EDF9;
}
</style>
border-color css
<style>
span { border-color: #E0EDF9; }
span { border-color: rgb(224,237,249); }
td.TdClassName
{
border-color: #E0EDF9;
}
.TagClassName
{
border-color: #E0EDF9;
}
</style>