Shades of French Lilac #DCBBD6
Tints of French Lilac #DCBBD6
RGB
CMYK
RGB Variations
Color information
#DCBBD6 (or 0xDCBBD6) is known color: French Lilac. HEX triplet: DC, BB and D6. RGB value is (220,187,214). Sum of RGB (Red+Green+Blue) = 220+187+214=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBD6 is #234429. Grayscale: #C7C7C7. Windows color (decimal): -2311210 or 14072796. OLE color: 14072796.
HSL color Cylindrical-coordinate representation of color #DCBBD6: hue angle of 310.91º 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 #DCBBD6 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 214 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.14 |
| HSL | 310.91º | 0.32% | 0.8% | - |
| HSV(B) | 310.91º | 0.15% | 0.86% | - |
| XYZ | 59.42 | 55.61 | 71.22 | - |
| YUV | 199.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 214 | 0 | 0.15 | 0.03 | 0.14 | 310.91 | 0.32 | 0.8 |
| Hex | DC | BB | D6 | 0 | F | 3 | E | 137 | 20 | 50 |
| Octal | 334 | 273 | 326 | 0 | 17 | 3 | 16 | 467 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11010110 | 0 | 1111 | 11 | 1110 | 100110111 | 100000 | 1010000 |
Color Harmonies of #DCBBD6
Complementary color
Monochromatic Colors of #DCBBD6
Black with #DCBBD6
Text Example
Text Example
White with #DCBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBD6; }
p { color: rgb(220,187,214); }
H1.HeaderClassName
{
color: #DCBBD6;
}
.AnyTagClassName
{
color: #DCBBD6;
}
</style>
background-color css
<style>
a { background-color: #DCBBD6; }
a { background-color: rgb(220,187,214); }
div.DivClassName
{
background-color: #DCBBD6;
}
.BgClassName
{
background-color: #DCBBD6;
}
</style>
border-color css
<style>
span { border-color: #DCBBD6; }
span { border-color: rgb(220,187,214); }
td.TdClassName
{
border-color: #DCBBD6;
}
.TagClassName
{
border-color: #DCBBD6;
}
</style>