Shades of French Lilac #D9BFD4
Tints of French Lilac #D9BFD4
RGB
CMYK
RGB Variations
Color information
#D9BFD4 (or 0xD9BFD4) is known color: French Lilac. HEX triplet: D9, BF and D4. RGB value is (217,191,212). Sum of RGB (Red+Green+Blue) = 217+191+212=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFD4 is #26402B. Grayscale: #C9C9C9. Windows color (decimal): -2506796 or 13942745. OLE color: 13942745.
HSL color Cylindrical-coordinate representation of color #D9BFD4: hue angle of 311.54º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9BFD4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 212 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.15 |
| HSL | 311.54º | 0.25% | 0.8% | - |
| HSV(B) | 311.54º | 0.12% | 0.85% | - |
| XYZ | 59.13 | 56.77 | 70.13 | - |
| YUV | 201.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 212 | 0 | 0.12 | 0.02 | 0.15 | 311.54 | 0.25 | 0.8 |
| Hex | D9 | BF | D4 | 0 | C | 2 | F | 138 | 19 | 50 |
| Octal | 331 | 277 | 324 | 0 | 14 | 2 | 17 | 470 | 31 | 120 |
| Binary | 11011001 | 10111111 | 11010100 | 0 | 1100 | 10 | 1111 | 100111000 | 11001 | 1010000 |
Color Harmonies of #D9BFD4
Complementary color
Monochromatic Colors of #D9BFD4
Black with #D9BFD4
Text Example
Text Example
White with #D9BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFD4; }
p { color: rgb(217,191,212); }
H1.HeaderClassName
{
color: #D9BFD4;
}
.AnyTagClassName
{
color: #D9BFD4;
}
</style>
background-color css
<style>
a { background-color: #D9BFD4; }
a { background-color: rgb(217,191,212); }
div.DivClassName
{
background-color: #D9BFD4;
}
.BgClassName
{
background-color: #D9BFD4;
}
</style>
border-color css
<style>
span { border-color: #D9BFD4; }
span { border-color: rgb(217,191,212); }
td.TdClassName
{
border-color: #D9BFD4;
}
.TagClassName
{
border-color: #D9BFD4;
}
</style>