Shades of Lavender #E7E6ED
Tints of Lavender #E7E6ED
RGB
CMYK
RGB Variations
Color information
#E7E6ED (or 0xE7E6ED) is known color: Lavender. HEX triplet: E7, E6 and ED. RGB value is (231,230,237). Sum of RGB (Red+Green+Blue) = 231+230+237=698 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.09% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7E6ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E6ED is #181912. Grayscale: #E7E7E7. Windows color (decimal): -1579283 or 15591143. OLE color: 15591143.
HSL color Cylindrical-coordinate representation of color #E7E6ED: hue angle of 248.57º 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 #E7E6ED is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 230 | 237 | - |
CMYK | 0.03 | 0.03 | 0 | 0.07 |
HSL | 248.57º | 0.16% | 0.92% | - |
HSV(B) | 248.57º | 0.03% | 0.93% | - |
XYZ | 76.54 | 79.7 | 91.47 | - |
YUV | 231.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 230 | 237 | 0.03 | 0.03 | 0 | 0.07 | 248.57 | 0.16 | 0.92 |
Hex | E7 | E6 | ED | 3 | 3 | 0 | 7 | F9 | 10 | 5C |
Octal | 347 | 346 | 355 | 3 | 3 | 0 | 7 | 371 | 20 | 134 |
Binary | 11100111 | 11100110 | 11101101 | 11 | 11 | 0 | 111 | 11111001 | 10000 | 1011100 |
Color Harmonies of #E7E6ED
Complementary color
Monochromatic Colors of #E7E6ED
Black with #E7E6ED
Text Example
Text Example
White with #E7E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6ED; }
p { color: rgb(231,230,237); }
H1.HeaderClassName
{
color: #E7E6ED;
}
.AnyTagClassName
{
color: #E7E6ED;
}
</style>
background-color css
<style>
a { background-color: #E7E6ED; }
a { background-color: rgb(231,230,237); }
div.DivClassName
{
background-color: #E7E6ED;
}
.BgClassName
{
background-color: #E7E6ED;
}
</style>
border-color css
<style>
span { border-color: #E7E6ED; }
span { border-color: rgb(231,230,237); }
td.TdClassName
{
border-color: #E7E6ED;
}
.TagClassName
{
border-color: #E7E6ED;
}
</style>