Shades of Solitude #E0ECFC
Tints of Solitude #E0ECFC
RGB
CMYK
RGB Variations
Color information
#E0ECFC (or 0xE0ECFC) is known color: Solitude. HEX triplet: E0, EC and FC. RGB value is (224,236,252). Sum of RGB (Red+Green+Blue) = 224+236+252=712 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.46% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECFC is #1F1303. Grayscale: #EAEAEA. Windows color (decimal): -2036484 or 16575712. OLE color: 16575712.
HSL color Cylindrical-coordinate representation of color #E0ECFC: hue angle of 214.29º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0ECFC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 236 | 252 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.01 |
| HSL | 214.29º | 0.82% | 0.93% | - |
| HSV(B) | 214.29º | 0.11% | 0.99% | - |
| XYZ | 78.31 | 82.87 | 103.96 | - |
| YUV | 234.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 252 | 0.11 | 0.06 | 0 | 0.01 | 214.29 | 0.82 | 0.93 |
| Hex | E0 | EC | FC | B | 6 | 0 | 1 | D6 | 52 | 5D |
| Octal | 340 | 354 | 374 | 13 | 6 | 0 | 1 | 326 | 122 | 135 |
| Binary | 11100000 | 11101100 | 11111100 | 1011 | 110 | 0 | 1 | 11010110 | 1010010 | 1011101 |
Color Harmonies of #E0ECFC
Complementary color
Monochromatic Colors of #E0ECFC
Black with #E0ECFC
Text Example
Text Example
White with #E0ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECFC; }
p { color: rgb(224,236,252); }
H1.HeaderClassName
{
color: #E0ECFC;
}
.AnyTagClassName
{
color: #E0ECFC;
}
</style>
background-color css
<style>
a { background-color: #E0ECFC; }
a { background-color: rgb(224,236,252); }
div.DivClassName
{
background-color: #E0ECFC;
}
.BgClassName
{
background-color: #E0ECFC;
}
</style>
border-color css
<style>
span { border-color: #E0ECFC; }
span { border-color: rgb(224,236,252); }
td.TdClassName
{
border-color: #E0ECFC;
}
.TagClassName
{
border-color: #E0ECFC;
}
</style>