Shades of French Lilac #DCACD0
Tints of French Lilac #DCACD0
RGB
CMYK
RGB Variations
Color information
#DCACD0 (or 0xDCACD0) is known color: French Lilac. HEX triplet: DC, AC and D0. RGB value is (220,172,208). Sum of RGB (Red+Green+Blue) = 220+172+208=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD0 is #23532F. Grayscale: #BEBEBE. Windows color (decimal): -2315056 or 13675740. OLE color: 13675740.
HSL color Cylindrical-coordinate representation of color #DCACD0: hue angle of 315º 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 #DCACD0 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 208 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.14 |
| HSL | 315º | 0.41% | 0.77% | - |
| HSV(B) | 315º | 0.22% | 0.86% | - |
| XYZ | 55.65 | 49.27 | 66.25 | - |
| YUV | 190.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 208 | 0 | 0.22 | 0.05 | 0.14 | 315 | 0.41 | 0.77 |
| Hex | DC | AC | D0 | 0 | 16 | 5 | E | 13B | 29 | 4D |
| Octal | 334 | 254 | 320 | 0 | 26 | 5 | 16 | 473 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11010000 | 0 | 10110 | 101 | 1110 | 100111011 | 101001 | 1001101 |
Color Harmonies of #DCACD0
Complementary color
Monochromatic Colors of #DCACD0
Black with #DCACD0
Text Example
Text Example
White with #DCACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACD0; }
p { color: rgb(220,172,208); }
H1.HeaderClassName
{
color: #DCACD0;
}
.AnyTagClassName
{
color: #DCACD0;
}
</style>
background-color css
<style>
a { background-color: #DCACD0; }
a { background-color: rgb(220,172,208); }
div.DivClassName
{
background-color: #DCACD0;
}
.BgClassName
{
background-color: #DCACD0;
}
</style>
border-color css
<style>
span { border-color: #DCACD0; }
span { border-color: rgb(220,172,208); }
td.TdClassName
{
border-color: #DCACD0;
}
.TagClassName
{
border-color: #DCACD0;
}
</style>