Shades of French Lilac #DCACD6
Tints of French Lilac #DCACD6
RGB
CMYK
RGB Variations
Color information
#DCACD6 (or 0xDCACD6) is known color: French Lilac. HEX triplet: DC, AC and D6. RGB value is (220,172,214). Sum of RGB (Red+Green+Blue) = 220+172+214=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD6 is #235329. Grayscale: #BFBFBF. Windows color (decimal): -2315050 or 14068956. OLE color: 14068956.
HSL color Cylindrical-coordinate representation of color #DCACD6: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACD6 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 214 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.14 |
| HSL | 307.5º | 0.41% | 0.77% | - |
| HSV(B) | 307.5º | 0.22% | 0.86% | - |
| XYZ | 56.41 | 49.58 | 70.21 | - |
| YUV | 191.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 214 | 0 | 0.22 | 0.03 | 0.14 | 307.5 | 0.41 | 0.77 |
| Hex | DC | AC | D6 | 0 | 16 | 3 | E | 134 | 29 | 4D |
| Octal | 334 | 254 | 326 | 0 | 26 | 3 | 16 | 464 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11010110 | 0 | 10110 | 11 | 1110 | 100110100 | 101001 | 1001101 |
Color Harmonies of #DCACD6
Complementary color
Monochromatic Colors of #DCACD6
Black with #DCACD6
Text Example
Text Example
White with #DCACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACD6; }
p { color: rgb(220,172,214); }
H1.HeaderClassName
{
color: #DCACD6;
}
.AnyTagClassName
{
color: #DCACD6;
}
</style>
background-color css
<style>
a { background-color: #DCACD6; }
a { background-color: rgb(220,172,214); }
div.DivClassName
{
background-color: #DCACD6;
}
.BgClassName
{
background-color: #DCACD6;
}
</style>
border-color css
<style>
span { border-color: #DCACD6; }
span { border-color: rgb(220,172,214); }
td.TdClassName
{
border-color: #DCACD6;
}
.TagClassName
{
border-color: #DCACD6;
}
</style>