Shades of French Lilac #DCACD8
Tints of French Lilac #DCACD8
RGB
CMYK
RGB Variations
Color information
#DCACD8 (or 0xDCACD8) is known color: French Lilac. HEX triplet: DC, AC and D8. RGB value is (220,172,216). Sum of RGB (Red+Green+Blue) = 220+172+216=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD8 is #235327. Grayscale: #BFBFBF. Windows color (decimal): -2315048 or 14200028. OLE color: 14200028.
HSL color Cylindrical-coordinate representation of color #DCACD8: hue angle of 305º 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 #DCACD8 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 216 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.14 |
| HSL | 305º | 0.41% | 0.77% | - |
| HSV(B) | 305º | 0.22% | 0.86% | - |
| XYZ | 56.66 | 49.68 | 71.57 | - |
| YUV | 191.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 216 | 0 | 0.22 | 0.02 | 0.14 | 305 | 0.41 | 0.77 |
| Hex | DC | AC | D8 | 0 | 16 | 2 | E | 131 | 29 | 4D |
| Octal | 334 | 254 | 330 | 0 | 26 | 2 | 16 | 461 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11011000 | 0 | 10110 | 10 | 1110 | 100110001 | 101001 | 1001101 |
Color Harmonies of #DCACD8
Complementary color
Monochromatic Colors of #DCACD8
Black with #DCACD8
Text Example
Text Example
White with #DCACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACD8; }
p { color: rgb(220,172,216); }
H1.HeaderClassName
{
color: #DCACD8;
}
.AnyTagClassName
{
color: #DCACD8;
}
</style>
background-color css
<style>
a { background-color: #DCACD8; }
a { background-color: rgb(220,172,216); }
div.DivClassName
{
background-color: #DCACD8;
}
.BgClassName
{
background-color: #DCACD8;
}
</style>
border-color css
<style>
span { border-color: #DCACD8; }
span { border-color: rgb(220,172,216); }
td.TdClassName
{
border-color: #DCACD8;
}
.TagClassName
{
border-color: #DCACD8;
}
</style>