Shades of Solitude #E7EAED
Tints of Solitude #E7EAED
RGB
CMYK
RGB Variations
Color information
#E7EAED (or 0xE7EAED) is known color: Solitude. HEX triplet: E7, EA and ED. RGB value is (231,234,237). Sum of RGB (Red+Green+Blue) = 231+234+237=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EAED is #181512. Grayscale: #E9E9E9. Windows color (decimal): -1578259 or 15592167. OLE color: 15592167.
HSL color Cylindrical-coordinate representation of color #E7EAED: hue angle of 210º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7EAED is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 234 | 237 | - |
CMYK | 0.03 | 0.01 | 0 | 0.07 |
HSL | 210º | 0.14% | 0.92% | - |
HSV(B) | 210º | 0.03% | 0.93% | - |
XYZ | 77.66 | 81.95 | 91.85 | - |
YUV | 233.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 234 | 237 | 0.03 | 0.01 | 0 | 0.07 | 210 | 0.14 | 0.92 |
Hex | E7 | EA | ED | 3 | 1 | 0 | 7 | D2 | E | 5C |
Octal | 347 | 352 | 355 | 3 | 1 | 0 | 7 | 322 | 16 | 134 |
Binary | 11100111 | 11101010 | 11101101 | 11 | 1 | 0 | 111 | 11010010 | 1110 | 1011100 |
Color Harmonies of #E7EAED
Complementary color
Monochromatic Colors of #E7EAED
Black with #E7EAED
Text Example
Text Example
White with #E7EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EAED; }
p { color: rgb(231,234,237); }
H1.HeaderClassName
{
color: #E7EAED;
}
.AnyTagClassName
{
color: #E7EAED;
}
</style>
background-color css
<style>
a { background-color: #E7EAED; }
a { background-color: rgb(231,234,237); }
div.DivClassName
{
background-color: #E7EAED;
}
.BgClassName
{
background-color: #E7EAED;
}
</style>
border-color css
<style>
span { border-color: #E7EAED; }
span { border-color: rgb(231,234,237); }
td.TdClassName
{
border-color: #E7EAED;
}
.TagClassName
{
border-color: #E7EAED;
}
</style>