Shades of Lavender #E7E6F9
Tints of Lavender #E7E6F9
RGB
CMYK
RGB Variations
Color information
#E7E6F9 (or 0xE7E6F9) is known color: Lavender. HEX triplet: E7, E6 and F9. RGB value is (231,230,249). Sum of RGB (Red+Green+Blue) = 231+230+249=710 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.54% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7E6F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E6F9 is #181906. Grayscale: #E8E8E8. Windows color (decimal): -1579271 or 16377575. OLE color: 16377575.
HSL color Cylindrical-coordinate representation of color #E7E6F9: hue angle of 243.16º degrees, saturation: 0.61, 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 #E7E6F9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 230 | 249 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.02 |
| HSL | 243.16º | 0.61% | 0.94% | - |
| HSV(B) | 243.16º | 0.08% | 0.98% | - |
| XYZ | 78.35 | 80.42 | 101.02 | - |
| YUV | 232.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 249 | 0.07 | 0.08 | 0 | 0.02 | 243.16 | 0.61 | 0.94 |
| Hex | E7 | E6 | F9 | 7 | 8 | 0 | 2 | F3 | 3D | 5E |
| Octal | 347 | 346 | 371 | 7 | 10 | 0 | 2 | 363 | 75 | 136 |
| Binary | 11100111 | 11100110 | 11111001 | 111 | 1000 | 0 | 10 | 11110011 | 111101 | 1011110 |
Color Harmonies of #E7E6F9
Complementary color
Monochromatic Colors of #E7E6F9
Black with #E7E6F9
Text Example
Text Example
White with #E7E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6F9; }
p { color: rgb(231,230,249); }
H1.HeaderClassName
{
color: #E7E6F9;
}
.AnyTagClassName
{
color: #E7E6F9;
}
</style>
background-color css
<style>
a { background-color: #E7E6F9; }
a { background-color: rgb(231,230,249); }
div.DivClassName
{
background-color: #E7E6F9;
}
.BgClassName
{
background-color: #E7E6F9;
}
</style>
border-color css
<style>
span { border-color: #E7E6F9; }
span { border-color: rgb(231,230,249); }
td.TdClassName
{
border-color: #E7E6F9;
}
.TagClassName
{
border-color: #E7E6F9;
}
</style>