Shades of Solitude #E0EBF6
Tints of Solitude #E0EBF6
RGB
CMYK
RGB Variations
Color information
#E0EBF6 (or 0xE0EBF6) is known color: Solitude. HEX triplet: E0, EB and F6. RGB value is (224,235,246). Sum of RGB (Red+Green+Blue) = 224+235+246=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0EBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBF6 is #1F1409. Grayscale: #E8E8E8. Windows color (decimal): -2036746 or 16182240. OLE color: 16182240.
HSL color Cylindrical-coordinate representation of color #E0EBF6: hue angle of 210º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0EBF6 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 235 | 246 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.04 |
| HSL | 210º | 0.55% | 0.92% | - |
| HSV(B) | 210º | 0.09% | 0.96% | - |
| XYZ | 77.08 | 81.92 | 98.94 | - |
| YUV | 232.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 235 | 246 | 0.09 | 0.04 | 0 | 0.04 | 210 | 0.55 | 0.92 |
| Hex | E0 | EB | F6 | 9 | 4 | 0 | 4 | D2 | 37 | 5C |
| Octal | 340 | 353 | 366 | 11 | 4 | 0 | 4 | 322 | 67 | 134 |
| Binary | 11100000 | 11101011 | 11110110 | 1001 | 100 | 0 | 100 | 11010010 | 110111 | 1011100 |
Color Harmonies of #E0EBF6
Complementary color
Monochromatic Colors of #E0EBF6
Black with #E0EBF6
Text Example
Text Example
White with #E0EBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EBF6; }
p { color: rgb(224,235,246); }
H1.HeaderClassName
{
color: #E0EBF6;
}
.AnyTagClassName
{
color: #E0EBF6;
}
</style>
background-color css
<style>
a { background-color: #E0EBF6; }
a { background-color: rgb(224,235,246); }
div.DivClassName
{
background-color: #E0EBF6;
}
.BgClassName
{
background-color: #E0EBF6;
}
</style>
border-color css
<style>
span { border-color: #E0EBF6; }
span { border-color: rgb(224,235,246); }
td.TdClassName
{
border-color: #E0EBF6;
}
.TagClassName
{
border-color: #E0EBF6;
}
</style>