Shades of French Lilac #D8BCD1
Tints of French Lilac #D8BCD1
RGB
CMYK
RGB Variations
Color information
#D8BCD1 (or 0xD8BCD1) is known color: French Lilac. HEX triplet: D8, BC and D1. RGB value is (216,188,209). Sum of RGB (Red+Green+Blue) = 216+188+209=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCD1 is #27432E. Grayscale: #C6C6C6. Windows color (decimal): -2573103 or 13745368. OLE color: 13745368.
HSL color Cylindrical-coordinate representation of color #D8BCD1: hue angle of 315º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BCD1 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 209 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.15 |
| HSL | 315º | 0.26% | 0.79% | - |
| HSV(B) | 315º | 0.13% | 0.85% | - |
| XYZ | 57.81 | 55.17 | 67.92 | - |
| YUV | 198.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 209 | 0 | 0.13 | 0.03 | 0.15 | 315 | 0.26 | 0.79 |
| Hex | D8 | BC | D1 | 0 | D | 3 | F | 13B | 1A | 4F |
| Octal | 330 | 274 | 321 | 0 | 15 | 3 | 17 | 473 | 32 | 117 |
| Binary | 11011000 | 10111100 | 11010001 | 0 | 1101 | 11 | 1111 | 100111011 | 11010 | 1001111 |
Color Harmonies of #D8BCD1
Complementary color
Monochromatic Colors of #D8BCD1
Black with #D8BCD1
Text Example
Text Example
White with #D8BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCD1; }
p { color: rgb(216,188,209); }
H1.HeaderClassName
{
color: #D8BCD1;
}
.AnyTagClassName
{
color: #D8BCD1;
}
</style>
background-color css
<style>
a { background-color: #D8BCD1; }
a { background-color: rgb(216,188,209); }
div.DivClassName
{
background-color: #D8BCD1;
}
.BgClassName
{
background-color: #D8BCD1;
}
</style>
border-color css
<style>
span { border-color: #D8BCD1; }
span { border-color: rgb(216,188,209); }
td.TdClassName
{
border-color: #D8BCD1;
}
.TagClassName
{
border-color: #D8BCD1;
}
</style>