Shades of French Lilac #E9AFDC
Tints of French Lilac #E9AFDC
RGB
CMYK
RGB Variations
Color information
#E9AFDC (or 0xE9AFDC) is known color: French Lilac. HEX triplet: E9, AF and DC. RGB value is (233,175,220). Sum of RGB (Red+Green+Blue) = 233+175+220=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFDC is #165023. Grayscale: #C5C5C5. Windows color (decimal): -1462308 or 14462953. OLE color: 14462953.
HSL color Cylindrical-coordinate representation of color #E9AFDC: hue angle of 313.45º 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 #E9AFDC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 220 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.09 |
| HSL | 313.45º | 0.57% | 0.8% | - |
| HSV(B) | 313.45º | 0.25% | 0.91% | - |
| XYZ | 61.85 | 53.15 | 74.71 | - |
| YUV | 197.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 220 | 0 | 0.25 | 0.06 | 0.09 | 313.45 | 0.57 | 0.8 |
| Hex | E9 | AF | DC | 0 | 19 | 6 | 9 | 139 | 39 | 50 |
| Octal | 351 | 257 | 334 | 0 | 31 | 6 | 11 | 471 | 71 | 120 |
| Binary | 11101001 | 10101111 | 11011100 | 0 | 11001 | 110 | 1001 | 100111001 | 111001 | 1010000 |
Color Harmonies of #E9AFDC
Complementary color
Monochromatic Colors of #E9AFDC
Black with #E9AFDC
Text Example
Text Example
White with #E9AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFDC; }
p { color: rgb(233,175,220); }
H1.HeaderClassName
{
color: #E9AFDC;
}
.AnyTagClassName
{
color: #E9AFDC;
}
</style>
background-color css
<style>
a { background-color: #E9AFDC; }
a { background-color: rgb(233,175,220); }
div.DivClassName
{
background-color: #E9AFDC;
}
.BgClassName
{
background-color: #E9AFDC;
}
</style>
border-color css
<style>
span { border-color: #E9AFDC; }
span { border-color: rgb(233,175,220); }
td.TdClassName
{
border-color: #E9AFDC;
}
.TagClassName
{
border-color: #E9AFDC;
}
</style>