Shades of Solitude #E0E9FE
Tints of Solitude #E0E9FE
RGB
CMYK
RGB Variations
Color information
#E0E9FE (or 0xE0E9FE) is known color: Solitude. HEX triplet: E0, E9 and FE. RGB value is (224,233,254). Sum of RGB (Red+Green+Blue) = 224+233+254=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 233 (91.41% from 255 or 32.77% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E9FE is #1F1601. Grayscale: #E8E8E8. Windows color (decimal): -2037250 or 16706016. OLE color: 16706016.
HSL color Cylindrical-coordinate representation of color #E0E9FE: hue angle of 222º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0E9FE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 233 | 254 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.00 |
| HSL | 222º | 0.94% | 0.94% | - |
| HSV(B) | 222º | 0.12% | 1% | - |
| XYZ | 77.77 | 81.28 | 105.36 | - |
| YUV | 232.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 254 | 0.12 | 0.08 | 0 | 0.00 | 222 | 0.94 | 0.94 |
| Hex | E0 | E9 | FE | C | 8 | 0 | 0 | DE | 5E | 5E |
| Octal | 340 | 351 | 376 | 14 | 10 | 0 | 0 | 336 | 136 | 136 |
| Binary | 11100000 | 11101001 | 11111110 | 1100 | 1000 | 0 | 0 | 11011110 | 1011110 | 1011110 |
Color Harmonies of #E0E9FE
Complementary color
Monochromatic Colors of #E0E9FE
Black with #E0E9FE
Text Example
Text Example
White with #E0E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E9FE; }
p { color: rgb(224,233,254); }
H1.HeaderClassName
{
color: #E0E9FE;
}
.AnyTagClassName
{
color: #E0E9FE;
}
</style>
background-color css
<style>
a { background-color: #E0E9FE; }
a { background-color: rgb(224,233,254); }
div.DivClassName
{
background-color: #E0E9FE;
}
.BgClassName
{
background-color: #E0E9FE;
}
</style>
border-color css
<style>
span { border-color: #E0E9FE; }
span { border-color: rgb(224,233,254); }
td.TdClassName
{
border-color: #E0E9FE;
}
.TagClassName
{
border-color: #E0E9FE;
}
</style>