Shades of French Lilac #D9BFD5
Tints of French Lilac #D9BFD5
RGB
CMYK
RGB Variations
Color information
#D9BFD5 (or 0xD9BFD5) is known color: French Lilac. HEX triplet: D9, BF and D5. RGB value is (217,191,213). Sum of RGB (Red+Green+Blue) = 217+191+213=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFD5 is #26402A. Grayscale: #C9C9C9. Windows color (decimal): -2506795 or 14008281. OLE color: 14008281.
HSL color Cylindrical-coordinate representation of color #D9BFD5: hue angle of 309.23º 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 #D9BFD5 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 213 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.15 |
| HSL | 309.23º | 0.25% | 0.8% | - |
| HSV(B) | 309.23º | 0.12% | 0.85% | - |
| XYZ | 59.26 | 56.82 | 70.79 | - |
| YUV | 201.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 213 | 0 | 0.12 | 0.02 | 0.15 | 309.23 | 0.25 | 0.8 |
| Hex | D9 | BF | D5 | 0 | C | 2 | F | 135 | 19 | 50 |
| Octal | 331 | 277 | 325 | 0 | 14 | 2 | 17 | 465 | 31 | 120 |
| Binary | 11011001 | 10111111 | 11010101 | 0 | 1100 | 10 | 1111 | 100110101 | 11001 | 1010000 |
Color Harmonies of #D9BFD5
Complementary color
Monochromatic Colors of #D9BFD5
Black with #D9BFD5
Text Example
Text Example
White with #D9BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFD5; }
p { color: rgb(217,191,213); }
H1.HeaderClassName
{
color: #D9BFD5;
}
.AnyTagClassName
{
color: #D9BFD5;
}
</style>
background-color css
<style>
a { background-color: #D9BFD5; }
a { background-color: rgb(217,191,213); }
div.DivClassName
{
background-color: #D9BFD5;
}
.BgClassName
{
background-color: #D9BFD5;
}
</style>
border-color css
<style>
span { border-color: #D9BFD5; }
span { border-color: rgb(217,191,213); }
td.TdClassName
{
border-color: #D9BFD5;
}
.TagClassName
{
border-color: #D9BFD5;
}
</style>