Shades of Lavender #E7E6FA
Tints of Lavender #E7E6FA
RGB
CMYK
RGB Variations
Color information
#E7E6FA (or 0xE7E6FA) is known color: Lavender. HEX triplet: E7, E6 and FA. RGB value is (231,230,250). Sum of RGB (Red+Green+Blue) = 231+230+250=711 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.49% from 711); Green value is 230 (90.23% from 255 or 32.35% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7E6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E6FA is #181905. Grayscale: #E8E8E8. Windows color (decimal): -1579270 or 16443111. OLE color: 16443111.
HSL color Cylindrical-coordinate representation of color #E7E6FA: hue angle of 243º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7E6FA is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 230 | 250 | - |
CMYK | 0.08 | 0.08 | 0 | 0.02 |
HSL | 243º | 0.67% | 0.94% | - |
HSV(B) | 243º | 0.08% | 0.98% | - |
XYZ | 78.51 | 80.48 | 101.84 | - |
YUV | 232.58 | 137.83 | 126.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 230 | 250 | 0.08 | 0.08 | 0 | 0.02 | 243 | 0.67 | 0.94 |
Hex | E7 | E6 | FA | 8 | 8 | 0 | 2 | F3 | 43 | 5E |
Octal | 347 | 346 | 372 | 10 | 10 | 0 | 2 | 363 | 103 | 136 |
Binary | 11100111 | 11100110 | 11111010 | 1000 | 1000 | 0 | 10 | 11110011 | 1000011 | 1011110 |
Color Harmonies of #E7E6FA
Complementary color
Monochromatic Colors of #E7E6FA
Black with #E7E6FA
Text Example
Text Example
White with #E7E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6FA; }
p { color: rgb(231,230,250); }
H1.HeaderClassName
{
color: #E7E6FA;
}
.AnyTagClassName
{
color: #E7E6FA;
}
</style>
background-color css
<style>
a { background-color: #E7E6FA; }
a { background-color: rgb(231,230,250); }
div.DivClassName
{
background-color: #E7E6FA;
}
.BgClassName
{
background-color: #E7E6FA;
}
</style>
border-color css
<style>
span { border-color: #E7E6FA; }
span { border-color: rgb(231,230,250); }
td.TdClassName
{
border-color: #E7E6FA;
}
.TagClassName
{
border-color: #E7E6FA;
}
</style>