Shades of Solitude #E0EDFE
Tints of Solitude #E0EDFE
RGB
CMYK
RGB Variations
Color information
#E0EDFE (or 0xE0EDFE) is known color: Solitude. HEX triplet: E0, ED and FE. RGB value is (224,237,254). Sum of RGB (Red+Green+Blue) = 224+237+254=715 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.33% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDFE is #1F1201. Grayscale: #EAEAEA. Windows color (decimal): -2036226 or 16707040. OLE color: 16707040.
HSL color Cylindrical-coordinate representation of color #E0EDFE: hue angle of 214º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0EDFE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 237 | 254 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.00 |
| HSL | 214º | 0.94% | 0.94% | - |
| HSV(B) | 214º | 0.12% | 1% | - |
| XYZ | 78.91 | 83.57 | 105.74 | - |
| YUV | 235.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 254 | 0.12 | 0.07 | 0 | 0.00 | 214 | 0.94 | 0.94 |
| Hex | E0 | ED | FE | C | 7 | 0 | 0 | D6 | 5E | 5E |
| Octal | 340 | 355 | 376 | 14 | 7 | 0 | 0 | 326 | 136 | 136 |
| Binary | 11100000 | 11101101 | 11111110 | 1100 | 111 | 0 | 0 | 11010110 | 1011110 | 1011110 |
Color Harmonies of #E0EDFE
Complementary color
Monochromatic Colors of #E0EDFE
Black with #E0EDFE
Text Example
Text Example
White with #E0EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDFE; }
p { color: rgb(224,237,254); }
H1.HeaderClassName
{
color: #E0EDFE;
}
.AnyTagClassName
{
color: #E0EDFE;
}
</style>
background-color css
<style>
a { background-color: #E0EDFE; }
a { background-color: rgb(224,237,254); }
div.DivClassName
{
background-color: #E0EDFE;
}
.BgClassName
{
background-color: #E0EDFE;
}
</style>
border-color css
<style>
span { border-color: #E0EDFE; }
span { border-color: rgb(224,237,254); }
td.TdClassName
{
border-color: #E0EDFE;
}
.TagClassName
{
border-color: #E0EDFE;
}
</style>