Shades of Solitude #E0EEFA
Tints of Solitude #E0EEFA
RGB
CMYK
RGB Variations
Color information
#E0EEFA (or 0xE0EEFA) is known color: Solitude. HEX triplet: E0, EE and FA. RGB value is (224,238,250). Sum of RGB (Red+Green+Blue) = 224+238+250=712 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.46% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EEFA is #1F1105. Grayscale: #EBEBEB. Windows color (decimal): -2035974 or 16445152. OLE color: 16445152.
HSL color Cylindrical-coordinate representation of color #E0EEFA: hue angle of 207.69º 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 #E0EEFA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 238 | 250 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.02 |
| HSL | 207.69º | 0.72% | 0.93% | - |
| HSV(B) | 207.69º | 0.1% | 0.98% | - |
| XYZ | 78.57 | 83.9 | 102.5 | - |
| YUV | 235.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 250 | 0.10 | 0.05 | 0 | 0.02 | 207.69 | 0.72 | 0.93 |
| Hex | E0 | EE | FA | A | 5 | 0 | 2 | D0 | 48 | 5D |
| Octal | 340 | 356 | 372 | 12 | 5 | 0 | 2 | 320 | 110 | 135 |
| Binary | 11100000 | 11101110 | 11111010 | 1010 | 101 | 0 | 10 | 11010000 | 1001000 | 1011101 |
Color Harmonies of #E0EEFA
Complementary color
Monochromatic Colors of #E0EEFA
Black with #E0EEFA
Text Example
Text Example
White with #E0EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EEFA; }
p { color: rgb(224,238,250); }
H1.HeaderClassName
{
color: #E0EEFA;
}
.AnyTagClassName
{
color: #E0EEFA;
}
</style>
background-color css
<style>
a { background-color: #E0EEFA; }
a { background-color: rgb(224,238,250); }
div.DivClassName
{
background-color: #E0EEFA;
}
.BgClassName
{
background-color: #E0EEFA;
}
</style>
border-color css
<style>
span { border-color: #E0EEFA; }
span { border-color: rgb(224,238,250); }
td.TdClassName
{
border-color: #E0EEFA;
}
.TagClassName
{
border-color: #E0EEFA;
}
</style>