Shades of Solitude #E9EDF1
Tints of Solitude #E9EDF1
RGB
CMYK
RGB Variations
Color information
#E9EDF1 (or 0xE9EDF1) is known color: Solitude. HEX triplet: E9, ED and F1. RGB value is (233,237,241). Sum of RGB (Red+Green+Blue) = 233+237+241=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDF1 is #16120E. Grayscale: #ECECEC. Windows color (decimal): -1446415 or 15855081. OLE color: 15855081.
HSL color Cylindrical-coordinate representation of color #E9EDF1: hue angle of 210º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9EDF1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 237 | 241 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.05 |
| HSL | 210º | 0.22% | 0.93% | - |
| HSV(B) | 210º | 0.03% | 0.95% | - |
| XYZ | 79.77 | 84.24 | 95.28 | - |
| YUV | 236.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 241 | 0.03 | 0.02 | 0 | 0.05 | 210 | 0.22 | 0.93 |
| Hex | E9 | ED | F1 | 3 | 2 | 0 | 5 | D2 | 16 | 5D |
| Octal | 351 | 355 | 361 | 3 | 2 | 0 | 5 | 322 | 26 | 135 |
| Binary | 11101001 | 11101101 | 11110001 | 11 | 10 | 0 | 101 | 11010010 | 10110 | 1011101 |
Color Harmonies of #E9EDF1
Complementary color
Monochromatic Colors of #E9EDF1
Black with #E9EDF1
Text Example
Text Example
White with #E9EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDF1; }
p { color: rgb(233,237,241); }
H1.HeaderClassName
{
color: #E9EDF1;
}
.AnyTagClassName
{
color: #E9EDF1;
}
</style>
background-color css
<style>
a { background-color: #E9EDF1; }
a { background-color: rgb(233,237,241); }
div.DivClassName
{
background-color: #E9EDF1;
}
.BgClassName
{
background-color: #E9EDF1;
}
</style>
border-color css
<style>
span { border-color: #E9EDF1; }
span { border-color: rgb(233,237,241); }
td.TdClassName
{
border-color: #E9EDF1;
}
.TagClassName
{
border-color: #E9EDF1;
}
</style>