Shades of French Lilac #E9AFDB
Tints of French Lilac #E9AFDB
RGB
CMYK
RGB Variations
Color information
#E9AFDB (or 0xE9AFDB) is known color: French Lilac. HEX triplet: E9, AF and DB. RGB value is (233,175,219). Sum of RGB (Red+Green+Blue) = 233+175+219=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFDB is #165024. Grayscale: #C5C5C5. Windows color (decimal): -1462309 or 14397417. OLE color: 14397417.
HSL color Cylindrical-coordinate representation of color #E9AFDB: hue angle of 314.48º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFDB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 219 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.09 |
| HSL | 314.48º | 0.57% | 0.8% | - |
| HSV(B) | 314.48º | 0.25% | 0.91% | - |
| XYZ | 61.72 | 53.1 | 74.01 | - |
| YUV | 197.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 219 | 0 | 0.25 | 0.06 | 0.09 | 314.48 | 0.57 | 0.8 |
| Hex | E9 | AF | DB | 0 | 19 | 6 | 9 | 13A | 39 | 50 |
| Octal | 351 | 257 | 333 | 0 | 31 | 6 | 11 | 472 | 71 | 120 |
| Binary | 11101001 | 10101111 | 11011011 | 0 | 11001 | 110 | 1001 | 100111010 | 111001 | 1010000 |
Color Harmonies of #E9AFDB
Complementary color
Monochromatic Colors of #E9AFDB
Black with #E9AFDB
Text Example
Text Example
White with #E9AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFDB; }
p { color: rgb(233,175,219); }
H1.HeaderClassName
{
color: #E9AFDB;
}
.AnyTagClassName
{
color: #E9AFDB;
}
</style>
background-color css
<style>
a { background-color: #E9AFDB; }
a { background-color: rgb(233,175,219); }
div.DivClassName
{
background-color: #E9AFDB;
}
.BgClassName
{
background-color: #E9AFDB;
}
</style>
border-color css
<style>
span { border-color: #E9AFDB; }
span { border-color: rgb(233,175,219); }
td.TdClassName
{
border-color: #E9AFDB;
}
.TagClassName
{
border-color: #E9AFDB;
}
</style>