Shades of French Lilac #DCBBD9
Tints of French Lilac #DCBBD9
RGB
CMYK
RGB Variations
Color information
#DCBBD9 (or 0xDCBBD9) is known color: French Lilac. HEX triplet: DC, BB and D9. RGB value is (220,187,217). Sum of RGB (Red+Green+Blue) = 220+187+217=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD9 is #234426. Grayscale: #C8C8C8. Windows color (decimal): -2311207 or 14269404. OLE color: 14269404.
HSL color Cylindrical-coordinate representation of color #DCBBD9: hue angle of 305.45º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBD9 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 217 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.14 |
| HSL | 305.45º | 0.32% | 0.8% | - |
| HSV(B) | 305.45º | 0.15% | 0.86% | - |
| XYZ | 59.81 | 55.77 | 73.26 | - |
| YUV | 200.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 217 | 0 | 0.15 | 0.01 | 0.14 | 305.45 | 0.32 | 0.8 |
| Hex | DC | BB | D9 | 0 | F | 1 | E | 131 | 20 | 50 |
| Octal | 334 | 273 | 331 | 0 | 17 | 1 | 16 | 461 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11011001 | 0 | 1111 | 1 | 1110 | 100110001 | 100000 | 1010000 |
Color Harmonies of #DCBBD9
Complementary color
Monochromatic Colors of #DCBBD9
Black with #DCBBD9
Text Example
Text Example
White with #DCBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBD9; }
p { color: rgb(220,187,217); }
H1.HeaderClassName
{
color: #DCBBD9;
}
.AnyTagClassName
{
color: #DCBBD9;
}
</style>
background-color css
<style>
a { background-color: #DCBBD9; }
a { background-color: rgb(220,187,217); }
div.DivClassName
{
background-color: #DCBBD9;
}
.BgClassName
{
background-color: #DCBBD9;
}
</style>
border-color css
<style>
span { border-color: #DCBBD9; }
span { border-color: rgb(220,187,217); }
td.TdClassName
{
border-color: #DCBBD9;
}
.TagClassName
{
border-color: #DCBBD9;
}
</style>