Shades of French Lilac #D9B7D1
Tints of French Lilac #D9B7D1
RGB
CMYK
RGB Variations
Color information
#D9B7D1 (or 0xD9B7D1) is known color: French Lilac. HEX triplet: D9, B7 and D1. RGB value is (217,183,209). Sum of RGB (Red+Green+Blue) = 217+183+209=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B7D1 is #26482E. Grayscale: #C4C4C4. Windows color (decimal): -2508847 or 13744089. OLE color: 13744089.
HSL color Cylindrical-coordinate representation of color #D9B7D1: hue angle of 314.12º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9B7D1 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 209 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.15 |
| HSL | 314.12º | 0.31% | 0.78% | - |
| HSV(B) | 314.12º | 0.16% | 0.85% | - |
| XYZ | 57.06 | 53.22 | 67.59 | - |
| YUV | 196.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 209 | 0 | 0.16 | 0.04 | 0.15 | 314.12 | 0.31 | 0.78 |
| Hex | D9 | B7 | D1 | 0 | 10 | 4 | F | 13A | 1F | 4E |
| Octal | 331 | 267 | 321 | 0 | 20 | 4 | 17 | 472 | 37 | 116 |
| Binary | 11011001 | 10110111 | 11010001 | 0 | 10000 | 100 | 1111 | 100111010 | 11111 | 1001110 |
Color Harmonies of #D9B7D1
Complementary color
Monochromatic Colors of #D9B7D1
Black with #D9B7D1
Text Example
Text Example
White with #D9B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B7D1; }
p { color: rgb(217,183,209); }
H1.HeaderClassName
{
color: #D9B7D1;
}
.AnyTagClassName
{
color: #D9B7D1;
}
</style>
background-color css
<style>
a { background-color: #D9B7D1; }
a { background-color: rgb(217,183,209); }
div.DivClassName
{
background-color: #D9B7D1;
}
.BgClassName
{
background-color: #D9B7D1;
}
</style>
border-color css
<style>
span { border-color: #D9B7D1; }
span { border-color: rgb(217,183,209); }
td.TdClassName
{
border-color: #D9B7D1;
}
.TagClassName
{
border-color: #D9B7D1;
}
</style>