Shades of Lavender #E7DFFE
Tints of Lavender #E7DFFE
RGB
CMYK
RGB Variations
Color information
#E7DFFE (or 0xE7DFFE) is known color: Lavender. HEX triplet: E7, DF and FE. RGB value is (231,223,254). Sum of RGB (Red+Green+Blue) = 231+223+254=708 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.63% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DFFE is #182001. Grayscale: #E4E4E4. Windows color (decimal): -1581058 or 16703463. OLE color: 16703463.
HSL color Cylindrical-coordinate representation of color #E7DFFE: hue angle of 255.48º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DFFE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 223 | 254 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.00 |
| HSL | 255.48º | 0.94% | 0.94% | - |
| HSV(B) | 255.48º | 0.12% | 1% | - |
| XYZ | 77.23 | 76.92 | 104.54 | - |
| YUV | 228.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 254 | 0.09 | 0.12 | 0 | 0.00 | 255.48 | 0.94 | 0.94 |
| Hex | E7 | DF | FE | 9 | C | 0 | 0 | FF | 5E | 5E |
| Octal | 347 | 337 | 376 | 11 | 14 | 0 | 0 | 377 | 136 | 136 |
| Binary | 11100111 | 11011111 | 11111110 | 1001 | 1100 | 0 | 0 | 11111111 | 1011110 | 1011110 |
Color Harmonies of #E7DFFE
Complementary color
Monochromatic Colors of #E7DFFE
Black with #E7DFFE
Text Example
Text Example
White with #E7DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFFE; }
p { color: rgb(231,223,254); }
H1.HeaderClassName
{
color: #E7DFFE;
}
.AnyTagClassName
{
color: #E7DFFE;
}
</style>
background-color css
<style>
a { background-color: #E7DFFE; }
a { background-color: rgb(231,223,254); }
div.DivClassName
{
background-color: #E7DFFE;
}
.BgClassName
{
background-color: #E7DFFE;
}
</style>
border-color css
<style>
span { border-color: #E7DFFE; }
span { border-color: rgb(231,223,254); }
td.TdClassName
{
border-color: #E7DFFE;
}
.TagClassName
{
border-color: #E7DFFE;
}
</style>