Shades of French Lilac #D8BCD5
Tints of French Lilac #D8BCD5
RGB
CMYK
RGB Variations
Color information
#D8BCD5 (or 0xD8BCD5) is known color: French Lilac. HEX triplet: D8, BC and D5. RGB value is (216,188,213). Sum of RGB (Red+Green+Blue) = 216+188+213=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCD5 is #27432A. Grayscale: #C7C7C7. Windows color (decimal): -2573099 or 14007512. OLE color: 14007512.
HSL color Cylindrical-coordinate representation of color #D8BCD5: hue angle of 306.43º 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 #D8BCD5 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 213 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.15 |
| HSL | 306.43º | 0.26% | 0.79% | - |
| HSV(B) | 306.43º | 0.13% | 0.85% | - |
| XYZ | 58.31 | 55.37 | 70.56 | - |
| YUV | 199.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 213 | 0 | 0.13 | 0.01 | 0.15 | 306.43 | 0.26 | 0.79 |
| Hex | D8 | BC | D5 | 0 | D | 1 | F | 132 | 1A | 4F |
| Octal | 330 | 274 | 325 | 0 | 15 | 1 | 17 | 462 | 32 | 117 |
| Binary | 11011000 | 10111100 | 11010101 | 0 | 1101 | 1 | 1111 | 100110010 | 11010 | 1001111 |
Color Harmonies of #D8BCD5
Complementary color
Monochromatic Colors of #D8BCD5
Black with #D8BCD5
Text Example
Text Example
White with #D8BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCD5; }
p { color: rgb(216,188,213); }
H1.HeaderClassName
{
color: #D8BCD5;
}
.AnyTagClassName
{
color: #D8BCD5;
}
</style>
background-color css
<style>
a { background-color: #D8BCD5; }
a { background-color: rgb(216,188,213); }
div.DivClassName
{
background-color: #D8BCD5;
}
.BgClassName
{
background-color: #D8BCD5;
}
</style>
border-color css
<style>
span { border-color: #D8BCD5; }
span { border-color: rgb(216,188,213); }
td.TdClassName
{
border-color: #D8BCD5;
}
.TagClassName
{
border-color: #D8BCD5;
}
</style>