Shades of French Lilac #E9B9DA
Tints of French Lilac #E9B9DA
RGB
CMYK
RGB Variations
Color information
#E9B9DA (or 0xE9B9DA) is known color: French Lilac. HEX triplet: E9, B9 and DA. RGB value is (233,185,218). Sum of RGB (Red+Green+Blue) = 233+185+218=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9DA is #164625. Grayscale: #CBCBCB. Windows color (decimal): -1459750 or 14334441. OLE color: 14334441.
HSL color Cylindrical-coordinate representation of color #E9B9DA: hue angle of 318.75º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9B9DA is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 185 | 218 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.09 |
| HSL | 318.75º | 0.52% | 0.82% | - |
| HSV(B) | 318.75º | 0.21% | 0.91% | - |
| XYZ | 63.61 | 57.08 | 74 | - |
| YUV | 203.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 185 | 218 | 0 | 0.21 | 0.06 | 0.09 | 318.75 | 0.52 | 0.82 |
| Hex | E9 | B9 | DA | 0 | 15 | 6 | 9 | 13F | 34 | 52 |
| Octal | 351 | 271 | 332 | 0 | 25 | 6 | 11 | 477 | 64 | 122 |
| Binary | 11101001 | 10111001 | 11011010 | 0 | 10101 | 110 | 1001 | 100111111 | 110100 | 1010010 |
Color Harmonies of #E9B9DA
Complementary color
Monochromatic Colors of #E9B9DA
Black with #E9B9DA
Text Example
Text Example
White with #E9B9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B9DA; }
p { color: rgb(233,185,218); }
H1.HeaderClassName
{
color: #E9B9DA;
}
.AnyTagClassName
{
color: #E9B9DA;
}
</style>
background-color css
<style>
a { background-color: #E9B9DA; }
a { background-color: rgb(233,185,218); }
div.DivClassName
{
background-color: #E9B9DA;
}
.BgClassName
{
background-color: #E9B9DA;
}
</style>
border-color css
<style>
span { border-color: #E9B9DA; }
span { border-color: rgb(233,185,218); }
td.TdClassName
{
border-color: #E9B9DA;
}
.TagClassName
{
border-color: #E9B9DA;
}
</style>