Shades of Solitude #E5E7EA
Tints of Solitude #E5E7EA
RGB
CMYK
RGB Variations
Color information
#E5E7EA (or 0xE5E7EA) is known color: Solitude. HEX triplet: E5, E7 and EA. RGB value is (229,231,234). Sum of RGB (Red+Green+Blue) = 229+231+234=694 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.00% from 694); Green value is 231 (90.62% from 255 or 33.29% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5E7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E7EA is #1A1815. Grayscale: #E6E6E6. Windows color (decimal): -1710102 or 15394789. OLE color: 15394789.
HSL color Cylindrical-coordinate representation of color #E5E7EA: hue angle of 216º degrees, saturation: 0.11, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E5E7EA is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 231 | 234 | - |
CMYK | 0.02 | 0.01 | 0 | 0.08 |
HSL | 216º | 0.11% | 0.91% | - |
HSV(B) | 216º | 0.02% | 0.92% | - |
XYZ | 75.74 | 79.75 | 89.24 | - |
YUV | 230.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 234 | 0.02 | 0.01 | 0 | 0.08 | 216 | 0.11 | 0.91 |
Hex | E5 | E7 | EA | 2 | 1 | 0 | 8 | D8 | B | 5B |
Octal | 345 | 347 | 352 | 2 | 1 | 0 | 10 | 330 | 13 | 133 |
Binary | 11100101 | 11100111 | 11101010 | 10 | 1 | 0 | 1000 | 11011000 | 1011 | 1011011 |
Color Harmonies of #E5E7EA
Complementary color
Monochromatic Colors of #E5E7EA
Black with #E5E7EA
Text Example
Text Example
White with #E5E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7EA; }
p { color: rgb(229,231,234); }
H1.HeaderClassName
{
color: #E5E7EA;
}
.AnyTagClassName
{
color: #E5E7EA;
}
</style>
background-color css
<style>
a { background-color: #E5E7EA; }
a { background-color: rgb(229,231,234); }
div.DivClassName
{
background-color: #E5E7EA;
}
.BgClassName
{
background-color: #E5E7EA;
}
</style>
border-color css
<style>
span { border-color: #E5E7EA; }
span { border-color: rgb(229,231,234); }
td.TdClassName
{
border-color: #E5E7EA;
}
.TagClassName
{
border-color: #E5E7EA;
}
</style>