Shades of French Lilac #DCBAD5
Tints of French Lilac #DCBAD5
RGB
CMYK
RGB Variations
Color information
#DCBAD5 (or 0xDCBAD5) is known color: French Lilac. HEX triplet: DC, BA and D5. RGB value is (220,186,213). Sum of RGB (Red+Green+Blue) = 220+186+213=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD5 is #23452A. Grayscale: #C7C7C7. Windows color (decimal): -2311467 or 14007004. OLE color: 14007004.
HSL color Cylindrical-coordinate representation of color #DCBAD5: hue angle of 312.35º 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 #DCBAD5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 186 | 213 | - |
CMYK | 0 | 0.15 | 0.03 | 0.14 |
HSL | 312.35º | 0.33% | 0.8% | - |
HSV(B) | 312.35º | 0.15% | 0.86% | - |
XYZ | 59.08 | 55.14 | 70.48 | - |
YUV | 199.24 | 135.76 | 142.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 186 | 213 | 0 | 0.15 | 0.03 | 0.14 | 312.35 | 0.33 | 0.8 |
Hex | DC | BA | D5 | 0 | F | 3 | E | 138 | 21 | 50 |
Octal | 334 | 272 | 325 | 0 | 17 | 3 | 16 | 470 | 41 | 120 |
Binary | 11011100 | 10111010 | 11010101 | 0 | 1111 | 11 | 1110 | 100111000 | 100001 | 1010000 |
Color Harmonies of #DCBAD5
Complementary color
Monochromatic Colors of #DCBAD5
Black with #DCBAD5
Text Example
Text Example
White with #DCBAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAD5; }
p { color: rgb(220,186,213); }
H1.HeaderClassName
{
color: #DCBAD5;
}
.AnyTagClassName
{
color: #DCBAD5;
}
</style>
background-color css
<style>
a { background-color: #DCBAD5; }
a { background-color: rgb(220,186,213); }
div.DivClassName
{
background-color: #DCBAD5;
}
.BgClassName
{
background-color: #DCBAD5;
}
</style>
border-color css
<style>
span { border-color: #DCBAD5; }
span { border-color: rgb(220,186,213); }
td.TdClassName
{
border-color: #DCBAD5;
}
.TagClassName
{
border-color: #DCBAD5;
}
</style>