Shades of French Lilac #E9B2DF
Tints of French Lilac #E9B2DF
RGB
CMYK
RGB Variations
Color information
#E9B2DF (or 0xE9B2DF) is known color: French Lilac. HEX triplet: E9, B2 and DF. RGB value is (233,178,223). Sum of RGB (Red+Green+Blue) = 233+178+223=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B2DF is #164D20. Grayscale: #C7C7C7. Windows color (decimal): -1461537 or 14660329. OLE color: 14660329.
HSL color Cylindrical-coordinate representation of color #E9B2DF: hue angle of 310.91º 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 #E9B2DF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 223 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.09 |
| HSL | 310.91º | 0.56% | 0.81% | - |
| HSV(B) | 310.91º | 0.24% | 0.91% | - |
| XYZ | 62.84 | 54.49 | 77.02 | - |
| YUV | 199.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 223 | 0 | 0.24 | 0.04 | 0.09 | 310.91 | 0.56 | 0.81 |
| Hex | E9 | B2 | DF | 0 | 18 | 4 | 9 | 137 | 38 | 51 |
| Octal | 351 | 262 | 337 | 0 | 30 | 4 | 11 | 467 | 70 | 121 |
| Binary | 11101001 | 10110010 | 11011111 | 0 | 11000 | 100 | 1001 | 100110111 | 111000 | 1010001 |
Color Harmonies of #E9B2DF
Complementary color
Monochromatic Colors of #E9B2DF
Black with #E9B2DF
Text Example
Text Example
White with #E9B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B2DF; }
p { color: rgb(233,178,223); }
H1.HeaderClassName
{
color: #E9B2DF;
}
.AnyTagClassName
{
color: #E9B2DF;
}
</style>
background-color css
<style>
a { background-color: #E9B2DF; }
a { background-color: rgb(233,178,223); }
div.DivClassName
{
background-color: #E9B2DF;
}
.BgClassName
{
background-color: #E9B2DF;
}
</style>
border-color css
<style>
span { border-color: #E9B2DF; }
span { border-color: rgb(233,178,223); }
td.TdClassName
{
border-color: #E9B2DF;
}
.TagClassName
{
border-color: #E9B2DF;
}
</style>