Shades of Solitude #E0ECFF
Tints of Solitude #E0ECFF
RGB
CMYK
RGB Variations
Color information
#E0ECFF (or 0xE0ECFF) is known color: Solitude. HEX triplet: E0, EC and FF. RGB value is (224,236,255). Sum of RGB (Red+Green+Blue) = 224+236+255=715 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.33% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECFF is #1F1300. Grayscale: #EAEAEA. Windows color (decimal): -2036481 or 16772320. OLE color: 16772320.
HSL color Cylindrical-coordinate representation of color #E0ECFF: hue angle of 216.77º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0ECFF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 236 | 255 | - |
| CMYK | 0.12 | 0.07 | 0 | 0 |
| HSL | 216.77º | 1% | 0.94% | - |
| HSV(B) | 216.77º | 0.12% | 1% | - |
| XYZ | 78.79 | 83.06 | 106.49 | - |
| YUV | 234.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 255 | 0.12 | 0.07 | 0 | 0 | 216.77 | 1 | 0.94 |
| Hex | E0 | EC | FF | C | 7 | 0 | 0 | D9 | 64 | 5E |
| Octal | 340 | 354 | 377 | 14 | 7 | 0 | 0 | 331 | 144 | 136 |
| Binary | 11100000 | 11101100 | 11111111 | 1100 | 111 | 0 | 0 | 11011001 | 1100100 | 1011110 |
Color Harmonies of #E0ECFF
Complementary color
Monochromatic Colors of #E0ECFF
Black with #E0ECFF
Text Example
Text Example
White with #E0ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECFF; }
p { color: rgb(224,236,255); }
H1.HeaderClassName
{
color: #E0ECFF;
}
.AnyTagClassName
{
color: #E0ECFF;
}
</style>
background-color css
<style>
a { background-color: #E0ECFF; }
a { background-color: rgb(224,236,255); }
div.DivClassName
{
background-color: #E0ECFF;
}
.BgClassName
{
background-color: #E0ECFF;
}
</style>
border-color css
<style>
span { border-color: #E0ECFF; }
span { border-color: rgb(224,236,255); }
td.TdClassName
{
border-color: #E0ECFF;
}
.TagClassName
{
border-color: #E0ECFF;
}
</style>