Shades of Solitude #E8EDF1
Tints of Solitude #E8EDF1
RGB
CMYK
RGB Variations
Color information
#E8EDF1 (or 0xE8EDF1) is known color: Solitude. HEX triplet: E8, ED and F1. RGB value is (232,237,241). Sum of RGB (Red+Green+Blue) = 232+237+241=710 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.68% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDF1 is #17120E. Grayscale: #EBEBEB. Windows color (decimal): -1511951 or 15855080. OLE color: 15855080.
HSL color Cylindrical-coordinate representation of color #E8EDF1: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E8EDF1 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 237 | 241 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.05 |
| HSL | 206.67º | 0.24% | 0.93% | - |
| HSV(B) | 206.67º | 0.04% | 0.95% | - |
| XYZ | 79.44 | 84.08 | 95.26 | - |
| YUV | 235.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 237 | 241 | 0.04 | 0.02 | 0 | 0.05 | 206.67 | 0.24 | 0.93 |
| Hex | E8 | ED | F1 | 4 | 2 | 0 | 5 | CF | 18 | 5D |
| Octal | 350 | 355 | 361 | 4 | 2 | 0 | 5 | 317 | 30 | 135 |
| Binary | 11101000 | 11101101 | 11110001 | 100 | 10 | 0 | 101 | 11001111 | 11000 | 1011101 |
Color Harmonies of #E8EDF1
Complementary color
Monochromatic Colors of #E8EDF1
Black with #E8EDF1
Text Example
Text Example
White with #E8EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDF1; }
p { color: rgb(232,237,241); }
H1.HeaderClassName
{
color: #E8EDF1;
}
.AnyTagClassName
{
color: #E8EDF1;
}
</style>
background-color css
<style>
a { background-color: #E8EDF1; }
a { background-color: rgb(232,237,241); }
div.DivClassName
{
background-color: #E8EDF1;
}
.BgClassName
{
background-color: #E8EDF1;
}
</style>
border-color css
<style>
span { border-color: #E8EDF1; }
span { border-color: rgb(232,237,241); }
td.TdClassName
{
border-color: #E8EDF1;
}
.TagClassName
{
border-color: #E8EDF1;
}
</style>