Shades of French Lilac #D9BCD1
Tints of French Lilac #D9BCD1
RGB
CMYK
RGB Variations
Color information
#D9BCD1 (or 0xD9BCD1) is known color: French Lilac. HEX triplet: D9, BC and D1. RGB value is (217,188,209). Sum of RGB (Red+Green+Blue) = 217+188+209=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCD1 is #26432E. Grayscale: #C7C7C7. Windows color (decimal): -2507567 or 13745369. OLE color: 13745369.
HSL color Cylindrical-coordinate representation of color #D9BCD1: hue angle of 316.55º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCD1 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 209 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.15 |
| HSL | 316.55º | 0.28% | 0.79% | - |
| HSV(B) | 316.55º | 0.13% | 0.85% | - |
| XYZ | 58.11 | 55.32 | 67.94 | - |
| YUV | 199.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 209 | 0 | 0.13 | 0.04 | 0.15 | 316.55 | 0.28 | 0.79 |
| Hex | D9 | BC | D1 | 0 | D | 4 | F | 13D | 1C | 4F |
| Octal | 331 | 274 | 321 | 0 | 15 | 4 | 17 | 475 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11010001 | 0 | 1101 | 100 | 1111 | 100111101 | 11100 | 1001111 |
Color Harmonies of #D9BCD1
Complementary color
Monochromatic Colors of #D9BCD1
Black with #D9BCD1
Text Example
Text Example
White with #D9BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCD1; }
p { color: rgb(217,188,209); }
H1.HeaderClassName
{
color: #D9BCD1;
}
.AnyTagClassName
{
color: #D9BCD1;
}
</style>
background-color css
<style>
a { background-color: #D9BCD1; }
a { background-color: rgb(217,188,209); }
div.DivClassName
{
background-color: #D9BCD1;
}
.BgClassName
{
background-color: #D9BCD1;
}
</style>
border-color css
<style>
span { border-color: #D9BCD1; }
span { border-color: rgb(217,188,209); }
td.TdClassName
{
border-color: #D9BCD1;
}
.TagClassName
{
border-color: #D9BCD1;
}
</style>