Shades of French Lilac #DCACD4
Tints of French Lilac #DCACD4
RGB
CMYK
RGB Variations
Color information
#DCACD4 (or 0xDCACD4) is known color: French Lilac. HEX triplet: DC, AC and D4. RGB value is (220,172,212). Sum of RGB (Red+Green+Blue) = 220+172+212=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD4 is #23532B. Grayscale: #BEBEBE. Windows color (decimal): -2315052 or 13937884. OLE color: 13937884.
HSL color Cylindrical-coordinate representation of color #DCACD4: hue angle of 310º 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 #DCACD4 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 212 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.14 |
| HSL | 310º | 0.41% | 0.77% | - |
| HSV(B) | 310º | 0.22% | 0.86% | - |
| XYZ | 56.15 | 49.47 | 68.88 | - |
| YUV | 190.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 212 | 0 | 0.22 | 0.04 | 0.14 | 310 | 0.41 | 0.77 |
| Hex | DC | AC | D4 | 0 | 16 | 4 | E | 136 | 29 | 4D |
| Octal | 334 | 254 | 324 | 0 | 26 | 4 | 16 | 466 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11010100 | 0 | 10110 | 100 | 1110 | 100110110 | 101001 | 1001101 |
Color Harmonies of #DCACD4
Complementary color
Monochromatic Colors of #DCACD4
Black with #DCACD4
Text Example
Text Example
White with #DCACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACD4; }
p { color: rgb(220,172,212); }
H1.HeaderClassName
{
color: #DCACD4;
}
.AnyTagClassName
{
color: #DCACD4;
}
</style>
background-color css
<style>
a { background-color: #DCACD4; }
a { background-color: rgb(220,172,212); }
div.DivClassName
{
background-color: #DCACD4;
}
.BgClassName
{
background-color: #DCACD4;
}
</style>
border-color css
<style>
span { border-color: #DCACD4; }
span { border-color: rgb(220,172,212); }
td.TdClassName
{
border-color: #DCACD4;
}
.TagClassName
{
border-color: #DCACD4;
}
</style>