Shades of French Lilac #D9B8D7
Tints of French Lilac #D9B8D7
RGB
CMYK
RGB Variations
Color information
#D9B8D7 (or 0xD9B8D7) is known color: French Lilac. HEX triplet: D9, B8 and D7. RGB value is (217,184,215). Sum of RGB (Red+Green+Blue) = 217+184+215=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8D7 is #264728. Grayscale: #C5C5C5. Windows color (decimal): -2508585 or 14137561. OLE color: 14137561.
HSL color Cylindrical-coordinate representation of color #D9B8D7: hue angle of 303.64º 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 #D9B8D7 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 184 | 215 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.15 |
| HSL | 303.64º | 0.3% | 0.79% | - |
| HSV(B) | 303.64º | 0.15% | 0.85% | - |
| XYZ | 58.02 | 53.94 | 71.64 | - |
| YUV | 197.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 184 | 215 | 0 | 0.15 | 0.01 | 0.15 | 303.64 | 0.3 | 0.79 |
| Hex | D9 | B8 | D7 | 0 | F | 1 | F | 130 | 1E | 4F |
| Octal | 331 | 270 | 327 | 0 | 17 | 1 | 17 | 460 | 36 | 117 |
| Binary | 11011001 | 10111000 | 11010111 | 0 | 1111 | 1 | 1111 | 100110000 | 11110 | 1001111 |
Color Harmonies of #D9B8D7
Complementary color
Monochromatic Colors of #D9B8D7
Black with #D9B8D7
Text Example
Text Example
White with #D9B8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B8D7; }
p { color: rgb(217,184,215); }
H1.HeaderClassName
{
color: #D9B8D7;
}
.AnyTagClassName
{
color: #D9B8D7;
}
</style>
background-color css
<style>
a { background-color: #D9B8D7; }
a { background-color: rgb(217,184,215); }
div.DivClassName
{
background-color: #D9B8D7;
}
.BgClassName
{
background-color: #D9B8D7;
}
</style>
border-color css
<style>
span { border-color: #D9B8D7; }
span { border-color: rgb(217,184,215); }
td.TdClassName
{
border-color: #D9B8D7;
}
.TagClassName
{
border-color: #D9B8D7;
}
</style>