Shades of Solitude #E9EAED
Tints of Solitude #E9EAED
RGB
CMYK
RGB Variations
Color information
#E9EAED (or 0xE9EAED) is known color: Solitude. HEX triplet: E9, EA and ED. RGB value is (233,234,237). Sum of RGB (Red+Green+Blue) = 233+234+237=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAED is #161512. Grayscale: #EAEAEA. Windows color (decimal): -1447187 or 15592169. OLE color: 15592169.
HSL color Cylindrical-coordinate representation of color #E9EAED: hue angle of 225º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E9EAED is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 234 | 237 | - |
CMYK | 0.02 | 0.01 | 0 | 0.07 |
HSL | 225º | 0.1% | 0.92% | - |
HSV(B) | 225º | 0.02% | 0.93% | - |
XYZ | 78.31 | 82.28 | 91.88 | - |
YUV | 234.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 234 | 237 | 0.02 | 0.01 | 0 | 0.07 | 225 | 0.1 | 0.92 |
Hex | E9 | EA | ED | 2 | 1 | 0 | 7 | E1 | A | 5C |
Octal | 351 | 352 | 355 | 2 | 1 | 0 | 7 | 341 | 12 | 134 |
Binary | 11101001 | 11101010 | 11101101 | 10 | 1 | 0 | 111 | 11100001 | 1010 | 1011100 |
Color Harmonies of #E9EAED
Complementary color
Monochromatic Colors of #E9EAED
Black with #E9EAED
Text Example
Text Example
White with #E9EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EAED; }
p { color: rgb(233,234,237); }
H1.HeaderClassName
{
color: #E9EAED;
}
.AnyTagClassName
{
color: #E9EAED;
}
</style>
background-color css
<style>
a { background-color: #E9EAED; }
a { background-color: rgb(233,234,237); }
div.DivClassName
{
background-color: #E9EAED;
}
.BgClassName
{
background-color: #E9EAED;
}
</style>
border-color css
<style>
span { border-color: #E9EAED; }
span { border-color: rgb(233,234,237); }
td.TdClassName
{
border-color: #E9EAED;
}
.TagClassName
{
border-color: #E9EAED;
}
</style>