Shades of French Lilac #D9BBD2
Tints of French Lilac #D9BBD2
RGB
CMYK
RGB Variations
Color information
#D9BBD2 (or 0xD9BBD2) is known color: French Lilac. HEX triplet: D9, BB and D2. RGB value is (217,187,210). Sum of RGB (Red+Green+Blue) = 217+187+210=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBD2 is #26442D. Grayscale: #C6C6C6. Windows color (decimal): -2507822 or 13810649. OLE color: 13810649.
HSL color Cylindrical-coordinate representation of color #D9BBD2: hue angle of 314º 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 #D9BBD2 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 210 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.15 |
| HSL | 314º | 0.28% | 0.79% | - |
| HSV(B) | 314º | 0.14% | 0.85% | - |
| XYZ | 58.02 | 54.95 | 68.52 | - |
| YUV | 198.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 210 | 0 | 0.14 | 0.03 | 0.15 | 314 | 0.28 | 0.79 |
| Hex | D9 | BB | D2 | 0 | E | 3 | F | 13A | 1C | 4F |
| Octal | 331 | 273 | 322 | 0 | 16 | 3 | 17 | 472 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11010010 | 0 | 1110 | 11 | 1111 | 100111010 | 11100 | 1001111 |
Color Harmonies of #D9BBD2
Complementary color
Monochromatic Colors of #D9BBD2
Black with #D9BBD2
Text Example
Text Example
White with #D9BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBD2; }
p { color: rgb(217,187,210); }
H1.HeaderClassName
{
color: #D9BBD2;
}
.AnyTagClassName
{
color: #D9BBD2;
}
</style>
background-color css
<style>
a { background-color: #D9BBD2; }
a { background-color: rgb(217,187,210); }
div.DivClassName
{
background-color: #D9BBD2;
}
.BgClassName
{
background-color: #D9BBD2;
}
</style>
border-color css
<style>
span { border-color: #D9BBD2; }
span { border-color: rgb(217,187,210); }
td.TdClassName
{
border-color: #D9BBD2;
}
.TagClassName
{
border-color: #D9BBD2;
}
</style>