Shades of French Lilac #DCBADA
Tints of French Lilac #DCBADA
RGB
CMYK
RGB Variations
Color information
#DCBADA (or 0xDCBADA) is known color: French Lilac. HEX triplet: DC, BA and DA. RGB value is (220,186,218). Sum of RGB (Red+Green+Blue) = 220+186+218=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADA is #234525. Grayscale: #C7C7C7. Windows color (decimal): -2311462 or 14334684. OLE color: 14334684.
HSL color Cylindrical-coordinate representation of color #DCBADA: hue angle of 303.53º degrees, saturation: 0.33, 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 #DCBADA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 218 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.14 |
| HSL | 303.53º | 0.33% | 0.8% | - |
| HSV(B) | 303.53º | 0.15% | 0.86% | - |
| XYZ | 59.73 | 55.4 | 73.87 | - |
| YUV | 199.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 218 | 0 | 0.15 | 0.01 | 0.14 | 303.53 | 0.33 | 0.8 |
| Hex | DC | BA | DA | 0 | F | 1 | E | 130 | 21 | 50 |
| Octal | 334 | 272 | 332 | 0 | 17 | 1 | 16 | 460 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11011010 | 0 | 1111 | 1 | 1110 | 100110000 | 100001 | 1010000 |
Color Harmonies of #DCBADA
Complementary color
Monochromatic Colors of #DCBADA
Black with #DCBADA
Text Example
Text Example
White with #DCBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBADA; }
p { color: rgb(220,186,218); }
H1.HeaderClassName
{
color: #DCBADA;
}
.AnyTagClassName
{
color: #DCBADA;
}
</style>
background-color css
<style>
a { background-color: #DCBADA; }
a { background-color: rgb(220,186,218); }
div.DivClassName
{
background-color: #DCBADA;
}
.BgClassName
{
background-color: #DCBADA;
}
</style>
border-color css
<style>
span { border-color: #DCBADA; }
span { border-color: rgb(220,186,218); }
td.TdClassName
{
border-color: #DCBADA;
}
.TagClassName
{
border-color: #DCBADA;
}
</style>