Shades of Solitude #E1E5EF
Tints of Solitude #E1E5EF
RGB
CMYK
RGB Variations
Color information
#E1E5EF (or 0xE1E5EF) is known color: Solitude. HEX triplet: E1, E5 and EF. RGB value is (225,229,239). Sum of RGB (Red+Green+Blue) = 225+229+239=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E5EF is #1E1A10. Grayscale: #E4E4E4. Windows color (decimal): -1972753 or 15721953. OLE color: 15721953.
HSL color Cylindrical-coordinate representation of color #E1E5EF: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1E5EF is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 229 | 239 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.06 |
| HSL | 222.86º | 0.3% | 0.91% | - |
| HSV(B) | 222.86º | 0.06% | 0.94% | - |
| XYZ | 74.65 | 78.28 | 92.84 | - |
| YUV | 228.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 239 | 0.06 | 0.04 | 0 | 0.06 | 222.86 | 0.3 | 0.91 |
| Hex | E1 | E5 | EF | 6 | 4 | 0 | 6 | DF | 1E | 5B |
| Octal | 341 | 345 | 357 | 6 | 4 | 0 | 6 | 337 | 36 | 133 |
| Binary | 11100001 | 11100101 | 11101111 | 110 | 100 | 0 | 110 | 11011111 | 11110 | 1011011 |
Color Harmonies of #E1E5EF
Complementary color
Monochromatic Colors of #E1E5EF
Black with #E1E5EF
Text Example
Text Example
White with #E1E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E5EF; }
p { color: rgb(225,229,239); }
H1.HeaderClassName
{
color: #E1E5EF;
}
.AnyTagClassName
{
color: #E1E5EF;
}
</style>
background-color css
<style>
a { background-color: #E1E5EF; }
a { background-color: rgb(225,229,239); }
div.DivClassName
{
background-color: #E1E5EF;
}
.BgClassName
{
background-color: #E1E5EF;
}
</style>
border-color css
<style>
span { border-color: #E1E5EF; }
span { border-color: rgb(225,229,239); }
td.TdClassName
{
border-color: #E1E5EF;
}
.TagClassName
{
border-color: #E1E5EF;
}
</style>