Shades of French Lilac #D9BBD5
Tints of French Lilac #D9BBD5
RGB
CMYK
RGB Variations
Color information
#D9BBD5 (or 0xD9BBD5) is known color: French Lilac. HEX triplet: D9, BB and D5. RGB value is (217,187,213). Sum of RGB (Red+Green+Blue) = 217+187+213=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBD5 is #26442A. Grayscale: #C6C6C6. Windows color (decimal): -2507819 or 14007257. OLE color: 14007257.
HSL color Cylindrical-coordinate representation of color #D9BBD5: hue angle of 308º 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 #D9BBD5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 213 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.15 |
| HSL | 308º | 0.28% | 0.79% | - |
| HSV(B) | 308º | 0.14% | 0.85% | - |
| XYZ | 58.4 | 55.1 | 70.51 | - |
| YUV | 198.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 213 | 0 | 0.14 | 0.02 | 0.15 | 308 | 0.28 | 0.79 |
| Hex | D9 | BB | D5 | 0 | E | 2 | F | 134 | 1C | 4F |
| Octal | 331 | 273 | 325 | 0 | 16 | 2 | 17 | 464 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11010101 | 0 | 1110 | 10 | 1111 | 100110100 | 11100 | 1001111 |
Color Harmonies of #D9BBD5
Complementary color
Monochromatic Colors of #D9BBD5
Black with #D9BBD5
Text Example
Text Example
White with #D9BBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBD5; }
p { color: rgb(217,187,213); }
H1.HeaderClassName
{
color: #D9BBD5;
}
.AnyTagClassName
{
color: #D9BBD5;
}
</style>
background-color css
<style>
a { background-color: #D9BBD5; }
a { background-color: rgb(217,187,213); }
div.DivClassName
{
background-color: #D9BBD5;
}
.BgClassName
{
background-color: #D9BBD5;
}
</style>
border-color css
<style>
span { border-color: #D9BBD5; }
span { border-color: rgb(217,187,213); }
td.TdClassName
{
border-color: #D9BBD5;
}
.TagClassName
{
border-color: #D9BBD5;
}
</style>