Shades of French Lilac #D9BBD1
Tints of French Lilac #D9BBD1
RGB
CMYK
RGB Variations
Color information
#D9BBD1 (or 0xD9BBD1) is known color: French Lilac. HEX triplet: D9, BB and D1. RGB value is (217,187,209). Sum of RGB (Red+Green+Blue) = 217+187+209=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBD1 is #26442E. Grayscale: #C6C6C6. Windows color (decimal): -2507823 or 13745113. OLE color: 13745113.
HSL color Cylindrical-coordinate representation of color #D9BBD1: hue angle of 316º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BBD1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 209 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.15 |
| HSL | 316º | 0.28% | 0.79% | - |
| HSV(B) | 316º | 0.14% | 0.85% | - |
| XYZ | 57.89 | 54.9 | 67.87 | - |
| YUV | 198.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 209 | 0 | 0.14 | 0.04 | 0.15 | 316 | 0.28 | 0.79 |
| Hex | D9 | BB | D1 | 0 | E | 4 | F | 13C | 1C | 4F |
| Octal | 331 | 273 | 321 | 0 | 16 | 4 | 17 | 474 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11010001 | 0 | 1110 | 100 | 1111 | 100111100 | 11100 | 1001111 |
Color Harmonies of #D9BBD1
Complementary color
Monochromatic Colors of #D9BBD1
Black with #D9BBD1
Text Example
Text Example
White with #D9BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBD1; }
p { color: rgb(217,187,209); }
H1.HeaderClassName
{
color: #D9BBD1;
}
.AnyTagClassName
{
color: #D9BBD1;
}
</style>
background-color css
<style>
a { background-color: #D9BBD1; }
a { background-color: rgb(217,187,209); }
div.DivClassName
{
background-color: #D9BBD1;
}
.BgClassName
{
background-color: #D9BBD1;
}
</style>
border-color css
<style>
span { border-color: #D9BBD1; }
span { border-color: rgb(217,187,209); }
td.TdClassName
{
border-color: #D9BBD1;
}
.TagClassName
{
border-color: #D9BBD1;
}
</style>