Shades of French Lilac #DCACD3
Tints of French Lilac #DCACD3
RGB
CMYK
RGB Variations
Color information
#DCACD3 (or 0xDCACD3) is known color: French Lilac. HEX triplet: DC, AC and D3. RGB value is (220,172,211). Sum of RGB (Red+Green+Blue) = 220+172+211=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD3 is #23532C. Grayscale: #BEBEBE. Windows color (decimal): -2315053 or 13872348. OLE color: 13872348.
HSL color Cylindrical-coordinate representation of color #DCACD3: hue angle of 311.25º 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 #DCACD3 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 211 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.14 |
| HSL | 311.25º | 0.41% | 0.77% | - |
| HSV(B) | 311.25º | 0.22% | 0.86% | - |
| XYZ | 56.03 | 49.42 | 68.21 | - |
| YUV | 190.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 211 | 0 | 0.22 | 0.04 | 0.14 | 311.25 | 0.41 | 0.77 |
| Hex | DC | AC | D3 | 0 | 16 | 4 | E | 137 | 29 | 4D |
| Octal | 334 | 254 | 323 | 0 | 26 | 4 | 16 | 467 | 51 | 115 |
| Binary | 11011100 | 10101100 | 11010011 | 0 | 10110 | 100 | 1110 | 100110111 | 101001 | 1001101 |
Color Harmonies of #DCACD3
Complementary color
Monochromatic Colors of #DCACD3
Black with #DCACD3
Text Example
Text Example
White with #DCACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCACD3; }
p { color: rgb(220,172,211); }
H1.HeaderClassName
{
color: #DCACD3;
}
.AnyTagClassName
{
color: #DCACD3;
}
</style>
background-color css
<style>
a { background-color: #DCACD3; }
a { background-color: rgb(220,172,211); }
div.DivClassName
{
background-color: #DCACD3;
}
.BgClassName
{
background-color: #DCACD3;
}
</style>
border-color css
<style>
span { border-color: #DCACD3; }
span { border-color: rgb(220,172,211); }
td.TdClassName
{
border-color: #DCACD3;
}
.TagClassName
{
border-color: #DCACD3;
}
</style>