Shades of French Lilac #E7ADDA
Tints of French Lilac #E7ADDA
RGB
CMYK
RGB Variations
Color information
#E7ADDA (or 0xE7ADDA) is known color: French Lilac. HEX triplet: E7, AD and DA. RGB value is (231,173,218). Sum of RGB (Red+Green+Blue) = 231+173+218=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADDA is #185225. Grayscale: #C3C3C3. Windows color (decimal): -1593894 or 14331367. OLE color: 14331367.
HSL color Cylindrical-coordinate representation of color #E7ADDA: hue angle of 313.45º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADDA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 218 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.09 |
| HSL | 313.45º | 0.55% | 0.79% | - |
| HSV(B) | 313.45º | 0.25% | 0.91% | - |
| XYZ | 60.55 | 51.94 | 73.16 | - |
| YUV | 195.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 218 | 0 | 0.25 | 0.06 | 0.09 | 313.45 | 0.55 | 0.79 |
| Hex | E7 | AD | DA | 0 | 19 | 6 | 9 | 139 | 37 | 4F |
| Octal | 347 | 255 | 332 | 0 | 31 | 6 | 11 | 471 | 67 | 117 |
| Binary | 11100111 | 10101101 | 11011010 | 0 | 11001 | 110 | 1001 | 100111001 | 110111 | 1001111 |
Color Harmonies of #E7ADDA
Complementary color
Monochromatic Colors of #E7ADDA
Black with #E7ADDA
Text Example
Text Example
White with #E7ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADDA; }
p { color: rgb(231,173,218); }
H1.HeaderClassName
{
color: #E7ADDA;
}
.AnyTagClassName
{
color: #E7ADDA;
}
</style>
background-color css
<style>
a { background-color: #E7ADDA; }
a { background-color: rgb(231,173,218); }
div.DivClassName
{
background-color: #E7ADDA;
}
.BgClassName
{
background-color: #E7ADDA;
}
</style>
border-color css
<style>
span { border-color: #E7ADDA; }
span { border-color: rgb(231,173,218); }
td.TdClassName
{
border-color: #E7ADDA;
}
.TagClassName
{
border-color: #E7ADDA;
}
</style>