Shades of French Lilac #DCACD1
Tints of French Lilac #DCACD1
RGB
CMYK
RGB Variations
Color information
#DCACD1 (or 0xDCACD1) is known color: French Lilac. HEX triplet: DC, AC and D1. RGB value is (220,172,209). Sum of RGB (Red+Green+Blue) = 220+172+209=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD1 is #23532E. Grayscale: #BEBEBE. Windows color (decimal): -2315055 or 13741276. OLE color: 13741276.
HSL color Cylindrical-coordinate representation of color #DCACD1: hue angle of 313.75º 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 #DCACD1 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 209 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.14 |
| HSL | 313.75º | 0.41% | 0.77% | - |
| HSV(B) | 313.75º | 0.22% | 0.86% | - |
| XYZ | 55.78 | 49.32 | 66.9 | - |
| YUV | 190.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 209 | 0 | 0.22 | 0.05 | 0.14 | 313.75 | 0.41 | 0.77 |
| Hex | DC | AC | D1 | 0 | 16 | 5 | E | 13A | 29 | 4D |
| Octal | 334 | 254 | 321 | 0 | 26 | 5 | 16 | 472 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11010001 | 0 | 10110 | 101 | 1110 | 100111010 | 101001 | 1001101 |
Color Harmonies of #DCACD1
Complementary color
Monochromatic Colors of #DCACD1
Black with #DCACD1
Text Example
Text Example
White with #DCACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACD1; }
p { color: rgb(220,172,209); }
H1.HeaderClassName
{
color: #DCACD1;
}
.AnyTagClassName
{
color: #DCACD1;
}
</style>
background-color css
<style>
a { background-color: #DCACD1; }
a { background-color: rgb(220,172,209); }
div.DivClassName
{
background-color: #DCACD1;
}
.BgClassName
{
background-color: #DCACD1;
}
</style>
border-color css
<style>
span { border-color: #DCACD1; }
span { border-color: rgb(220,172,209); }
td.TdClassName
{
border-color: #DCACD1;
}
.TagClassName
{
border-color: #DCACD1;
}
</style>