Shades of French Lilac #E9B2DA
Tints of French Lilac #E9B2DA
RGB
CMYK
RGB Variations
Color information
#E9B2DA (or 0xE9B2DA) is known color: French Lilac. HEX triplet: E9, B2 and DA. RGB value is (233,178,218). Sum of RGB (Red+Green+Blue) = 233+178+218=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2DA is #164D25. Grayscale: #C6C6C6. Windows color (decimal): -1461542 or 14332649. OLE color: 14332649.
HSL color Cylindrical-coordinate representation of color #E9B2DA: hue angle of 316.36º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B2DA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 218 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.09 |
| HSL | 316.36º | 0.56% | 0.81% | - |
| HSV(B) | 316.36º | 0.24% | 0.91% | - |
| XYZ | 62.18 | 54.23 | 73.52 | - |
| YUV | 199.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 218 | 0 | 0.24 | 0.06 | 0.09 | 316.36 | 0.56 | 0.81 |
| Hex | E9 | B2 | DA | 0 | 18 | 6 | 9 | 13C | 38 | 51 |
| Octal | 351 | 262 | 332 | 0 | 30 | 6 | 11 | 474 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11011010 | 0 | 11000 | 110 | 1001 | 100111100 | 111000 | 1010001 |
Color Harmonies of #E9B2DA
Complementary color
Monochromatic Colors of #E9B2DA
Black with #E9B2DA
Text Example
Text Example
White with #E9B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2DA; }
p { color: rgb(233,178,218); }
H1.HeaderClassName
{
color: #E9B2DA;
}
.AnyTagClassName
{
color: #E9B2DA;
}
</style>
background-color css
<style>
a { background-color: #E9B2DA; }
a { background-color: rgb(233,178,218); }
div.DivClassName
{
background-color: #E9B2DA;
}
.BgClassName
{
background-color: #E9B2DA;
}
</style>
border-color css
<style>
span { border-color: #E9B2DA; }
span { border-color: rgb(233,178,218); }
td.TdClassName
{
border-color: #E9B2DA;
}
.TagClassName
{
border-color: #E9B2DA;
}
</style>