Shades of Solitude #E0E7EE
Tints of Solitude #E0E7EE
RGB
CMYK
RGB Variations
Color information
#E0E7EE (or 0xE0E7EE) is known color: Solitude. HEX triplet: E0, E7 and EE. RGB value is (224,231,238). Sum of RGB (Red+Green+Blue) = 224+231+238=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0E7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E7EE is #1F1811. Grayscale: #E5E5E5. Windows color (decimal): -2037778 or 15656928. OLE color: 15656928.
HSL color Cylindrical-coordinate representation of color #E0E7EE: hue angle of 210º 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 #E0E7EE is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 231 | 238 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.07 |
| HSL | 210º | 0.29% | 0.91% | - |
| HSV(B) | 210º | 0.06% | 0.93% | - |
| XYZ | 74.75 | 79.17 | 92.23 | - |
| YUV | 229.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 238 | 0.06 | 0.03 | 0 | 0.07 | 210 | 0.29 | 0.91 |
| Hex | E0 | E7 | EE | 6 | 3 | 0 | 7 | D2 | 1D | 5B |
| Octal | 340 | 347 | 356 | 6 | 3 | 0 | 7 | 322 | 35 | 133 |
| Binary | 11100000 | 11100111 | 11101110 | 110 | 11 | 0 | 111 | 11010010 | 11101 | 1011011 |
Color Harmonies of #E0E7EE
Complementary color
Monochromatic Colors of #E0E7EE
Black with #E0E7EE
Text Example
Text Example
White with #E0E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E7EE; }
p { color: rgb(224,231,238); }
H1.HeaderClassName
{
color: #E0E7EE;
}
.AnyTagClassName
{
color: #E0E7EE;
}
</style>
background-color css
<style>
a { background-color: #E0E7EE; }
a { background-color: rgb(224,231,238); }
div.DivClassName
{
background-color: #E0E7EE;
}
.BgClassName
{
background-color: #E0E7EE;
}
</style>
border-color css
<style>
span { border-color: #E0E7EE; }
span { border-color: rgb(224,231,238); }
td.TdClassName
{
border-color: #E0E7EE;
}
.TagClassName
{
border-color: #E0E7EE;
}
</style>