Shades of Solitude #E9EBF1
Tints of Solitude #E9EBF1
RGB
CMYK
RGB Variations
Color information
#E9EBF1 (or 0xE9EBF1) is known color: Solitude. HEX triplet: E9, EB and F1. RGB value is (233,235,241). Sum of RGB (Red+Green+Blue) = 233+235+241=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9EBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EBF1 is #16140E. Grayscale: #EBEBEB. Windows color (decimal): -1446927 or 15854569. OLE color: 15854569.
HSL color Cylindrical-coordinate representation of color #E9EBF1: hue angle of 225º 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 #E9EBF1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 235 | 241 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.05 |
| HSL | 225º | 0.22% | 0.93% | - |
| HSV(B) | 225º | 0.03% | 0.95% | - |
| XYZ | 79.19 | 83.09 | 95.08 | - |
| YUV | 235.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 235 | 241 | 0.03 | 0.02 | 0 | 0.05 | 225 | 0.22 | 0.93 |
| Hex | E9 | EB | F1 | 3 | 2 | 0 | 5 | E1 | 16 | 5D |
| Octal | 351 | 353 | 361 | 3 | 2 | 0 | 5 | 341 | 26 | 135 |
| Binary | 11101001 | 11101011 | 11110001 | 11 | 10 | 0 | 101 | 11100001 | 10110 | 1011101 |
Color Harmonies of #E9EBF1
Complementary color
Monochromatic Colors of #E9EBF1
Black with #E9EBF1
Text Example
Text Example
White with #E9EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EBF1; }
p { color: rgb(233,235,241); }
H1.HeaderClassName
{
color: #E9EBF1;
}
.AnyTagClassName
{
color: #E9EBF1;
}
</style>
background-color css
<style>
a { background-color: #E9EBF1; }
a { background-color: rgb(233,235,241); }
div.DivClassName
{
background-color: #E9EBF1;
}
.BgClassName
{
background-color: #E9EBF1;
}
</style>
border-color css
<style>
span { border-color: #E9EBF1; }
span { border-color: rgb(233,235,241); }
td.TdClassName
{
border-color: #E9EBF1;
}
.TagClassName
{
border-color: #E9EBF1;
}
</style>