Shades of French Lilac #E9ADDF
Tints of French Lilac #E9ADDF
RGB
CMYK
RGB Variations
Color information
#E9ADDF (or 0xE9ADDF) is known color: French Lilac. HEX triplet: E9, AD and DF. RGB value is (233,173,223). Sum of RGB (Red+Green+Blue) = 233+173+223=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADDF is #165220. Grayscale: #C4C4C4. Windows color (decimal): -1462817 or 14659049. OLE color: 14659049.
HSL color Cylindrical-coordinate representation of color #E9ADDF: hue angle of 310º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADDF is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 223 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.09 |
| HSL | 310º | 0.58% | 0.8% | - |
| HSV(B) | 310º | 0.26% | 0.91% | - |
| XYZ | 61.87 | 52.54 | 76.69 | - |
| YUV | 196.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 223 | 0 | 0.26 | 0.04 | 0.09 | 310 | 0.58 | 0.8 |
| Hex | E9 | AD | DF | 0 | 1A | 4 | 9 | 136 | 3A | 50 |
| Octal | 351 | 255 | 337 | 0 | 32 | 4 | 11 | 466 | 72 | 120 |
| Binary | 11101001 | 10101101 | 11011111 | 0 | 11010 | 100 | 1001 | 100110110 | 111010 | 1010000 |
Color Harmonies of #E9ADDF
Complementary color
Monochromatic Colors of #E9ADDF
Black with #E9ADDF
Text Example
Text Example
White with #E9ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADDF; }
p { color: rgb(233,173,223); }
H1.HeaderClassName
{
color: #E9ADDF;
}
.AnyTagClassName
{
color: #E9ADDF;
}
</style>
background-color css
<style>
a { background-color: #E9ADDF; }
a { background-color: rgb(233,173,223); }
div.DivClassName
{
background-color: #E9ADDF;
}
.BgClassName
{
background-color: #E9ADDF;
}
</style>
border-color css
<style>
span { border-color: #E9ADDF; }
span { border-color: rgb(233,173,223); }
td.TdClassName
{
border-color: #E9ADDF;
}
.TagClassName
{
border-color: #E9ADDF;
}
</style>