Shades of French Lilac #E9ADDA
Tints of French Lilac #E9ADDA
RGB
CMYK
RGB Variations
Color information
#E9ADDA (or 0xE9ADDA) is known color: French Lilac. HEX triplet: E9, AD and DA. RGB value is (233,173,218). Sum of RGB (Red+Green+Blue) = 233+173+218=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADDA is #165225. Grayscale: #C3C3C3. Windows color (decimal): -1462822 or 14331369. OLE color: 14331369.
HSL color Cylindrical-coordinate representation of color #E9ADDA: hue angle of 315º 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 #E9ADDA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 218 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.09 |
| HSL | 315º | 0.58% | 0.8% | - |
| HSV(B) | 315º | 0.26% | 0.91% | - |
| XYZ | 61.2 | 52.27 | 73.19 | - |
| YUV | 196.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 218 | 0 | 0.26 | 0.06 | 0.09 | 315 | 0.58 | 0.8 |
| Hex | E9 | AD | DA | 0 | 1A | 6 | 9 | 13B | 3A | 50 |
| Octal | 351 | 255 | 332 | 0 | 32 | 6 | 11 | 473 | 72 | 120 |
| Binary | 11101001 | 10101101 | 11011010 | 0 | 11010 | 110 | 1001 | 100111011 | 111010 | 1010000 |
Color Harmonies of #E9ADDA
Complementary color
Monochromatic Colors of #E9ADDA
Black with #E9ADDA
Text Example
Text Example
White with #E9ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADDA; }
p { color: rgb(233,173,218); }
H1.HeaderClassName
{
color: #E9ADDA;
}
.AnyTagClassName
{
color: #E9ADDA;
}
</style>
background-color css
<style>
a { background-color: #E9ADDA; }
a { background-color: rgb(233,173,218); }
div.DivClassName
{
background-color: #E9ADDA;
}
.BgClassName
{
background-color: #E9ADDA;
}
</style>
border-color css
<style>
span { border-color: #E9ADDA; }
span { border-color: rgb(233,173,218); }
td.TdClassName
{
border-color: #E9ADDA;
}
.TagClassName
{
border-color: #E9ADDA;
}
</style>