Shades of Lavender #E7E6FF
Tints of Lavender #E7E6FF
RGB
CMYK
RGB Variations
Color information
#E7E6FF (or 0xE7E6FF) is known color: Lavender. HEX triplet: E7, E6 and FF. RGB value is (231,230,255). Sum of RGB (Red+Green+Blue) = 231+230+255=716 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.26% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7E6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E6FF is #181900. Grayscale: #E9E9E9. Windows color (decimal): -1579265 or 16770791. OLE color: 16770791.
HSL color Cylindrical-coordinate representation of color #E7E6FF: hue angle of 242.4º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7E6FF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 230 | 255 | - |
| CMYK | 0.09 | 0.10 | 0 | 0 |
| HSL | 242.4º | 1% | 0.95% | - |
| HSV(B) | 242.4º | 0.1% | 1% | - |
| XYZ | 79.3 | 80.8 | 106.02 | - |
| YUV | 233.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 255 | 0.09 | 0.10 | 0 | 0 | 242.4 | 1 | 0.95 |
| Hex | E7 | E6 | FF | 9 | A | 0 | 0 | F2 | 64 | 5F |
| Octal | 347 | 346 | 377 | 11 | 12 | 0 | 0 | 362 | 144 | 137 |
| Binary | 11100111 | 11100110 | 11111111 | 1001 | 1010 | 0 | 0 | 11110010 | 1100100 | 1011111 |
Color Harmonies of #E7E6FF
Complementary color
Monochromatic Colors of #E7E6FF
Black with #E7E6FF
Text Example
Text Example
White with #E7E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6FF; }
p { color: rgb(231,230,255); }
H1.HeaderClassName
{
color: #E7E6FF;
}
.AnyTagClassName
{
color: #E7E6FF;
}
</style>
background-color css
<style>
a { background-color: #E7E6FF; }
a { background-color: rgb(231,230,255); }
div.DivClassName
{
background-color: #E7E6FF;
}
.BgClassName
{
background-color: #E7E6FF;
}
</style>
border-color css
<style>
span { border-color: #E7E6FF; }
span { border-color: rgb(231,230,255); }
td.TdClassName
{
border-color: #E7E6FF;
}
.TagClassName
{
border-color: #E7E6FF;
}
</style>