Shades of Solitude #E0EBFC
Tints of Solitude #E0EBFC
RGB
CMYK
RGB Variations
Color information
#E0EBFC (or 0xE0EBFC) is known color: Solitude. HEX triplet: E0, EB and FC. RGB value is (224,235,252). Sum of RGB (Red+Green+Blue) = 224+235+252=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBFC is #1F1403. Grayscale: #E9E9E9. Windows color (decimal): -2036740 or 16575456. OLE color: 16575456.
HSL color Cylindrical-coordinate representation of color #E0EBFC: hue angle of 216.43º 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 #E0EBFC is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 235 | 252 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.01 |
| HSL | 216.43º | 0.82% | 0.93% | - |
| HSV(B) | 216.43º | 0.11% | 0.99% | - |
| XYZ | 78.02 | 82.29 | 103.87 | - |
| YUV | 233.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 235 | 252 | 0.11 | 0.07 | 0 | 0.01 | 216.43 | 0.82 | 0.93 |
| Hex | E0 | EB | FC | B | 7 | 0 | 1 | D8 | 52 | 5D |
| Octal | 340 | 353 | 374 | 13 | 7 | 0 | 1 | 330 | 122 | 135 |
| Binary | 11100000 | 11101011 | 11111100 | 1011 | 111 | 0 | 1 | 11011000 | 1010010 | 1011101 |
Color Harmonies of #E0EBFC
Complementary color
Monochromatic Colors of #E0EBFC
Black with #E0EBFC
Text Example
Text Example
White with #E0EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EBFC; }
p { color: rgb(224,235,252); }
H1.HeaderClassName
{
color: #E0EBFC;
}
.AnyTagClassName
{
color: #E0EBFC;
}
</style>
background-color css
<style>
a { background-color: #E0EBFC; }
a { background-color: rgb(224,235,252); }
div.DivClassName
{
background-color: #E0EBFC;
}
.BgClassName
{
background-color: #E0EBFC;
}
</style>
border-color css
<style>
span { border-color: #E0EBFC; }
span { border-color: rgb(224,235,252); }
td.TdClassName
{
border-color: #E0EBFC;
}
.TagClassName
{
border-color: #E0EBFC;
}
</style>