Shades of Solitude #E0E7FA
Tints of Solitude #E0E7FA
RGB
CMYK
RGB Variations
Color information
#E0E7FA (or 0xE0E7FA) is known color: Solitude. HEX triplet: E0, E7 and FA. RGB value is (224,231,250). Sum of RGB (Red+Green+Blue) = 224+231+250=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0E7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E7FA is #1F1805. Grayscale: #E6E6E6. Windows color (decimal): -2037766 or 16443360. OLE color: 16443360.
HSL color Cylindrical-coordinate representation of color #E0E7FA: hue angle of 223.85º degrees, saturation: 0.72, 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 #E0E7FA is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 231 | 250 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.02 |
| HSL | 223.85º | 0.72% | 0.93% | - |
| HSV(B) | 223.85º | 0.1% | 0.98% | - |
| XYZ | 76.57 | 79.9 | 101.83 | - |
| YUV | 231.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 250 | 0.10 | 0.08 | 0 | 0.02 | 223.85 | 0.72 | 0.93 |
| Hex | E0 | E7 | FA | A | 8 | 0 | 2 | E0 | 48 | 5D |
| Octal | 340 | 347 | 372 | 12 | 10 | 0 | 2 | 340 | 110 | 135 |
| Binary | 11100000 | 11100111 | 11111010 | 1010 | 1000 | 0 | 10 | 11100000 | 1001000 | 1011101 |
Color Harmonies of #E0E7FA
Complementary color
Monochromatic Colors of #E0E7FA
Black with #E0E7FA
Text Example
Text Example
White with #E0E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E7FA; }
p { color: rgb(224,231,250); }
H1.HeaderClassName
{
color: #E0E7FA;
}
.AnyTagClassName
{
color: #E0E7FA;
}
</style>
background-color css
<style>
a { background-color: #E0E7FA; }
a { background-color: rgb(224,231,250); }
div.DivClassName
{
background-color: #E0E7FA;
}
.BgClassName
{
background-color: #E0E7FA;
}
</style>
border-color css
<style>
span { border-color: #E0E7FA; }
span { border-color: rgb(224,231,250); }
td.TdClassName
{
border-color: #E0E7FA;
}
.TagClassName
{
border-color: #E0E7FA;
}
</style>