Shades of Solitude #E6EAED
Tints of Solitude #E6EAED
RGB
CMYK
RGB Variations
Color information
#E6EAED (or 0xE6EAED) is known color: Solitude. HEX triplet: E6, EA and ED. RGB value is (230,234,237). Sum of RGB (Red+Green+Blue) = 230+234+237=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6EAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAED is #191512. Grayscale: #E9E9E9. Windows color (decimal): -1643795 or 15592166. OLE color: 15592166.
HSL color Cylindrical-coordinate representation of color #E6EAED: hue angle of 205.71º degrees, saturation: 0.16, 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 #E6EAED is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 234 | 237 | - |
CMYK | 0.03 | 0.01 | 0 | 0.07 |
HSL | 205.71º | 0.16% | 0.92% | - |
HSV(B) | 205.71º | 0.03% | 0.93% | - |
XYZ | 77.34 | 81.78 | 91.83 | - |
YUV | 233.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 234 | 237 | 0.03 | 0.01 | 0 | 0.07 | 205.71 | 0.16 | 0.92 |
Hex | E6 | EA | ED | 3 | 1 | 0 | 7 | CE | 10 | 5C |
Octal | 346 | 352 | 355 | 3 | 1 | 0 | 7 | 316 | 20 | 134 |
Binary | 11100110 | 11101010 | 11101101 | 11 | 1 | 0 | 111 | 11001110 | 10000 | 1011100 |
Color Harmonies of #E6EAED
Complementary color
Monochromatic Colors of #E6EAED
Black with #E6EAED
Text Example
Text Example
White with #E6EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EAED; }
p { color: rgb(230,234,237); }
H1.HeaderClassName
{
color: #E6EAED;
}
.AnyTagClassName
{
color: #E6EAED;
}
</style>
background-color css
<style>
a { background-color: #E6EAED; }
a { background-color: rgb(230,234,237); }
div.DivClassName
{
background-color: #E6EAED;
}
.BgClassName
{
background-color: #E6EAED;
}
</style>
border-color css
<style>
span { border-color: #E6EAED; }
span { border-color: rgb(230,234,237); }
td.TdClassName
{
border-color: #E6EAED;
}
.TagClassName
{
border-color: #E6EAED;
}
</style>