Shades of Solitude #E6E7EC
Tints of Solitude #E6E7EC
RGB
CMYK
RGB Variations
Color information
#E6E7EC (or 0xE6E7EC) is known color: Solitude. HEX triplet: E6, E7 and EC. RGB value is (230,231,236). Sum of RGB (Red+Green+Blue) = 230+231+236=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 231 (90.62% from 255 or 33.14% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6E7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E7EC is #191813. Grayscale: #E7E7E7. Windows color (decimal): -1644564 or 15525862. OLE color: 15525862.
HSL color Cylindrical-coordinate representation of color #E6E7EC: hue angle of 230º degrees, saturation: 0.14, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E7EC is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 231 | 236 | - |
CMYK | 0.03 | 0.02 | 0 | 0.07 |
HSL | 230º | 0.14% | 0.91% | - |
HSV(B) | 230º | 0.03% | 0.93% | - |
XYZ | 76.35 | 80.03 | 90.78 | - |
YUV | 231.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 231 | 236 | 0.03 | 0.02 | 0 | 0.07 | 230 | 0.14 | 0.91 |
Hex | E6 | E7 | EC | 3 | 2 | 0 | 7 | E6 | E | 5B |
Octal | 346 | 347 | 354 | 3 | 2 | 0 | 7 | 346 | 16 | 133 |
Binary | 11100110 | 11100111 | 11101100 | 11 | 10 | 0 | 111 | 11100110 | 1110 | 1011011 |
Color Harmonies of #E6E7EC
Complementary color
Monochromatic Colors of #E6E7EC
Black with #E6E7EC
Text Example
Text Example
White with #E6E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7EC; }
p { color: rgb(230,231,236); }
H1.HeaderClassName
{
color: #E6E7EC;
}
.AnyTagClassName
{
color: #E6E7EC;
}
</style>
background-color css
<style>
a { background-color: #E6E7EC; }
a { background-color: rgb(230,231,236); }
div.DivClassName
{
background-color: #E6E7EC;
}
.BgClassName
{
background-color: #E6E7EC;
}
</style>
border-color css
<style>
span { border-color: #E6E7EC; }
span { border-color: rgb(230,231,236); }
td.TdClassName
{
border-color: #E6E7EC;
}
.TagClassName
{
border-color: #E6E7EC;
}
</style>