Shades of Solitude #E1ECF8
Tints of Solitude #E1ECF8
RGB
CMYK
RGB Variations
Color information
#E1ECF8 (or 0xE1ECF8) is known color: Solitude. HEX triplet: E1, EC and F8. RGB value is (225,236,248). Sum of RGB (Red+Green+Blue) = 225+236+248=709 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.73% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECF8 is #1E1307. Grayscale: #EAEAEA. Windows color (decimal): -1970952 or 16313569. OLE color: 16313569.
HSL color Cylindrical-coordinate representation of color #E1ECF8: hue angle of 211.3º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1ECF8 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 236 | 248 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.03 |
| HSL | 211.3º | 0.62% | 0.93% | - |
| HSV(B) | 211.3º | 0.09% | 0.97% | - |
| XYZ | 77.99 | 82.78 | 100.67 | - |
| YUV | 234.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 248 | 0.09 | 0.05 | 0 | 0.03 | 211.3 | 0.62 | 0.93 |
| Hex | E1 | EC | F8 | 9 | 5 | 0 | 3 | D3 | 3E | 5D |
| Octal | 341 | 354 | 370 | 11 | 5 | 0 | 3 | 323 | 76 | 135 |
| Binary | 11100001 | 11101100 | 11111000 | 1001 | 101 | 0 | 11 | 11010011 | 111110 | 1011101 |
Color Harmonies of #E1ECF8
Complementary color
Monochromatic Colors of #E1ECF8
Black with #E1ECF8
Text Example
Text Example
White with #E1ECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECF8; }
p { color: rgb(225,236,248); }
H1.HeaderClassName
{
color: #E1ECF8;
}
.AnyTagClassName
{
color: #E1ECF8;
}
</style>
background-color css
<style>
a { background-color: #E1ECF8; }
a { background-color: rgb(225,236,248); }
div.DivClassName
{
background-color: #E1ECF8;
}
.BgClassName
{
background-color: #E1ECF8;
}
</style>
border-color css
<style>
span { border-color: #E1ECF8; }
span { border-color: rgb(225,236,248); }
td.TdClassName
{
border-color: #E1ECF8;
}
.TagClassName
{
border-color: #E1ECF8;
}
</style>