Shades of Solitude #E0EEFC
Tints of Solitude #E0EEFC
RGB
CMYK
RGB Variations
Color information
#E0EEFC (or 0xE0EEFC) is known color: Solitude. HEX triplet: E0, EE and FC. RGB value is (224,238,252). Sum of RGB (Red+Green+Blue) = 224+238+252=714 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.37% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EEFC is #1F1103. Grayscale: #EBEBEB. Windows color (decimal): -2035972 or 16576224. OLE color: 16576224.
HSL color Cylindrical-coordinate representation of color #E0EEFC: hue angle of 210º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0EEFC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 238 | 252 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.01 |
| HSL | 210º | 0.82% | 0.93% | - |
| HSV(B) | 210º | 0.11% | 0.99% | - |
| XYZ | 78.89 | 84.02 | 104.16 | - |
| YUV | 235.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 252 | 0.11 | 0.06 | 0 | 0.01 | 210 | 0.82 | 0.93 |
| Hex | E0 | EE | FC | B | 6 | 0 | 1 | D2 | 52 | 5D |
| Octal | 340 | 356 | 374 | 13 | 6 | 0 | 1 | 322 | 122 | 135 |
| Binary | 11100000 | 11101110 | 11111100 | 1011 | 110 | 0 | 1 | 11010010 | 1010010 | 1011101 |
Color Harmonies of #E0EEFC
Complementary color
Monochromatic Colors of #E0EEFC
Black with #E0EEFC
Text Example
Text Example
White with #E0EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EEFC; }
p { color: rgb(224,238,252); }
H1.HeaderClassName
{
color: #E0EEFC;
}
.AnyTagClassName
{
color: #E0EEFC;
}
</style>
background-color css
<style>
a { background-color: #E0EEFC; }
a { background-color: rgb(224,238,252); }
div.DivClassName
{
background-color: #E0EEFC;
}
.BgClassName
{
background-color: #E0EEFC;
}
</style>
border-color css
<style>
span { border-color: #E0EEFC; }
span { border-color: rgb(224,238,252); }
td.TdClassName
{
border-color: #E0EEFC;
}
.TagClassName
{
border-color: #E0EEFC;
}
</style>