Shades of Lavender #E7E2FF
Tints of Lavender #E7E2FF
RGB
CMYK
RGB Variations
Color information
#E7E2FF (or 0xE7E2FF) is known color: Lavender. HEX triplet: E7, E2 and FF. RGB value is (231,226,255). Sum of RGB (Red+Green+Blue) = 231+226+255=712 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.44% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7E2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E2FF is #181D00. Grayscale: #E6E6E6. Windows color (decimal): -1580289 or 16769767. OLE color: 16769767.
HSL color Cylindrical-coordinate representation of color #E7E2FF: hue angle of 250.34º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7E2FF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 226 | 255 | - |
| CMYK | 0.09 | 0.11 | 0 | 0 |
| HSL | 250.34º | 1% | 0.94% | - |
| HSV(B) | 250.34º | 0.11% | 1% | - |
| XYZ | 78.2 | 78.6 | 105.66 | - |
| YUV | 230.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 255 | 0.09 | 0.11 | 0 | 0 | 250.34 | 1 | 0.94 |
| Hex | E7 | E2 | FF | 9 | B | 0 | 0 | FA | 64 | 5E |
| Octal | 347 | 342 | 377 | 11 | 13 | 0 | 0 | 372 | 144 | 136 |
| Binary | 11100111 | 11100010 | 11111111 | 1001 | 1011 | 0 | 0 | 11111010 | 1100100 | 1011110 |
Color Harmonies of #E7E2FF
Complementary color
Monochromatic Colors of #E7E2FF
Black with #E7E2FF
Text Example
Text Example
White with #E7E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2FF; }
p { color: rgb(231,226,255); }
H1.HeaderClassName
{
color: #E7E2FF;
}
.AnyTagClassName
{
color: #E7E2FF;
}
</style>
background-color css
<style>
a { background-color: #E7E2FF; }
a { background-color: rgb(231,226,255); }
div.DivClassName
{
background-color: #E7E2FF;
}
.BgClassName
{
background-color: #E7E2FF;
}
</style>
border-color css
<style>
span { border-color: #E7E2FF; }
span { border-color: rgb(231,226,255); }
td.TdClassName
{
border-color: #E7E2FF;
}
.TagClassName
{
border-color: #E7E2FF;
}
</style>