Shades of Solitude #E0ECF7
Tints of Solitude #E0ECF7
RGB
CMYK
RGB Variations
Color information
#E0ECF7 (or 0xE0ECF7) is known color: Solitude. HEX triplet: E0, EC and F7. RGB value is (224,236,247). Sum of RGB (Red+Green+Blue) = 224+236+247=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0ECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECF7 is #1F1308. Grayscale: #E9E9E9. Windows color (decimal): -2036489 or 16248032. OLE color: 16248032.
HSL color Cylindrical-coordinate representation of color #E0ECF7: hue angle of 208.7º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0ECF7 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 236 | 247 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.03 |
| HSL | 208.7º | 0.59% | 0.92% | - |
| HSV(B) | 208.7º | 0.09% | 0.97% | - |
| XYZ | 77.52 | 82.55 | 99.84 | - |
| YUV | 233.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 247 | 0.09 | 0.04 | 0 | 0.03 | 208.7 | 0.59 | 0.92 |
| Hex | E0 | EC | F7 | 9 | 4 | 0 | 3 | D1 | 3B | 5C |
| Octal | 340 | 354 | 367 | 11 | 4 | 0 | 3 | 321 | 73 | 134 |
| Binary | 11100000 | 11101100 | 11110111 | 1001 | 100 | 0 | 11 | 11010001 | 111011 | 1011100 |
Color Harmonies of #E0ECF7
Complementary color
Monochromatic Colors of #E0ECF7
Black with #E0ECF7
Text Example
Text Example
White with #E0ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECF7; }
p { color: rgb(224,236,247); }
H1.HeaderClassName
{
color: #E0ECF7;
}
.AnyTagClassName
{
color: #E0ECF7;
}
</style>
background-color css
<style>
a { background-color: #E0ECF7; }
a { background-color: rgb(224,236,247); }
div.DivClassName
{
background-color: #E0ECF7;
}
.BgClassName
{
background-color: #E0ECF7;
}
</style>
border-color css
<style>
span { border-color: #E0ECF7; }
span { border-color: rgb(224,236,247); }
td.TdClassName
{
border-color: #E0ECF7;
}
.TagClassName
{
border-color: #E0ECF7;
}
</style>