Shades of Solitude #E1ECFF
Tints of Solitude #E1ECFF
RGB
CMYK
RGB Variations
Color information
#E1ECFF (or 0xE1ECFF) is known color: Solitude. HEX triplet: E1, EC and FF. RGB value is (225,236,255). Sum of RGB (Red+Green+Blue) = 225+236+255=716 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.42% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECFF is #1E1300. Grayscale: #EAEAEA. Windows color (decimal): -1970945 or 16772321. OLE color: 16772321.
HSL color Cylindrical-coordinate representation of color #E1ECFF: hue angle of 218º 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 #E1ECFF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 236 | 255 | - |
| CMYK | 0.12 | 0.07 | 0 | 0 |
| HSL | 218º | 1% | 0.94% | - |
| HSV(B) | 218º | 0.12% | 1% | - |
| XYZ | 79.1 | 83.22 | 106.5 | - |
| YUV | 234.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 255 | 0.12 | 0.07 | 0 | 0 | 218 | 1 | 0.94 |
| Hex | E1 | EC | FF | C | 7 | 0 | 0 | DA | 64 | 5E |
| Octal | 341 | 354 | 377 | 14 | 7 | 0 | 0 | 332 | 144 | 136 |
| Binary | 11100001 | 11101100 | 11111111 | 1100 | 111 | 0 | 0 | 11011010 | 1100100 | 1011110 |
Color Harmonies of #E1ECFF
Complementary color
Monochromatic Colors of #E1ECFF
Black with #E1ECFF
Text Example
Text Example
White with #E1ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECFF; }
p { color: rgb(225,236,255); }
H1.HeaderClassName
{
color: #E1ECFF;
}
.AnyTagClassName
{
color: #E1ECFF;
}
</style>
background-color css
<style>
a { background-color: #E1ECFF; }
a { background-color: rgb(225,236,255); }
div.DivClassName
{
background-color: #E1ECFF;
}
.BgClassName
{
background-color: #E1ECFF;
}
</style>
border-color css
<style>
span { border-color: #E1ECFF; }
span { border-color: rgb(225,236,255); }
td.TdClassName
{
border-color: #E1ECFF;
}
.TagClassName
{
border-color: #E1ECFF;
}
</style>