Shades of Solitude #E1E5ED
Tints of Solitude #E1E5ED
RGB
CMYK
RGB Variations
Color information
#E1E5ED (or 0xE1E5ED) is known color: Solitude. HEX triplet: E1, E5 and ED. RGB value is (225,229,237). Sum of RGB (Red+Green+Blue) = 225+229+237=691 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.56% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1E5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E5ED is #1E1A12. Grayscale: #E4E4E4. Windows color (decimal): -1972755 or 15590881. OLE color: 15590881.
HSL color Cylindrical-coordinate representation of color #E1E5ED: hue angle of 220º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E5ED is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 229 | 237 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.07 |
| HSL | 220º | 0.25% | 0.91% | - |
| HSV(B) | 220º | 0.05% | 0.93% | - |
| XYZ | 74.36 | 78.16 | 91.29 | - |
| YUV | 228.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 237 | 0.05 | 0.03 | 0 | 0.07 | 220 | 0.25 | 0.91 |
| Hex | E1 | E5 | ED | 5 | 3 | 0 | 7 | DC | 19 | 5B |
| Octal | 341 | 345 | 355 | 5 | 3 | 0 | 7 | 334 | 31 | 133 |
| Binary | 11100001 | 11100101 | 11101101 | 101 | 11 | 0 | 111 | 11011100 | 11001 | 1011011 |
Color Harmonies of #E1E5ED
Complementary color
Monochromatic Colors of #E1E5ED
Black with #E1E5ED
Text Example
Text Example
White with #E1E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E5ED; }
p { color: rgb(225,229,237); }
H1.HeaderClassName
{
color: #E1E5ED;
}
.AnyTagClassName
{
color: #E1E5ED;
}
</style>
background-color css
<style>
a { background-color: #E1E5ED; }
a { background-color: rgb(225,229,237); }
div.DivClassName
{
background-color: #E1E5ED;
}
.BgClassName
{
background-color: #E1E5ED;
}
</style>
border-color css
<style>
span { border-color: #E1E5ED; }
span { border-color: rgb(225,229,237); }
td.TdClassName
{
border-color: #E1E5ED;
}
.TagClassName
{
border-color: #E1E5ED;
}
</style>