Shades of Lavender #E7DEFE
Tints of Lavender #E7DEFE
RGB
CMYK
RGB Variations
Color information
#E7DEFE (or 0xE7DEFE) is known color: Lavender. HEX triplet: E7, DE and FE. RGB value is (231,222,254). Sum of RGB (Red+Green+Blue) = 231+222+254=707 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.67% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFE is #182101. Grayscale: #E4E4E4. Windows color (decimal): -1581314 or 16703207. OLE color: 16703207.
HSL color Cylindrical-coordinate representation of color #E7DEFE: hue angle of 256.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DEFE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 222 | 254 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.00 |
| HSL | 256.88º | 0.94% | 0.93% | - |
| HSV(B) | 256.88º | 0.13% | 1% | - |
| XYZ | 76.97 | 76.39 | 104.45 | - |
| YUV | 228.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 254 | 0.09 | 0.13 | 0 | 0.00 | 256.88 | 0.94 | 0.93 |
| Hex | E7 | DE | FE | 9 | D | 0 | 0 | 101 | 5E | 5D |
| Octal | 347 | 336 | 376 | 11 | 15 | 0 | 0 | 401 | 136 | 135 |
| Binary | 11100111 | 11011110 | 11111110 | 1001 | 1101 | 0 | 0 | 100000001 | 1011110 | 1011101 |
Color Harmonies of #E7DEFE
Complementary color
Monochromatic Colors of #E7DEFE
Black with #E7DEFE
Text Example
Text Example
White with #E7DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEFE; }
p { color: rgb(231,222,254); }
H1.HeaderClassName
{
color: #E7DEFE;
}
.AnyTagClassName
{
color: #E7DEFE;
}
</style>
background-color css
<style>
a { background-color: #E7DEFE; }
a { background-color: rgb(231,222,254); }
div.DivClassName
{
background-color: #E7DEFE;
}
.BgClassName
{
background-color: #E7DEFE;
}
</style>
border-color css
<style>
span { border-color: #E7DEFE; }
span { border-color: rgb(231,222,254); }
td.TdClassName
{
border-color: #E7DEFE;
}
.TagClassName
{
border-color: #E7DEFE;
}
</style>