Shades of Solitude #E0E5EE
Tints of Solitude #E0E5EE
RGB
CMYK
RGB Variations
Color information
#E0E5EE (or 0xE0E5EE) is known color: Solitude. HEX triplet: E0, E5 and EE. RGB value is (224,229,238). Sum of RGB (Red+Green+Blue) = 224+229+238=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E5EE is #1F1A11. Grayscale: #E4E4E4. Windows color (decimal): -2038290 or 15656416. OLE color: 15656416.
HSL color Cylindrical-coordinate representation of color #E0E5EE: hue angle of 218.57º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E5EE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 229 | 238 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.07 |
| HSL | 218.57º | 0.29% | 0.91% | - |
| HSV(B) | 218.57º | 0.06% | 0.93% | - |
| XYZ | 74.19 | 78.06 | 92.05 | - |
| YUV | 228.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 238 | 0.06 | 0.04 | 0 | 0.07 | 218.57 | 0.29 | 0.91 |
| Hex | E0 | E5 | EE | 6 | 4 | 0 | 7 | DB | 1D | 5B |
| Octal | 340 | 345 | 356 | 6 | 4 | 0 | 7 | 333 | 35 | 133 |
| Binary | 11100000 | 11100101 | 11101110 | 110 | 100 | 0 | 111 | 11011011 | 11101 | 1011011 |
Color Harmonies of #E0E5EE
Complementary color
Monochromatic Colors of #E0E5EE
Black with #E0E5EE
Text Example
Text Example
White with #E0E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E5EE; }
p { color: rgb(224,229,238); }
H1.HeaderClassName
{
color: #E0E5EE;
}
.AnyTagClassName
{
color: #E0E5EE;
}
</style>
background-color css
<style>
a { background-color: #E0E5EE; }
a { background-color: rgb(224,229,238); }
div.DivClassName
{
background-color: #E0E5EE;
}
.BgClassName
{
background-color: #E0E5EE;
}
</style>
border-color css
<style>
span { border-color: #E0E5EE; }
span { border-color: rgb(224,229,238); }
td.TdClassName
{
border-color: #E0E5EE;
}
.TagClassName
{
border-color: #E0E5EE;
}
</style>