Shades of Solitude #E8EDF5
Tints of Solitude #E8EDF5
RGB
CMYK
RGB Variations
Color information
#E8EDF5 (or 0xE8EDF5) is known color: Solitude. HEX triplet: E8, ED and F5. RGB value is (232,237,245). Sum of RGB (Red+Green+Blue) = 232+237+245=714 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.49% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDF5 is #17120A. Grayscale: #ECECEC. Windows color (decimal): -1511947 or 16117224. OLE color: 16117224.
HSL color Cylindrical-coordinate representation of color #E8EDF5: hue angle of 216.92º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8EDF5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 237 | 245 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.04 |
| HSL | 216.92º | 0.39% | 0.94% | - |
| HSV(B) | 216.92º | 0.05% | 0.96% | - |
| XYZ | 80.04 | 84.32 | 98.44 | - |
| YUV | 236.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 245 | 0.05 | 0.03 | 0 | 0.04 | 216.92 | 0.39 | 0.94 |
| Hex | E8 | ED | F5 | 5 | 3 | 0 | 4 | D9 | 27 | 5E |
| Octal | 350 | 355 | 365 | 5 | 3 | 0 | 4 | 331 | 47 | 136 |
| Binary | 11101000 | 11101101 | 11110101 | 101 | 11 | 0 | 100 | 11011001 | 100111 | 1011110 |
Color Harmonies of #E8EDF5
Complementary color
Monochromatic Colors of #E8EDF5
Black with #E8EDF5
Text Example
Text Example
White with #E8EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDF5; }
p { color: rgb(232,237,245); }
H1.HeaderClassName
{
color: #E8EDF5;
}
.AnyTagClassName
{
color: #E8EDF5;
}
</style>
background-color css
<style>
a { background-color: #E8EDF5; }
a { background-color: rgb(232,237,245); }
div.DivClassName
{
background-color: #E8EDF5;
}
.BgClassName
{
background-color: #E8EDF5;
}
</style>
border-color css
<style>
span { border-color: #E8EDF5; }
span { border-color: rgb(232,237,245); }
td.TdClassName
{
border-color: #E8EDF5;
}
.TagClassName
{
border-color: #E8EDF5;
}
</style>