Shades of Solitude #E2E5EF
Tints of Solitude #E2E5EF
RGB
CMYK
RGB Variations
Color information
#E2E5EF (or 0xE2E5EF) is known color: Solitude. HEX triplet: E2, E5 and EF. RGB value is (226,229,239). Sum of RGB (Red+Green+Blue) = 226+229+239=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5EF is #1D1A10. Grayscale: #E5E5E5. Windows color (decimal): -1907217 or 15721954. OLE color: 15721954.
HSL color Cylindrical-coordinate representation of color #E2E5EF: hue angle of 226.15º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2E5EF is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 229 | 239 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.06 |
| HSL | 226.15º | 0.29% | 0.91% | - |
| HSV(B) | 226.15º | 0.05% | 0.94% | - |
| XYZ | 74.96 | 78.44 | 92.85 | - |
| YUV | 229.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 239 | 0.05 | 0.04 | 0 | 0.06 | 226.15 | 0.29 | 0.91 |
| Hex | E2 | E5 | EF | 5 | 4 | 0 | 6 | E2 | 1D | 5B |
| Octal | 342 | 345 | 357 | 5 | 4 | 0 | 6 | 342 | 35 | 133 |
| Binary | 11100010 | 11100101 | 11101111 | 101 | 100 | 0 | 110 | 11100010 | 11101 | 1011011 |
Color Harmonies of #E2E5EF
Complementary color
Monochromatic Colors of #E2E5EF
Black with #E2E5EF
Text Example
Text Example
White with #E2E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5EF; }
p { color: rgb(226,229,239); }
H1.HeaderClassName
{
color: #E2E5EF;
}
.AnyTagClassName
{
color: #E2E5EF;
}
</style>
background-color css
<style>
a { background-color: #E2E5EF; }
a { background-color: rgb(226,229,239); }
div.DivClassName
{
background-color: #E2E5EF;
}
.BgClassName
{
background-color: #E2E5EF;
}
</style>
border-color css
<style>
span { border-color: #E2E5EF; }
span { border-color: rgb(226,229,239); }
td.TdClassName
{
border-color: #E2E5EF;
}
.TagClassName
{
border-color: #E2E5EF;
}
</style>