Shades of French Lilac #DCBAD3
Tints of French Lilac #DCBAD3
RGB
CMYK
RGB Variations
Color information
#DCBAD3 (or 0xDCBAD3) is known color: French Lilac. HEX triplet: DC, BA and D3. RGB value is (220,186,211). Sum of RGB (Red+Green+Blue) = 220+186+211=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD3 is #23452C. Grayscale: #C6C6C6. Windows color (decimal): -2311469 or 13875932. OLE color: 13875932.
HSL color Cylindrical-coordinate representation of color #DCBAD3: hue angle of 315.88º 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 #DCBAD3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 211 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.14 |
| HSL | 315.88º | 0.33% | 0.8% | - |
| HSV(B) | 315.88º | 0.15% | 0.86% | - |
| XYZ | 58.83 | 55.04 | 69.15 | - |
| YUV | 199.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 211 | 0 | 0.15 | 0.04 | 0.14 | 315.88 | 0.33 | 0.8 |
| Hex | DC | BA | D3 | 0 | F | 4 | E | 13C | 21 | 50 |
| Octal | 334 | 272 | 323 | 0 | 17 | 4 | 16 | 474 | 41 | 120 |
| Binary | 11011100 | 10111010 | 11010011 | 0 | 1111 | 100 | 1110 | 100111100 | 100001 | 1010000 |
Color Harmonies of #DCBAD3
Complementary color
Monochromatic Colors of #DCBAD3
Black with #DCBAD3
Text Example
Text Example
White with #DCBAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAD3; }
p { color: rgb(220,186,211); }
H1.HeaderClassName
{
color: #DCBAD3;
}
.AnyTagClassName
{
color: #DCBAD3;
}
</style>
background-color css
<style>
a { background-color: #DCBAD3; }
a { background-color: rgb(220,186,211); }
div.DivClassName
{
background-color: #DCBAD3;
}
.BgClassName
{
background-color: #DCBAD3;
}
</style>
border-color css
<style>
span { border-color: #DCBAD3; }
span { border-color: rgb(220,186,211); }
td.TdClassName
{
border-color: #DCBAD3;
}
.TagClassName
{
border-color: #DCBAD3;
}
</style>