Shades of French Lilac #D8B7D1
Tints of French Lilac #D8B7D1
RGB
CMYK
RGB Variations
Color information
#D8B7D1 (or 0xD8B7D1) is known color: French Lilac. HEX triplet: D8, B7 and D1. RGB value is (216,183,209). Sum of RGB (Red+Green+Blue) = 216+183+209=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7D1 is #27482E. Grayscale: #C3C3C3. Windows color (decimal): -2574383 or 13744088. OLE color: 13744088.
HSL color Cylindrical-coordinate representation of color #D8B7D1: hue angle of 312.73º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B7D1 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 209 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.15 |
| HSL | 312.73º | 0.3% | 0.78% | - |
| HSV(B) | 312.73º | 0.15% | 0.85% | - |
| XYZ | 56.76 | 53.07 | 67.57 | - |
| YUV | 195.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 209 | 0 | 0.15 | 0.03 | 0.15 | 312.73 | 0.3 | 0.78 |
| Hex | D8 | B7 | D1 | 0 | F | 3 | F | 139 | 1E | 4E |
| Octal | 330 | 267 | 321 | 0 | 17 | 3 | 17 | 471 | 36 | 116 |
| Binary | 11011000 | 10110111 | 11010001 | 0 | 1111 | 11 | 1111 | 100111001 | 11110 | 1001110 |
Color Harmonies of #D8B7D1
Complementary color
Monochromatic Colors of #D8B7D1
Black with #D8B7D1
Text Example
Text Example
White with #D8B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7D1; }
p { color: rgb(216,183,209); }
H1.HeaderClassName
{
color: #D8B7D1;
}
.AnyTagClassName
{
color: #D8B7D1;
}
</style>
background-color css
<style>
a { background-color: #D8B7D1; }
a { background-color: rgb(216,183,209); }
div.DivClassName
{
background-color: #D8B7D1;
}
.BgClassName
{
background-color: #D8B7D1;
}
</style>
border-color css
<style>
span { border-color: #D8B7D1; }
span { border-color: rgb(216,183,209); }
td.TdClassName
{
border-color: #D8B7D1;
}
.TagClassName
{
border-color: #D8B7D1;
}
</style>