Shades of Lavender #E7E6EC
Tints of Lavender #E7E6EC
RGB
CMYK
RGB Variations
Color information
#E7E6EC (or 0xE7E6EC) is known color: Lavender. HEX triplet: E7, E6 and EC. RGB value is (231,230,236). Sum of RGB (Red+Green+Blue) = 231+230+236=697 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.14% from 697); Green value is 230 (90.23% from 255 or 33.00% 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 #E7E6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E6EC is #181913. Grayscale: #E6E6E6. Windows color (decimal): -1579284 or 15525607. OLE color: 15525607.
HSL color Cylindrical-coordinate representation of color #E7E6EC: hue angle of 250º 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 #E7E6EC is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 230 | 236 | - |
CMYK | 0.02 | 0.03 | 0 | 0.07 |
HSL | 250º | 0.14% | 0.91% | - |
HSV(B) | 250º | 0.03% | 0.93% | - |
XYZ | 76.39 | 79.64 | 90.7 | - |
YUV | 230.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 230 | 236 | 0.02 | 0.03 | 0 | 0.07 | 250 | 0.14 | 0.91 |
Hex | E7 | E6 | EC | 2 | 3 | 0 | 7 | FA | E | 5B |
Octal | 347 | 346 | 354 | 2 | 3 | 0 | 7 | 372 | 16 | 133 |
Binary | 11100111 | 11100110 | 11101100 | 10 | 11 | 0 | 111 | 11111010 | 1110 | 1011011 |
Color Harmonies of #E7E6EC
Complementary color
Monochromatic Colors of #E7E6EC
Black with #E7E6EC
Text Example
Text Example
White with #E7E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6EC; }
p { color: rgb(231,230,236); }
H1.HeaderClassName
{
color: #E7E6EC;
}
.AnyTagClassName
{
color: #E7E6EC;
}
</style>
background-color css
<style>
a { background-color: #E7E6EC; }
a { background-color: rgb(231,230,236); }
div.DivClassName
{
background-color: #E7E6EC;
}
.BgClassName
{
background-color: #E7E6EC;
}
</style>
border-color css
<style>
span { border-color: #E7E6EC; }
span { border-color: rgb(231,230,236); }
td.TdClassName
{
border-color: #E7E6EC;
}
.TagClassName
{
border-color: #E7E6EC;
}
</style>