Shades of Solitude #E0EDFC
Tints of Solitude #E0EDFC
RGB
CMYK
RGB Variations
Color information
#E0EDFC (or 0xE0EDFC) is known color: Solitude. HEX triplet: E0, ED and FC. RGB value is (224,237,252). Sum of RGB (Red+Green+Blue) = 224+237+252=713 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.42% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDFC is #1F1203. Grayscale: #EAEAEA. Windows color (decimal): -2036228 or 16575968. OLE color: 16575968.
HSL color Cylindrical-coordinate representation of color #E0EDFC: hue angle of 212.14º 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 #E0EDFC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 237 | 252 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.01 |
| HSL | 212.14º | 0.82% | 0.93% | - |
| HSV(B) | 212.14º | 0.11% | 0.99% | - |
| XYZ | 78.6 | 83.44 | 104.06 | - |
| YUV | 234.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 252 | 0.11 | 0.06 | 0 | 0.01 | 212.14 | 0.82 | 0.93 |
| Hex | E0 | ED | FC | B | 6 | 0 | 1 | D4 | 52 | 5D |
| Octal | 340 | 355 | 374 | 13 | 6 | 0 | 1 | 324 | 122 | 135 |
| Binary | 11100000 | 11101101 | 11111100 | 1011 | 110 | 0 | 1 | 11010100 | 1010010 | 1011101 |
Color Harmonies of #E0EDFC
Complementary color
Monochromatic Colors of #E0EDFC
Black with #E0EDFC
Text Example
Text Example
White with #E0EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDFC; }
p { color: rgb(224,237,252); }
H1.HeaderClassName
{
color: #E0EDFC;
}
.AnyTagClassName
{
color: #E0EDFC;
}
</style>
background-color css
<style>
a { background-color: #E0EDFC; }
a { background-color: rgb(224,237,252); }
div.DivClassName
{
background-color: #E0EDFC;
}
.BgClassName
{
background-color: #E0EDFC;
}
</style>
border-color css
<style>
span { border-color: #E0EDFC; }
span { border-color: rgb(224,237,252); }
td.TdClassName
{
border-color: #E0EDFC;
}
.TagClassName
{
border-color: #E0EDFC;
}
</style>