Shades of Solitude #E6E7EA
Tints of Solitude #E6E7EA
RGB
CMYK
RGB Variations
Color information
#E6E7EA (or 0xE6E7EA) is known color: Solitude. HEX triplet: E6, E7 and EA. RGB value is (230,231,234). Sum of RGB (Red+Green+Blue) = 230+231+234=695 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.09% from 695); Green value is 231 (90.62% from 255 or 33.24% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6E7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E7EA is #191815. Grayscale: #E7E7E7. Windows color (decimal): -1644566 or 15394790. OLE color: 15394790.
HSL color Cylindrical-coordinate representation of color #E6E7EA: hue angle of 225º degrees, saturation: 0.09, 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 #E6E7EA is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 231 | 234 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.08 |
| HSL | 225º | 0.09% | 0.91% | - |
| HSV(B) | 225º | 0.02% | 0.92% | - |
| XYZ | 76.06 | 79.92 | 89.26 | - |
| YUV | 231.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 234 | 0.02 | 0.01 | 0 | 0.08 | 225 | 0.09 | 0.91 |
| Hex | E6 | E7 | EA | 2 | 1 | 0 | 8 | E1 | 9 | 5B |
| Octal | 346 | 347 | 352 | 2 | 1 | 0 | 10 | 341 | 11 | 133 |
| Binary | 11100110 | 11100111 | 11101010 | 10 | 1 | 0 | 1000 | 11100001 | 1001 | 1011011 |
Color Harmonies of #E6E7EA
Complementary color
Monochromatic Colors of #E6E7EA
Black with #E6E7EA
Text Example
Text Example
White with #E6E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7EA; }
p { color: rgb(230,231,234); }
H1.HeaderClassName
{
color: #E6E7EA;
}
.AnyTagClassName
{
color: #E6E7EA;
}
</style>
background-color css
<style>
a { background-color: #E6E7EA; }
a { background-color: rgb(230,231,234); }
div.DivClassName
{
background-color: #E6E7EA;
}
.BgClassName
{
background-color: #E6E7EA;
}
</style>
border-color css
<style>
span { border-color: #E6E7EA; }
span { border-color: rgb(230,231,234); }
td.TdClassName
{
border-color: #E6E7EA;
}
.TagClassName
{
border-color: #E6E7EA;
}
</style>