Shades of Solitude #E7E8EA
Tints of Solitude #E7E8EA
RGB
CMYK
RGB Variations
Color information
#E7E8EA (or 0xE7E8EA) is known color: Solitude. HEX triplet: E7, E8 and EA. RGB value is (231,232,234). Sum of RGB (Red+Green+Blue) = 231+232+234=697 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.14% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7E8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E8EA is #181715. Grayscale: #E7E7E7. Windows color (decimal): -1578774 or 15395047. OLE color: 15395047.
HSL color Cylindrical-coordinate representation of color #E7E8EA: hue angle of 220º degrees, saturation: 0.07, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E7E8EA is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 231 | 232 | 234 | - |
CMYK | 0.01 | 0.01 | 0 | 0.08 |
HSL | 220º | 0.07% | 0.91% | - |
HSV(B) | 220º | 0.01% | 0.92% | - |
XYZ | 76.66 | 80.64 | 89.37 | - |
YUV | 231.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 232 | 234 | 0.01 | 0.01 | 0 | 0.08 | 220 | 0.07 | 0.91 |
Hex | E7 | E8 | EA | 1 | 1 | 0 | 8 | DC | 7 | 5B |
Octal | 347 | 350 | 352 | 1 | 1 | 0 | 10 | 334 | 7 | 133 |
Binary | 11100111 | 11101000 | 11101010 | 1 | 1 | 0 | 1000 | 11011100 | 111 | 1011011 |
Color Harmonies of #E7E8EA
Complementary color
Monochromatic Colors of #E7E8EA
Black with #E7E8EA
Text Example
Text Example
White with #E7E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E8EA; }
p { color: rgb(231,232,234); }
H1.HeaderClassName
{
color: #E7E8EA;
}
.AnyTagClassName
{
color: #E7E8EA;
}
</style>
background-color css
<style>
a { background-color: #E7E8EA; }
a { background-color: rgb(231,232,234); }
div.DivClassName
{
background-color: #E7E8EA;
}
.BgClassName
{
background-color: #E7E8EA;
}
</style>
border-color css
<style>
span { border-color: #E7E8EA; }
span { border-color: rgb(231,232,234); }
td.TdClassName
{
border-color: #E7E8EA;
}
.TagClassName
{
border-color: #E7E8EA;
}
</style>