Shades of Solitude #E8EDF0
Tints of Solitude #E8EDF0
RGB
CMYK
RGB Variations
Color information
#E8EDF0 (or 0xE8EDF0) is known color: Solitude. HEX triplet: E8, ED and F0. RGB value is (232,237,240). Sum of RGB (Red+Green+Blue) = 232+237+240=709 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.72% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDF0 is #17120F. Grayscale: #EBEBEB. Windows color (decimal): -1511952 or 15789544. OLE color: 15789544.
HSL color Cylindrical-coordinate representation of color #E8EDF0: hue angle of 202.5º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E8EDF0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 237 | 240 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.06 |
| HSL | 202.5º | 0.21% | 0.93% | - |
| HSV(B) | 202.5º | 0.03% | 0.94% | - |
| XYZ | 79.29 | 84.02 | 94.48 | - |
| YUV | 235.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 240 | 0.03 | 0.01 | 0 | 0.06 | 202.5 | 0.21 | 0.93 |
| Hex | E8 | ED | F0 | 3 | 1 | 0 | 6 | CA | 15 | 5D |
| Octal | 350 | 355 | 360 | 3 | 1 | 0 | 6 | 312 | 25 | 135 |
| Binary | 11101000 | 11101101 | 11110000 | 11 | 1 | 0 | 110 | 11001010 | 10101 | 1011101 |
Color Harmonies of #E8EDF0
Complementary color
Monochromatic Colors of #E8EDF0
Black with #E8EDF0
Text Example
Text Example
White with #E8EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDF0; }
p { color: rgb(232,237,240); }
H1.HeaderClassName
{
color: #E8EDF0;
}
.AnyTagClassName
{
color: #E8EDF0;
}
</style>
background-color css
<style>
a { background-color: #E8EDF0; }
a { background-color: rgb(232,237,240); }
div.DivClassName
{
background-color: #E8EDF0;
}
.BgClassName
{
background-color: #E8EDF0;
}
</style>
border-color css
<style>
span { border-color: #E8EDF0; }
span { border-color: rgb(232,237,240); }
td.TdClassName
{
border-color: #E8EDF0;
}
.TagClassName
{
border-color: #E8EDF0;
}
</style>