Shades of French Lilac #E9BFDC
Tints of French Lilac #E9BFDC
RGB
CMYK
RGB Variations
Color information
#E9BFDC (or 0xE9BFDC) is known color: French Lilac. HEX triplet: E9, BF and DC. RGB value is (233,191,220). Sum of RGB (Red+Green+Blue) = 233+191+220=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFDC is #164023. Grayscale: #CECECE. Windows color (decimal): -1458212 or 14467049. OLE color: 14467049.
HSL color Cylindrical-coordinate representation of color #E9BFDC: hue angle of 318.57º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BFDC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 220 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.09 |
| HSL | 318.57º | 0.49% | 0.83% | - |
| HSV(B) | 318.57º | 0.18% | 0.91% | - |
| XYZ | 65.15 | 59.75 | 75.81 | - |
| YUV | 206.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 220 | 0 | 0.18 | 0.06 | 0.09 | 318.57 | 0.49 | 0.83 |
| Hex | E9 | BF | DC | 0 | 12 | 6 | 9 | 13F | 31 | 53 |
| Octal | 351 | 277 | 334 | 0 | 22 | 6 | 11 | 477 | 61 | 123 |
| Binary | 11101001 | 10111111 | 11011100 | 0 | 10010 | 110 | 1001 | 100111111 | 110001 | 1010011 |
Color Harmonies of #E9BFDC
Complementary color
Monochromatic Colors of #E9BFDC
Black with #E9BFDC
Text Example
Text Example
White with #E9BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFDC; }
p { color: rgb(233,191,220); }
H1.HeaderClassName
{
color: #E9BFDC;
}
.AnyTagClassName
{
color: #E9BFDC;
}
</style>
background-color css
<style>
a { background-color: #E9BFDC; }
a { background-color: rgb(233,191,220); }
div.DivClassName
{
background-color: #E9BFDC;
}
.BgClassName
{
background-color: #E9BFDC;
}
</style>
border-color css
<style>
span { border-color: #E9BFDC; }
span { border-color: rgb(233,191,220); }
td.TdClassName
{
border-color: #E9BFDC;
}
.TagClassName
{
border-color: #E9BFDC;
}
</style>