Shades of Solitude #E1E8FB
Tints of Solitude #E1E8FB
RGB
CMYK
RGB Variations
Color information
#E1E8FB (or 0xE1E8FB) is known color: Solitude. HEX triplet: E1, E8 and FB. RGB value is (225,232,251). Sum of RGB (Red+Green+Blue) = 225+232+251=708 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.78% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1E8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E8FB is #1E1704. Grayscale: #E7E7E7. Windows color (decimal): -1971973 or 16509153. OLE color: 16509153.
HSL color Cylindrical-coordinate representation of color #E1E8FB: hue angle of 223.85º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1E8FB is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 232 | 251 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.02 |
| HSL | 223.85º | 0.76% | 0.93% | - |
| HSV(B) | 223.85º | 0.1% | 0.98% | - |
| XYZ | 77.32 | 80.69 | 102.77 | - |
| YUV | 232.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 232 | 251 | 0.10 | 0.08 | 0 | 0.02 | 223.85 | 0.76 | 0.93 |
| Hex | E1 | E8 | FB | A | 8 | 0 | 2 | E0 | 4C | 5D |
| Octal | 341 | 350 | 373 | 12 | 10 | 0 | 2 | 340 | 114 | 135 |
| Binary | 11100001 | 11101000 | 11111011 | 1010 | 1000 | 0 | 10 | 11100000 | 1001100 | 1011101 |
Color Harmonies of #E1E8FB
Complementary color
Monochromatic Colors of #E1E8FB
Black with #E1E8FB
Text Example
Text Example
White with #E1E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E8FB; }
p { color: rgb(225,232,251); }
H1.HeaderClassName
{
color: #E1E8FB;
}
.AnyTagClassName
{
color: #E1E8FB;
}
</style>
background-color css
<style>
a { background-color: #E1E8FB; }
a { background-color: rgb(225,232,251); }
div.DivClassName
{
background-color: #E1E8FB;
}
.BgClassName
{
background-color: #E1E8FB;
}
</style>
border-color css
<style>
span { border-color: #E1E8FB; }
span { border-color: rgb(225,232,251); }
td.TdClassName
{
border-color: #E1E8FB;
}
.TagClassName
{
border-color: #E1E8FB;
}
</style>