Shades of French Lilac #D8BBD0
Tints of French Lilac #D8BBD0
RGB
CMYK
RGB Variations
Color information
#D8BBD0 (or 0xD8BBD0) is known color: French Lilac. HEX triplet: D8, BB and D0. RGB value is (216,187,208). Sum of RGB (Red+Green+Blue) = 216+187+208=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBD0 is #27442F. Grayscale: #C6C6C6. Windows color (decimal): -2573360 or 13679576. OLE color: 13679576.
HSL color Cylindrical-coordinate representation of color #D8BBD0: hue angle of 316.55º degrees, saturation: 0.27, 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 #D8BBD0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 208 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.15 |
| HSL | 316.55º | 0.27% | 0.79% | - |
| HSV(B) | 316.55º | 0.13% | 0.85% | - |
| XYZ | 57.47 | 54.69 | 67.2 | - |
| YUV | 198.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 208 | 0 | 0.13 | 0.04 | 0.15 | 316.55 | 0.27 | 0.79 |
| Hex | D8 | BB | D0 | 0 | D | 4 | F | 13D | 1B | 4F |
| Octal | 330 | 273 | 320 | 0 | 15 | 4 | 17 | 475 | 33 | 117 |
| Binary | 11011000 | 10111011 | 11010000 | 0 | 1101 | 100 | 1111 | 100111101 | 11011 | 1001111 |
Color Harmonies of #D8BBD0
Complementary color
Monochromatic Colors of #D8BBD0
Black with #D8BBD0
Text Example
Text Example
White with #D8BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBD0; }
p { color: rgb(216,187,208); }
H1.HeaderClassName
{
color: #D8BBD0;
}
.AnyTagClassName
{
color: #D8BBD0;
}
</style>
background-color css
<style>
a { background-color: #D8BBD0; }
a { background-color: rgb(216,187,208); }
div.DivClassName
{
background-color: #D8BBD0;
}
.BgClassName
{
background-color: #D8BBD0;
}
</style>
border-color css
<style>
span { border-color: #D8BBD0; }
span { border-color: rgb(216,187,208); }
td.TdClassName
{
border-color: #D8BBD0;
}
.TagClassName
{
border-color: #D8BBD0;
}
</style>