Shades of Lavender #E7E7FE
Tints of Lavender #E7E7FE
RGB
CMYK
RGB Variations
Color information
#E7E7FE (or 0xE7E7FE) is known color: Lavender. HEX triplet: E7, E7 and FE. RGB value is (231,231,254). Sum of RGB (Red+Green+Blue) = 231+231+254=716 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.26% from 716); Green value is 231 (90.62% from 255 or 32.26% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7E7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E7FE is #181801. Grayscale: #E9E9E9. Windows color (decimal): -1579010 or 16705511. OLE color: 16705511.
HSL color Cylindrical-coordinate representation of color #E7E7FE: hue angle of 240º 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 #E7E7FE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 231 | 254 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.00 |
| HSL | 240º | 0.92% | 0.95% | - |
| HSV(B) | 240º | 0.09% | 1% | - |
| XYZ | 79.42 | 81.3 | 105.27 | - |
| YUV | 233.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 254 | 0.09 | 0.09 | 0 | 0.00 | 240 | 0.92 | 0.95 |
| Hex | E7 | E7 | FE | 9 | 9 | 0 | 0 | F0 | 5C | 5F |
| Octal | 347 | 347 | 376 | 11 | 11 | 0 | 0 | 360 | 134 | 137 |
| Binary | 11100111 | 11100111 | 11111110 | 1001 | 1001 | 0 | 0 | 11110000 | 1011100 | 1011111 |
Color Harmonies of #E7E7FE
Complementary color
Monochromatic Colors of #E7E7FE
Black with #E7E7FE
Text Example
Text Example
White with #E7E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E7FE; }
p { color: rgb(231,231,254); }
H1.HeaderClassName
{
color: #E7E7FE;
}
.AnyTagClassName
{
color: #E7E7FE;
}
</style>
background-color css
<style>
a { background-color: #E7E7FE; }
a { background-color: rgb(231,231,254); }
div.DivClassName
{
background-color: #E7E7FE;
}
.BgClassName
{
background-color: #E7E7FE;
}
</style>
border-color css
<style>
span { border-color: #E7E7FE; }
span { border-color: rgb(231,231,254); }
td.TdClassName
{
border-color: #E7E7FE;
}
.TagClassName
{
border-color: #E7E7FE;
}
</style>