Shades of French Lilac #DCBCD3
Tints of French Lilac #DCBCD3
RGB
CMYK
RGB Variations
Color information
#DCBCD3 (or 0xDCBCD3) is known color: French Lilac. HEX triplet: DC, BC and D3. RGB value is (220,188,211). Sum of RGB (Red+Green+Blue) = 220+188+211=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCD3 is #23432C. Grayscale: #C8C8C8. Windows color (decimal): -2310957 or 13876444. OLE color: 13876444.
HSL color Cylindrical-coordinate representation of color #DCBCD3: hue angle of 316.88º degrees, saturation: 0.31, 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 #DCBCD3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 211 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.14 |
| HSL | 316.88º | 0.31% | 0.8% | - |
| HSV(B) | 316.88º | 0.15% | 0.86% | - |
| XYZ | 59.26 | 55.89 | 69.29 | - |
| YUV | 200.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 211 | 0 | 0.15 | 0.04 | 0.14 | 316.88 | 0.31 | 0.8 |
| Hex | DC | BC | D3 | 0 | F | 4 | E | 13D | 1F | 50 |
| Octal | 334 | 274 | 323 | 0 | 17 | 4 | 16 | 475 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11010011 | 0 | 1111 | 100 | 1110 | 100111101 | 11111 | 1010000 |
Color Harmonies of #DCBCD3
Complementary color
Monochromatic Colors of #DCBCD3
Black with #DCBCD3
Text Example
Text Example
White with #DCBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCD3; }
p { color: rgb(220,188,211); }
H1.HeaderClassName
{
color: #DCBCD3;
}
.AnyTagClassName
{
color: #DCBCD3;
}
</style>
background-color css
<style>
a { background-color: #DCBCD3; }
a { background-color: rgb(220,188,211); }
div.DivClassName
{
background-color: #DCBCD3;
}
.BgClassName
{
background-color: #DCBCD3;
}
</style>
border-color css
<style>
span { border-color: #DCBCD3; }
span { border-color: rgb(220,188,211); }
td.TdClassName
{
border-color: #DCBCD3;
}
.TagClassName
{
border-color: #DCBCD3;
}
</style>