Shades of Lavender #E7E6F0
Tints of Lavender #E7E6F0
RGB
CMYK
RGB Variations
Color information
#E7E6F0 (or 0xE7E6F0) is known color: Lavender. HEX triplet: E7, E6 and F0. RGB value is (231,230,240). Sum of RGB (Red+Green+Blue) = 231+230+240=701 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.95% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7E6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E6F0 is #18190F. Grayscale: #E7E7E7. Windows color (decimal): -1579280 or 15787751. OLE color: 15787751.
HSL color Cylindrical-coordinate representation of color #E7E6F0: hue angle of 246º degrees, saturation: 0.25, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7E6F0 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 231 | 230 | 240 | - |
CMYK | 0.04 | 0.04 | 0 | 0.06 |
HSL | 246º | 0.25% | 0.92% | - |
HSV(B) | 246º | 0.04% | 0.94% | - |
XYZ | 76.98 | 79.87 | 93.8 | - |
YUV | 231.44 | 132.83 | 127.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 230 | 240 | 0.04 | 0.04 | 0 | 0.06 | 246 | 0.25 | 0.92 |
Hex | E7 | E6 | F0 | 4 | 4 | 0 | 6 | F6 | 19 | 5C |
Octal | 347 | 346 | 360 | 4 | 4 | 0 | 6 | 366 | 31 | 134 |
Binary | 11100111 | 11100110 | 11110000 | 100 | 100 | 0 | 110 | 11110110 | 11001 | 1011100 |
Color Harmonies of #E7E6F0
Complementary color
Monochromatic Colors of #E7E6F0
Black with #E7E6F0
Text Example
Text Example
White with #E7E6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6F0; }
p { color: rgb(231,230,240); }
H1.HeaderClassName
{
color: #E7E6F0;
}
.AnyTagClassName
{
color: #E7E6F0;
}
</style>
background-color css
<style>
a { background-color: #E7E6F0; }
a { background-color: rgb(231,230,240); }
div.DivClassName
{
background-color: #E7E6F0;
}
.BgClassName
{
background-color: #E7E6F0;
}
</style>
border-color css
<style>
span { border-color: #E7E6F0; }
span { border-color: rgb(231,230,240); }
td.TdClassName
{
border-color: #E7E6F0;
}
.TagClassName
{
border-color: #E7E6F0;
}
</style>