Shades of Solitude #E0E7FB
Tints of Solitude #E0E7FB
RGB
CMYK
RGB Variations
Color information
#E0E7FB (or 0xE0E7FB) is known color: Solitude. HEX triplet: E0, E7 and FB. RGB value is (224,231,251). Sum of RGB (Red+Green+Blue) = 224+231+251=706 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.73% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0E7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E7FB is #1F1804. Grayscale: #E7E7E7. Windows color (decimal): -2037765 or 16508896. OLE color: 16508896.
HSL color Cylindrical-coordinate representation of color #E0E7FB: hue angle of 224.44º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0E7FB is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 231 | 251 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.02 |
| HSL | 224.44º | 0.77% | 0.93% | - |
| HSV(B) | 224.44º | 0.11% | 0.98% | - |
| XYZ | 76.73 | 79.96 | 102.66 | - |
| YUV | 231.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 251 | 0.11 | 0.08 | 0 | 0.02 | 224.44 | 0.77 | 0.93 |
| Hex | E0 | E7 | FB | B | 8 | 0 | 2 | E0 | 4D | 5D |
| Octal | 340 | 347 | 373 | 13 | 10 | 0 | 2 | 340 | 115 | 135 |
| Binary | 11100000 | 11100111 | 11111011 | 1011 | 1000 | 0 | 10 | 11100000 | 1001101 | 1011101 |
Color Harmonies of #E0E7FB
Complementary color
Monochromatic Colors of #E0E7FB
Black with #E0E7FB
Text Example
Text Example
White with #E0E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E7FB; }
p { color: rgb(224,231,251); }
H1.HeaderClassName
{
color: #E0E7FB;
}
.AnyTagClassName
{
color: #E0E7FB;
}
</style>
background-color css
<style>
a { background-color: #E0E7FB; }
a { background-color: rgb(224,231,251); }
div.DivClassName
{
background-color: #E0E7FB;
}
.BgClassName
{
background-color: #E0E7FB;
}
</style>
border-color css
<style>
span { border-color: #E0E7FB; }
span { border-color: rgb(224,231,251); }
td.TdClassName
{
border-color: #E0E7FB;
}
.TagClassName
{
border-color: #E0E7FB;
}
</style>