Shades of French Lilac #D9BDD4
Tints of French Lilac #D9BDD4
RGB
CMYK
RGB Variations
Color information
#D9BDD4 (or 0xD9BDD4) is known color: French Lilac. HEX triplet: D9, BD and D4. RGB value is (217,189,212). Sum of RGB (Red+Green+Blue) = 217+189+212=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDD4 is #26422B. Grayscale: #C7C7C7. Windows color (decimal): -2507308 or 13942233. OLE color: 13942233.
HSL color Cylindrical-coordinate representation of color #D9BDD4: hue angle of 310.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDD4 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 212 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.15 |
| HSL | 310.71º | 0.27% | 0.8% | - |
| HSV(B) | 310.71º | 0.13% | 0.85% | - |
| XYZ | 58.7 | 55.9 | 69.98 | - |
| YUV | 199.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 212 | 0 | 0.13 | 0.02 | 0.15 | 310.71 | 0.27 | 0.8 |
| Hex | D9 | BD | D4 | 0 | D | 2 | F | 137 | 1B | 50 |
| Octal | 331 | 275 | 324 | 0 | 15 | 2 | 17 | 467 | 33 | 120 |
| Binary | 11011001 | 10111101 | 11010100 | 0 | 1101 | 10 | 1111 | 100110111 | 11011 | 1010000 |
Color Harmonies of #D9BDD4
Complementary color
Monochromatic Colors of #D9BDD4
Black with #D9BDD4
Text Example
Text Example
White with #D9BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDD4; }
p { color: rgb(217,189,212); }
H1.HeaderClassName
{
color: #D9BDD4;
}
.AnyTagClassName
{
color: #D9BDD4;
}
</style>
background-color css
<style>
a { background-color: #D9BDD4; }
a { background-color: rgb(217,189,212); }
div.DivClassName
{
background-color: #D9BDD4;
}
.BgClassName
{
background-color: #D9BDD4;
}
</style>
border-color css
<style>
span { border-color: #D9BDD4; }
span { border-color: rgb(217,189,212); }
td.TdClassName
{
border-color: #D9BDD4;
}
.TagClassName
{
border-color: #D9BDD4;
}
</style>