Shades of French Lilac #D9BCD3
Tints of French Lilac #D9BCD3
RGB
CMYK
RGB Variations
Color information
#D9BCD3 (or 0xD9BCD3) is known color: French Lilac. HEX triplet: D9, BC and D3. RGB value is (217,188,211). Sum of RGB (Red+Green+Blue) = 217+188+211=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCD3 is #26432C. Grayscale: #C7C7C7. Windows color (decimal): -2507565 or 13876441. OLE color: 13876441.
HSL color Cylindrical-coordinate representation of color #D9BCD3: hue angle of 312.41º degrees, saturation: 0.28, 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 #D9BCD3 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 211 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.15 |
| HSL | 312.41º | 0.28% | 0.79% | - |
| HSV(B) | 312.41º | 0.13% | 0.85% | - |
| XYZ | 58.36 | 55.42 | 69.25 | - |
| YUV | 199.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 211 | 0 | 0.13 | 0.03 | 0.15 | 312.41 | 0.28 | 0.79 |
| Hex | D9 | BC | D3 | 0 | D | 3 | F | 138 | 1C | 4F |
| Octal | 331 | 274 | 323 | 0 | 15 | 3 | 17 | 470 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11010011 | 0 | 1101 | 11 | 1111 | 100111000 | 11100 | 1001111 |
Color Harmonies of #D9BCD3
Complementary color
Monochromatic Colors of #D9BCD3
Black with #D9BCD3
Text Example
Text Example
White with #D9BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCD3; }
p { color: rgb(217,188,211); }
H1.HeaderClassName
{
color: #D9BCD3;
}
.AnyTagClassName
{
color: #D9BCD3;
}
</style>
background-color css
<style>
a { background-color: #D9BCD3; }
a { background-color: rgb(217,188,211); }
div.DivClassName
{
background-color: #D9BCD3;
}
.BgClassName
{
background-color: #D9BCD3;
}
</style>
border-color css
<style>
span { border-color: #D9BCD3; }
span { border-color: rgb(217,188,211); }
td.TdClassName
{
border-color: #D9BCD3;
}
.TagClassName
{
border-color: #D9BCD3;
}
</style>