Shades of French Lilac #E7ADDD
Tints of French Lilac #E7ADDD
RGB
CMYK
RGB Variations
Color information
#E7ADDD (or 0xE7ADDD) is known color: French Lilac. HEX triplet: E7, AD and DD. RGB value is (231,173,221). Sum of RGB (Red+Green+Blue) = 231+173+221=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADDD is #185222. Grayscale: #C3C3C3. Windows color (decimal): -1593891 or 14527975. OLE color: 14527975.
HSL color Cylindrical-coordinate representation of color #E7ADDD: hue angle of 310.34º 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 #E7ADDD is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 221 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.09 |
| HSL | 310.34º | 0.55% | 0.79% | - |
| HSV(B) | 310.34º | 0.25% | 0.91% | - |
| XYZ | 60.95 | 52.1 | 75.25 | - |
| YUV | 195.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 221 | 0 | 0.25 | 0.04 | 0.09 | 310.34 | 0.55 | 0.79 |
| Hex | E7 | AD | DD | 0 | 19 | 4 | 9 | 136 | 37 | 4F |
| Octal | 347 | 255 | 335 | 0 | 31 | 4 | 11 | 466 | 67 | 117 |
| Binary | 11100111 | 10101101 | 11011101 | 0 | 11001 | 100 | 1001 | 100110110 | 110111 | 1001111 |
Color Harmonies of #E7ADDD
Complementary color
Monochromatic Colors of #E7ADDD
Black with #E7ADDD
Text Example
Text Example
White with #E7ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADDD; }
p { color: rgb(231,173,221); }
H1.HeaderClassName
{
color: #E7ADDD;
}
.AnyTagClassName
{
color: #E7ADDD;
}
</style>
background-color css
<style>
a { background-color: #E7ADDD; }
a { background-color: rgb(231,173,221); }
div.DivClassName
{
background-color: #E7ADDD;
}
.BgClassName
{
background-color: #E7ADDD;
}
</style>
border-color css
<style>
span { border-color: #E7ADDD; }
span { border-color: rgb(231,173,221); }
td.TdClassName
{
border-color: #E7ADDD;
}
.TagClassName
{
border-color: #E7ADDD;
}
</style>