Shades of French Lilac #D8B7D0
Tints of French Lilac #D8B7D0
RGB
CMYK
RGB Variations
Color information
#D8B7D0 (or 0xD8B7D0) is known color: French Lilac. HEX triplet: D8, B7 and D0. RGB value is (216,183,208). Sum of RGB (Red+Green+Blue) = 216+183+208=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7D0 is #27482F. Grayscale: #C3C3C3. Windows color (decimal): -2574384 or 13678552. OLE color: 13678552.
HSL color Cylindrical-coordinate representation of color #D8B7D0: hue angle of 314.55º 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 #D8B7D0 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 208 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.15 |
| HSL | 314.55º | 0.3% | 0.78% | - |
| HSV(B) | 314.55º | 0.15% | 0.85% | - |
| XYZ | 56.64 | 53.02 | 66.92 | - |
| YUV | 195.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 208 | 0 | 0.15 | 0.04 | 0.15 | 314.55 | 0.3 | 0.78 |
| Hex | D8 | B7 | D0 | 0 | F | 4 | F | 13B | 1E | 4E |
| Octal | 330 | 267 | 320 | 0 | 17 | 4 | 17 | 473 | 36 | 116 |
| Binary | 11011000 | 10110111 | 11010000 | 0 | 1111 | 100 | 1111 | 100111011 | 11110 | 1001110 |
Color Harmonies of #D8B7D0
Complementary color
Monochromatic Colors of #D8B7D0
Black with #D8B7D0
Text Example
Text Example
White with #D8B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7D0; }
p { color: rgb(216,183,208); }
H1.HeaderClassName
{
color: #D8B7D0;
}
.AnyTagClassName
{
color: #D8B7D0;
}
</style>
background-color css
<style>
a { background-color: #D8B7D0; }
a { background-color: rgb(216,183,208); }
div.DivClassName
{
background-color: #D8B7D0;
}
.BgClassName
{
background-color: #D8B7D0;
}
</style>
border-color css
<style>
span { border-color: #D8B7D0; }
span { border-color: rgb(216,183,208); }
td.TdClassName
{
border-color: #D8B7D0;
}
.TagClassName
{
border-color: #D8B7D0;
}
</style>