Shades of French Lilac #D8B7D6
Tints of French Lilac #D8B7D6
RGB
CMYK
RGB Variations
Color information
#D8B7D6 (or 0xD8B7D6) is known color: French Lilac. HEX triplet: D8, B7 and D6. RGB value is (216,183,214). Sum of RGB (Red+Green+Blue) = 216+183+214=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7D6 is #274829. Grayscale: #C4C4C4. Windows color (decimal): -2574378 or 14071768. OLE color: 14071768.
HSL color Cylindrical-coordinate representation of color #D8B7D6: hue angle of 303.64º 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 #D8B7D6 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 214 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.15 |
| HSL | 303.64º | 0.3% | 0.78% | - |
| HSV(B) | 303.64º | 0.15% | 0.85% | - |
| XYZ | 57.39 | 53.32 | 70.89 | - |
| YUV | 196.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 214 | 0 | 0.15 | 0.01 | 0.15 | 303.64 | 0.3 | 0.78 |
| Hex | D8 | B7 | D6 | 0 | F | 1 | F | 130 | 1E | 4E |
| Octal | 330 | 267 | 326 | 0 | 17 | 1 | 17 | 460 | 36 | 116 |
| Binary | 11011000 | 10110111 | 11010110 | 0 | 1111 | 1 | 1111 | 100110000 | 11110 | 1001110 |
Color Harmonies of #D8B7D6
Complementary color
Monochromatic Colors of #D8B7D6
Black with #D8B7D6
Text Example
Text Example
White with #D8B7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7D6; }
p { color: rgb(216,183,214); }
H1.HeaderClassName
{
color: #D8B7D6;
}
.AnyTagClassName
{
color: #D8B7D6;
}
</style>
background-color css
<style>
a { background-color: #D8B7D6; }
a { background-color: rgb(216,183,214); }
div.DivClassName
{
background-color: #D8B7D6;
}
.BgClassName
{
background-color: #D8B7D6;
}
</style>
border-color css
<style>
span { border-color: #D8B7D6; }
span { border-color: rgb(216,183,214); }
td.TdClassName
{
border-color: #D8B7D6;
}
.TagClassName
{
border-color: #D8B7D6;
}
</style>