Shades of Solitude #E2E5EB
Tints of Solitude #E2E5EB
RGB
CMYK
RGB Variations
Color information
#E2E5EB (or 0xE2E5EB) is known color: Solitude. HEX triplet: E2, E5 and EB. RGB value is (226,229,235). Sum of RGB (Red+Green+Blue) = 226+229+235=690 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.75% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5EB is #1D1A14. Grayscale: #E4E4E4. Windows color (decimal): -1907221 or 15459810. OLE color: 15459810.
HSL color Cylindrical-coordinate representation of color #E2E5EB: hue angle of 220º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2E5EB is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 229 | 235 | - |
CMYK | 0.04 | 0.03 | 0 | 0.08 |
HSL | 220º | 0.18% | 0.9% | - |
HSV(B) | 220º | 0.04% | 0.92% | - |
XYZ | 74.38 | 78.21 | 89.77 | - |
YUV | 228.79 | 131.51 | 126.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 229 | 235 | 0.04 | 0.03 | 0 | 0.08 | 220 | 0.18 | 0.9 |
Hex | E2 | E5 | EB | 4 | 3 | 0 | 8 | DC | 12 | 5A |
Octal | 342 | 345 | 353 | 4 | 3 | 0 | 10 | 334 | 22 | 132 |
Binary | 11100010 | 11100101 | 11101011 | 100 | 11 | 0 | 1000 | 11011100 | 10010 | 1011010 |
Color Harmonies of #E2E5EB
Complementary color
Monochromatic Colors of #E2E5EB
Black with #E2E5EB
Text Example
Text Example
White with #E2E5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5EB; }
p { color: rgb(226,229,235); }
H1.HeaderClassName
{
color: #E2E5EB;
}
.AnyTagClassName
{
color: #E2E5EB;
}
</style>
background-color css
<style>
a { background-color: #E2E5EB; }
a { background-color: rgb(226,229,235); }
div.DivClassName
{
background-color: #E2E5EB;
}
.BgClassName
{
background-color: #E2E5EB;
}
</style>
border-color css
<style>
span { border-color: #E2E5EB; }
span { border-color: rgb(226,229,235); }
td.TdClassName
{
border-color: #E2E5EB;
}
.TagClassName
{
border-color: #E2E5EB;
}
</style>