Shades of Solitude #E8EBF1
Tints of Solitude #E8EBF1
RGB
CMYK
RGB Variations
Color information
#E8EBF1 (or 0xE8EBF1) is known color: Solitude. HEX triplet: E8, EB and F1. RGB value is (232,235,241). Sum of RGB (Red+Green+Blue) = 232+235+241=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8EBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EBF1 is #17140E. Grayscale: #EAEAEA. Windows color (decimal): -1512463 or 15854568. OLE color: 15854568.
HSL color Cylindrical-coordinate representation of color #E8EBF1: hue angle of 220º 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 #E8EBF1 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 235 | 241 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.05 |
| HSL | 220º | 0.24% | 0.93% | - |
| HSV(B) | 220º | 0.04% | 0.95% | - |
| XYZ | 78.86 | 82.92 | 95.07 | - |
| YUV | 234.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 235 | 241 | 0.04 | 0.02 | 0 | 0.05 | 220 | 0.24 | 0.93 |
| Hex | E8 | EB | F1 | 4 | 2 | 0 | 5 | DC | 18 | 5D |
| Octal | 350 | 353 | 361 | 4 | 2 | 0 | 5 | 334 | 30 | 135 |
| Binary | 11101000 | 11101011 | 11110001 | 100 | 10 | 0 | 101 | 11011100 | 11000 | 1011101 |
Color Harmonies of #E8EBF1
Complementary color
Monochromatic Colors of #E8EBF1
Black with #E8EBF1
Text Example
Text Example
White with #E8EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EBF1; }
p { color: rgb(232,235,241); }
H1.HeaderClassName
{
color: #E8EBF1;
}
.AnyTagClassName
{
color: #E8EBF1;
}
</style>
background-color css
<style>
a { background-color: #E8EBF1; }
a { background-color: rgb(232,235,241); }
div.DivClassName
{
background-color: #E8EBF1;
}
.BgClassName
{
background-color: #E8EBF1;
}
</style>
border-color css
<style>
span { border-color: #E8EBF1; }
span { border-color: rgb(232,235,241); }
td.TdClassName
{
border-color: #E8EBF1;
}
.TagClassName
{
border-color: #E8EBF1;
}
</style>