Shades of French Lilac #D9B8D1
Tints of French Lilac #D9B8D1
RGB
CMYK
RGB Variations
Color information
#D9B8D1 (or 0xD9B8D1) is known color: French Lilac. HEX triplet: D9, B8 and D1. RGB value is (217,184,209). Sum of RGB (Red+Green+Blue) = 217+184+209=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8D1 is #26472E. Grayscale: #C4C4C4. Windows color (decimal): -2508591 or 13744345. OLE color: 13744345.
HSL color Cylindrical-coordinate representation of color #D9B8D1: hue angle of 314.55º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B8D1 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 184 | 209 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.15 |
| HSL | 314.55º | 0.3% | 0.79% | - |
| HSV(B) | 314.55º | 0.15% | 0.85% | - |
| XYZ | 57.26 | 53.64 | 67.66 | - |
| YUV | 196.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 184 | 209 | 0 | 0.15 | 0.04 | 0.15 | 314.55 | 0.3 | 0.79 |
| Hex | D9 | B8 | D1 | 0 | F | 4 | F | 13B | 1E | 4F |
| Octal | 331 | 270 | 321 | 0 | 17 | 4 | 17 | 473 | 36 | 117 |
| Binary | 11011001 | 10111000 | 11010001 | 0 | 1111 | 100 | 1111 | 100111011 | 11110 | 1001111 |
Color Harmonies of #D9B8D1
Complementary color
Monochromatic Colors of #D9B8D1
Black with #D9B8D1
Text Example
Text Example
White with #D9B8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B8D1; }
p { color: rgb(217,184,209); }
H1.HeaderClassName
{
color: #D9B8D1;
}
.AnyTagClassName
{
color: #D9B8D1;
}
</style>
background-color css
<style>
a { background-color: #D9B8D1; }
a { background-color: rgb(217,184,209); }
div.DivClassName
{
background-color: #D9B8D1;
}
.BgClassName
{
background-color: #D9B8D1;
}
</style>
border-color css
<style>
span { border-color: #D9B8D1; }
span { border-color: rgb(217,184,209); }
td.TdClassName
{
border-color: #D9B8D1;
}
.TagClassName
{
border-color: #D9B8D1;
}
</style>