Shades of French Lilac #D8BCD0
Tints of French Lilac #D8BCD0
RGB
CMYK
RGB Variations
Color information
#D8BCD0 (or 0xD8BCD0) is known color: French Lilac. HEX triplet: D8, BC and D0. RGB value is (216,188,208). Sum of RGB (Red+Green+Blue) = 216+188+208=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCD0 is #27432F. Grayscale: #C6C6C6. Windows color (decimal): -2573104 or 13679832. OLE color: 13679832.
HSL color Cylindrical-coordinate representation of color #D8BCD0: hue angle of 317.14º 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 #D8BCD0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 208 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.15 |
| HSL | 317.14º | 0.26% | 0.79% | - |
| HSV(B) | 317.14º | 0.13% | 0.85% | - |
| XYZ | 57.69 | 55.12 | 67.27 | - |
| YUV | 198.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 208 | 0 | 0.13 | 0.04 | 0.15 | 317.14 | 0.26 | 0.79 |
| Hex | D8 | BC | D0 | 0 | D | 4 | F | 13D | 1A | 4F |
| Octal | 330 | 274 | 320 | 0 | 15 | 4 | 17 | 475 | 32 | 117 |
| Binary | 11011000 | 10111100 | 11010000 | 0 | 1101 | 100 | 1111 | 100111101 | 11010 | 1001111 |
Color Harmonies of #D8BCD0
Complementary color
Monochromatic Colors of #D8BCD0
Black with #D8BCD0
Text Example
Text Example
White with #D8BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCD0; }
p { color: rgb(216,188,208); }
H1.HeaderClassName
{
color: #D8BCD0;
}
.AnyTagClassName
{
color: #D8BCD0;
}
</style>
background-color css
<style>
a { background-color: #D8BCD0; }
a { background-color: rgb(216,188,208); }
div.DivClassName
{
background-color: #D8BCD0;
}
.BgClassName
{
background-color: #D8BCD0;
}
</style>
border-color css
<style>
span { border-color: #D8BCD0; }
span { border-color: rgb(216,188,208); }
td.TdClassName
{
border-color: #D8BCD0;
}
.TagClassName
{
border-color: #D8BCD0;
}
</style>