Shades of Lavender #E7E7ED
Tints of Lavender #E7E7ED
RGB
CMYK
RGB Variations
Color information
#E7E7ED (or 0xE7E7ED) is known color: Lavender. HEX triplet: E7, E7 and ED. RGB value is (231,231,237). Sum of RGB (Red+Green+Blue) = 231+231+237=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7E7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E7ED is #181812. Grayscale: #E7E7E7. Windows color (decimal): -1579027 or 15591399. OLE color: 15591399.
HSL color Cylindrical-coordinate representation of color #E7E7ED: hue angle of 240º degrees, saturation: 0.14, 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 #E7E7ED is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 231 | 231 | 237 | - |
CMYK | 0.03 | 0.03 | 0 | 0.07 |
HSL | 240º | 0.14% | 0.92% | - |
HSV(B) | 240º | 0.03% | 0.93% | - |
XYZ | 76.82 | 80.26 | 91.56 | - |
YUV | 231.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 231 | 237 | 0.03 | 0.03 | 0 | 0.07 | 240 | 0.14 | 0.92 |
Hex | E7 | E7 | ED | 3 | 3 | 0 | 7 | F0 | E | 5C |
Octal | 347 | 347 | 355 | 3 | 3 | 0 | 7 | 360 | 16 | 134 |
Binary | 11100111 | 11100111 | 11101101 | 11 | 11 | 0 | 111 | 11110000 | 1110 | 1011100 |
Color Harmonies of #E7E7ED
Complementary color
Monochromatic Colors of #E7E7ED
Black with #E7E7ED
Text Example
Text Example
White with #E7E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E7ED; }
p { color: rgb(231,231,237); }
H1.HeaderClassName
{
color: #E7E7ED;
}
.AnyTagClassName
{
color: #E7E7ED;
}
</style>
background-color css
<style>
a { background-color: #E7E7ED; }
a { background-color: rgb(231,231,237); }
div.DivClassName
{
background-color: #E7E7ED;
}
.BgClassName
{
background-color: #E7E7ED;
}
</style>
border-color css
<style>
span { border-color: #E7E7ED; }
span { border-color: rgb(231,231,237); }
td.TdClassName
{
border-color: #E7E7ED;
}
.TagClassName
{
border-color: #E7E7ED;
}
</style>