Shades of Solitude #E2E5EC
Tints of Solitude #E2E5EC
RGB
CMYK
RGB Variations
Color information
#E2E5EC (or 0xE2E5EC) is known color: Solitude. HEX triplet: E2, E5 and EC. RGB value is (226,229,236). Sum of RGB (Red+Green+Blue) = 226+229+236=691 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.71% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E5EC is #1D1A13. Grayscale: #E4E4E4. Windows color (decimal): -1907220 or 15525346. OLE color: 15525346.
HSL color Cylindrical-coordinate representation of color #E2E5EC: hue angle of 222º degrees, saturation: 0.21, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2E5EC is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 229 | 236 | - |
CMYK | 0.04 | 0.03 | 0 | 0.07 |
HSL | 222º | 0.21% | 0.91% | - |
HSV(B) | 222º | 0.04% | 0.93% | - |
XYZ | 74.52 | 78.26 | 90.54 | - |
YUV | 228.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 229 | 236 | 0.04 | 0.03 | 0 | 0.07 | 222 | 0.21 | 0.91 |
Hex | E2 | E5 | EC | 4 | 3 | 0 | 7 | DE | 15 | 5B |
Octal | 342 | 345 | 354 | 4 | 3 | 0 | 7 | 336 | 25 | 133 |
Binary | 11100010 | 11100101 | 11101100 | 100 | 11 | 0 | 111 | 11011110 | 10101 | 1011011 |
Color Harmonies of #E2E5EC
Complementary color
Monochromatic Colors of #E2E5EC
Black with #E2E5EC
Text Example
Text Example
White with #E2E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5EC; }
p { color: rgb(226,229,236); }
H1.HeaderClassName
{
color: #E2E5EC;
}
.AnyTagClassName
{
color: #E2E5EC;
}
</style>
background-color css
<style>
a { background-color: #E2E5EC; }
a { background-color: rgb(226,229,236); }
div.DivClassName
{
background-color: #E2E5EC;
}
.BgClassName
{
background-color: #E2E5EC;
}
</style>
border-color css
<style>
span { border-color: #E2E5EC; }
span { border-color: rgb(226,229,236); }
td.TdClassName
{
border-color: #E2E5EC;
}
.TagClassName
{
border-color: #E2E5EC;
}
</style>