Shades of Solitude #E0E8FE
Tints of Solitude #E0E8FE
RGB
CMYK
RGB Variations
Color information
#E0E8FE (or 0xE0E8FE) is known color: Solitude. HEX triplet: E0, E8 and FE. RGB value is (224,232,254). Sum of RGB (Red+Green+Blue) = 224+232+254=710 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.55% from 710); Green value is 232 (91.02% from 255 or 32.68% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E8FE is #1F1701. Grayscale: #E8E8E8. Windows color (decimal): -2037506 or 16705760. OLE color: 16705760.
HSL color Cylindrical-coordinate representation of color #E0E8FE: hue angle of 224º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0E8FE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 232 | 254 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.00 |
| HSL | 224º | 0.94% | 0.94% | - |
| HSV(B) | 224º | 0.12% | 1% | - |
| XYZ | 77.49 | 80.72 | 105.26 | - |
| YUV | 232.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 232 | 254 | 0.12 | 0.09 | 0 | 0.00 | 224 | 0.94 | 0.94 |
| Hex | E0 | E8 | FE | C | 9 | 0 | 0 | E0 | 5E | 5E |
| Octal | 340 | 350 | 376 | 14 | 11 | 0 | 0 | 340 | 136 | 136 |
| Binary | 11100000 | 11101000 | 11111110 | 1100 | 1001 | 0 | 0 | 11100000 | 1011110 | 1011110 |
Color Harmonies of #E0E8FE
Complementary color
Monochromatic Colors of #E0E8FE
Black with #E0E8FE
Text Example
Text Example
White with #E0E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E8FE; }
p { color: rgb(224,232,254); }
H1.HeaderClassName
{
color: #E0E8FE;
}
.AnyTagClassName
{
color: #E0E8FE;
}
</style>
background-color css
<style>
a { background-color: #E0E8FE; }
a { background-color: rgb(224,232,254); }
div.DivClassName
{
background-color: #E0E8FE;
}
.BgClassName
{
background-color: #E0E8FE;
}
</style>
border-color css
<style>
span { border-color: #E0E8FE; }
span { border-color: rgb(224,232,254); }
td.TdClassName
{
border-color: #E0E8FE;
}
.TagClassName
{
border-color: #E0E8FE;
}
</style>