Shades of French Lilac #D7B9D1
Tints of French Lilac #D7B9D1
RGB
CMYK
RGB Variations
Color information
#D7B9D1 (or 0xD7B9D1) is known color: French Lilac. HEX triplet: D7, B9 and D1. RGB value is (215,185,209). Sum of RGB (Red+Green+Blue) = 215+185+209=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9D1 is #28462E. Grayscale: #C4C4C4. Windows color (decimal): -2639407 or 13744599. OLE color: 13744599.
HSL color Cylindrical-coordinate representation of color #D7B9D1: hue angle of 312º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B9D1 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 209 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.16 |
| HSL | 312º | 0.27% | 0.78% | - |
| HSV(B) | 312º | 0.14% | 0.84% | - |
| XYZ | 56.88 | 53.75 | 67.7 | - |
| YUV | 196.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 209 | 0 | 0.14 | 0.03 | 0.16 | 312 | 0.27 | 0.78 |
| Hex | D7 | B9 | D1 | 0 | E | 3 | 10 | 138 | 1B | 4E |
| Octal | 327 | 271 | 321 | 0 | 16 | 3 | 20 | 470 | 33 | 116 |
| Binary | 11010111 | 10111001 | 11010001 | 0 | 1110 | 11 | 10000 | 100111000 | 11011 | 1001110 |
Color Harmonies of #D7B9D1
Complementary color
Monochromatic Colors of #D7B9D1
Black with #D7B9D1
Text Example
Text Example
White with #D7B9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9D1; }
p { color: rgb(215,185,209); }
H1.HeaderClassName
{
color: #D7B9D1;
}
.AnyTagClassName
{
color: #D7B9D1;
}
</style>
background-color css
<style>
a { background-color: #D7B9D1; }
a { background-color: rgb(215,185,209); }
div.DivClassName
{
background-color: #D7B9D1;
}
.BgClassName
{
background-color: #D7B9D1;
}
</style>
border-color css
<style>
span { border-color: #D7B9D1; }
span { border-color: rgb(215,185,209); }
td.TdClassName
{
border-color: #D7B9D1;
}
.TagClassName
{
border-color: #D7B9D1;
}
</style>