Shades of Solitude #E0ECFD
Tints of Solitude #E0ECFD
RGB
CMYK
RGB Variations
Color information
#E0ECFD (or 0xE0ECFD) is known color: Solitude. HEX triplet: E0, EC and FD. RGB value is (224,236,253). Sum of RGB (Red+Green+Blue) = 224+236+253=713 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.42% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECFD is #1F1302. Grayscale: #EAEAEA. Windows color (decimal): -2036483 or 16641248. OLE color: 16641248.
HSL color Cylindrical-coordinate representation of color #E0ECFD: hue angle of 215.17º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0ECFD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 236 | 253 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.01 |
| HSL | 215.17º | 0.88% | 0.94% | - |
| HSV(B) | 215.17º | 0.11% | 0.99% | - |
| XYZ | 78.47 | 82.93 | 104.8 | - |
| YUV | 234.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 253 | 0.11 | 0.07 | 0 | 0.01 | 215.17 | 0.88 | 0.94 |
| Hex | E0 | EC | FD | B | 7 | 0 | 1 | D7 | 58 | 5E |
| Octal | 340 | 354 | 375 | 13 | 7 | 0 | 1 | 327 | 130 | 136 |
| Binary | 11100000 | 11101100 | 11111101 | 1011 | 111 | 0 | 1 | 11010111 | 1011000 | 1011110 |
Color Harmonies of #E0ECFD
Complementary color
Monochromatic Colors of #E0ECFD
Black with #E0ECFD
Text Example
Text Example
White with #E0ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECFD; }
p { color: rgb(224,236,253); }
H1.HeaderClassName
{
color: #E0ECFD;
}
.AnyTagClassName
{
color: #E0ECFD;
}
</style>
background-color css
<style>
a { background-color: #E0ECFD; }
a { background-color: rgb(224,236,253); }
div.DivClassName
{
background-color: #E0ECFD;
}
.BgClassName
{
background-color: #E0ECFD;
}
</style>
border-color css
<style>
span { border-color: #E0ECFD; }
span { border-color: rgb(224,236,253); }
td.TdClassName
{
border-color: #E0ECFD;
}
.TagClassName
{
border-color: #E0ECFD;
}
</style>