Shades of Solitude #E1E9F1
Tints of Solitude #E1E9F1
RGB
CMYK
RGB Variations
Color information
#E1E9F1 (or 0xE1E9F1) is known color: Solitude. HEX triplet: E1, E9 and F1. RGB value is (225,233,241). Sum of RGB (Red+Green+Blue) = 225+233+241=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1E9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E9F1 is #1E160E. Grayscale: #E7E7E7. Windows color (decimal): -1971727 or 15854049. OLE color: 15854049.
HSL color Cylindrical-coordinate representation of color #E1E9F1: hue angle of 210º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1E9F1 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 233 | 241 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.05 |
| HSL | 210º | 0.36% | 0.91% | - |
| HSV(B) | 210º | 0.07% | 0.95% | - |
| XYZ | 76.07 | 80.64 | 94.77 | - |
| YUV | 231.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 233 | 241 | 0.07 | 0.03 | 0 | 0.05 | 210 | 0.36 | 0.91 |
| Hex | E1 | E9 | F1 | 7 | 3 | 0 | 5 | D2 | 24 | 5B |
| Octal | 341 | 351 | 361 | 7 | 3 | 0 | 5 | 322 | 44 | 133 |
| Binary | 11100001 | 11101001 | 11110001 | 111 | 11 | 0 | 101 | 11010010 | 100100 | 1011011 |
Color Harmonies of #E1E9F1
Complementary color
Monochromatic Colors of #E1E9F1
Black with #E1E9F1
Text Example
Text Example
White with #E1E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E9F1; }
p { color: rgb(225,233,241); }
H1.HeaderClassName
{
color: #E1E9F1;
}
.AnyTagClassName
{
color: #E1E9F1;
}
</style>
background-color css
<style>
a { background-color: #E1E9F1; }
a { background-color: rgb(225,233,241); }
div.DivClassName
{
background-color: #E1E9F1;
}
.BgClassName
{
background-color: #E1E9F1;
}
</style>
border-color css
<style>
span { border-color: #E1E9F1; }
span { border-color: rgb(225,233,241); }
td.TdClassName
{
border-color: #E1E9F1;
}
.TagClassName
{
border-color: #E1E9F1;
}
</style>