Shades of Solitude #E1E8FC
Tints of Solitude #E1E8FC
RGB
CMYK
RGB Variations
Color information
#E1E8FC (or 0xE1E8FC) is known color: Solitude. HEX triplet: E1, E8 and FC. RGB value is (225,232,252). Sum of RGB (Red+Green+Blue) = 225+232+252=709 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.73% from 709); Green value is 232 (91.02% from 255 or 32.72% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1E8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E8FC is #1E1703. Grayscale: #E8E8E8. Windows color (decimal): -1971972 or 16574689. OLE color: 16574689.
HSL color Cylindrical-coordinate representation of color #E1E8FC: hue angle of 224.44º degrees, saturation: 0.82, 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 #E1E8FC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 232 | 252 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.01 |
| HSL | 224.44º | 0.82% | 0.94% | - |
| HSV(B) | 224.44º | 0.11% | 0.99% | - |
| XYZ | 77.48 | 80.75 | 103.6 | - |
| YUV | 232.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 252 | 0.11 | 0.08 | 0 | 0.01 | 224.44 | 0.82 | 0.94 |
| Hex | E1 | E8 | FC | B | 8 | 0 | 1 | E0 | 52 | 5E |
| Octal | 341 | 350 | 374 | 13 | 10 | 0 | 1 | 340 | 122 | 136 |
| Binary | 11100001 | 11101000 | 11111100 | 1011 | 1000 | 0 | 1 | 11100000 | 1010010 | 1011110 |
Color Harmonies of #E1E8FC
Complementary color
Monochromatic Colors of #E1E8FC
Black with #E1E8FC
Text Example
Text Example
White with #E1E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E8FC; }
p { color: rgb(225,232,252); }
H1.HeaderClassName
{
color: #E1E8FC;
}
.AnyTagClassName
{
color: #E1E8FC;
}
</style>
background-color css
<style>
a { background-color: #E1E8FC; }
a { background-color: rgb(225,232,252); }
div.DivClassName
{
background-color: #E1E8FC;
}
.BgClassName
{
background-color: #E1E8FC;
}
</style>
border-color css
<style>
span { border-color: #E1E8FC; }
span { border-color: rgb(225,232,252); }
td.TdClassName
{
border-color: #E1E8FC;
}
.TagClassName
{
border-color: #E1E8FC;
}
</style>