Shades of Lavender #E7E6FE
Tints of Lavender #E7E6FE
RGB
CMYK
RGB Variations
Color information
#E7E6FE (or 0xE7E6FE) is known color: Lavender. HEX triplet: E7, E6 and FE. RGB value is (231,230,254). Sum of RGB (Red+Green+Blue) = 231+230+254=715 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.31% from 715); Green value is 230 (90.23% from 255 or 32.17% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7E6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E6FE is #181901. Grayscale: #E8E8E8. Windows color (decimal): -1579266 or 16705255. OLE color: 16705255.
HSL color Cylindrical-coordinate representation of color #E7E6FE: hue angle of 242.5º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7E6FE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 230 | 254 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.00 |
| HSL | 242.5º | 0.92% | 0.95% | - |
| HSV(B) | 242.5º | 0.09% | 1% | - |
| XYZ | 79.14 | 80.74 | 105.18 | - |
| YUV | 233.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 254 | 0.09 | 0.09 | 0 | 0.00 | 242.5 | 0.92 | 0.95 |
| Hex | E7 | E6 | FE | 9 | 9 | 0 | 0 | F2 | 5C | 5F |
| Octal | 347 | 346 | 376 | 11 | 11 | 0 | 0 | 362 | 134 | 137 |
| Binary | 11100111 | 11100110 | 11111110 | 1001 | 1001 | 0 | 0 | 11110010 | 1011100 | 1011111 |
Color Harmonies of #E7E6FE
Complementary color
Monochromatic Colors of #E7E6FE
Black with #E7E6FE
Text Example
Text Example
White with #E7E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6FE; }
p { color: rgb(231,230,254); }
H1.HeaderClassName
{
color: #E7E6FE;
}
.AnyTagClassName
{
color: #E7E6FE;
}
</style>
background-color css
<style>
a { background-color: #E7E6FE; }
a { background-color: rgb(231,230,254); }
div.DivClassName
{
background-color: #E7E6FE;
}
.BgClassName
{
background-color: #E7E6FE;
}
</style>
border-color css
<style>
span { border-color: #E7E6FE; }
span { border-color: rgb(231,230,254); }
td.TdClassName
{
border-color: #E7E6FE;
}
.TagClassName
{
border-color: #E7E6FE;
}
</style>