Shades of Solitude #E1ECFE
Tints of Solitude #E1ECFE
RGB
CMYK
RGB Variations
Color information
#E1ECFE (or 0xE1ECFE) is known color: Solitude. HEX triplet: E1, EC and FE. RGB value is (225,236,254). Sum of RGB (Red+Green+Blue) = 225+236+254=715 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.47% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECFE is #1E1301. Grayscale: #EAEAEA. Windows color (decimal): -1970946 or 16706785. OLE color: 16706785.
HSL color Cylindrical-coordinate representation of color #E1ECFE: hue angle of 217.24º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1ECFE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 236 | 254 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.00 |
| HSL | 217.24º | 0.94% | 0.94% | - |
| HSV(B) | 217.24º | 0.11% | 1% | - |
| XYZ | 78.94 | 83.15 | 105.66 | - |
| YUV | 234.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 254 | 0.11 | 0.07 | 0 | 0.00 | 217.24 | 0.94 | 0.94 |
| Hex | E1 | EC | FE | B | 7 | 0 | 0 | D9 | 5E | 5E |
| Octal | 341 | 354 | 376 | 13 | 7 | 0 | 0 | 331 | 136 | 136 |
| Binary | 11100001 | 11101100 | 11111110 | 1011 | 111 | 0 | 0 | 11011001 | 1011110 | 1011110 |
Color Harmonies of #E1ECFE
Complementary color
Monochromatic Colors of #E1ECFE
Black with #E1ECFE
Text Example
Text Example
White with #E1ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECFE; }
p { color: rgb(225,236,254); }
H1.HeaderClassName
{
color: #E1ECFE;
}
.AnyTagClassName
{
color: #E1ECFE;
}
</style>
background-color css
<style>
a { background-color: #E1ECFE; }
a { background-color: rgb(225,236,254); }
div.DivClassName
{
background-color: #E1ECFE;
}
.BgClassName
{
background-color: #E1ECFE;
}
</style>
border-color css
<style>
span { border-color: #E1ECFE; }
span { border-color: rgb(225,236,254); }
td.TdClassName
{
border-color: #E1ECFE;
}
.TagClassName
{
border-color: #E1ECFE;
}
</style>