Shades of Solitude #E0EAFB
Tints of Solitude #E0EAFB
RGB
CMYK
RGB Variations
Color information
#E0EAFB (or 0xE0EAFB) is known color: Solitude. HEX triplet: E0, EA and FB. RGB value is (224,234,251). Sum of RGB (Red+Green+Blue) = 224+234+251=709 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.59% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EAFB is #1F1504. Grayscale: #E8E8E8. Windows color (decimal): -2036997 or 16509664. OLE color: 16509664.
HSL color Cylindrical-coordinate representation of color #E0EAFB: hue angle of 217.78º 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 #E0EAFB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 234 | 251 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.02 |
| HSL | 217.78º | 0.77% | 0.93% | - |
| HSV(B) | 217.78º | 0.11% | 0.98% | - |
| XYZ | 77.58 | 81.66 | 102.94 | - |
| YUV | 232.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 251 | 0.11 | 0.07 | 0 | 0.02 | 217.78 | 0.77 | 0.93 |
| Hex | E0 | EA | FB | B | 7 | 0 | 2 | DA | 4D | 5D |
| Octal | 340 | 352 | 373 | 13 | 7 | 0 | 2 | 332 | 115 | 135 |
| Binary | 11100000 | 11101010 | 11111011 | 1011 | 111 | 0 | 10 | 11011010 | 1001101 | 1011101 |
Color Harmonies of #E0EAFB
Complementary color
Monochromatic Colors of #E0EAFB
Black with #E0EAFB
Text Example
Text Example
White with #E0EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EAFB; }
p { color: rgb(224,234,251); }
H1.HeaderClassName
{
color: #E0EAFB;
}
.AnyTagClassName
{
color: #E0EAFB;
}
</style>
background-color css
<style>
a { background-color: #E0EAFB; }
a { background-color: rgb(224,234,251); }
div.DivClassName
{
background-color: #E0EAFB;
}
.BgClassName
{
background-color: #E0EAFB;
}
</style>
border-color css
<style>
span { border-color: #E0EAFB; }
span { border-color: rgb(224,234,251); }
td.TdClassName
{
border-color: #E0EAFB;
}
.TagClassName
{
border-color: #E0EAFB;
}
</style>