Shades of French Lilac #E7ADDF
Tints of French Lilac #E7ADDF
RGB
CMYK
RGB Variations
Color information
#E7ADDF (or 0xE7ADDF) is known color: French Lilac. HEX triplet: E7, AD and DF. RGB value is (231,173,223). Sum of RGB (Red+Green+Blue) = 231+173+223=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADDF is #185220. Grayscale: #C3C3C3. Windows color (decimal): -1593889 or 14659047. OLE color: 14659047.
HSL color Cylindrical-coordinate representation of color #E7ADDF: hue angle of 308.28º 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 #E7ADDF is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 223 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.09 |
| HSL | 308.28º | 0.55% | 0.79% | - |
| HSV(B) | 308.28º | 0.25% | 0.91% | - |
| XYZ | 61.22 | 52.2 | 76.66 | - |
| YUV | 196.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 223 | 0 | 0.25 | 0.03 | 0.09 | 308.28 | 0.55 | 0.79 |
| Hex | E7 | AD | DF | 0 | 19 | 3 | 9 | 134 | 37 | 4F |
| Octal | 347 | 255 | 337 | 0 | 31 | 3 | 11 | 464 | 67 | 117 |
| Binary | 11100111 | 10101101 | 11011111 | 0 | 11001 | 11 | 1001 | 100110100 | 110111 | 1001111 |
Color Harmonies of #E7ADDF
Complementary color
Monochromatic Colors of #E7ADDF
Black with #E7ADDF
Text Example
Text Example
White with #E7ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADDF; }
p { color: rgb(231,173,223); }
H1.HeaderClassName
{
color: #E7ADDF;
}
.AnyTagClassName
{
color: #E7ADDF;
}
</style>
background-color css
<style>
a { background-color: #E7ADDF; }
a { background-color: rgb(231,173,223); }
div.DivClassName
{
background-color: #E7ADDF;
}
.BgClassName
{
background-color: #E7ADDF;
}
</style>
border-color css
<style>
span { border-color: #E7ADDF; }
span { border-color: rgb(231,173,223); }
td.TdClassName
{
border-color: #E7ADDF;
}
.TagClassName
{
border-color: #E7ADDF;
}
</style>