Shades of French Lilac #DCA9D3
Tints of French Lilac #DCA9D3
RGB
CMYK
RGB Variations
Color information
#DCA9D3 (or 0xDCA9D3) is known color: French Lilac. HEX triplet: DC, A9 and D3. RGB value is (220,169,211). Sum of RGB (Red+Green+Blue) = 220+169+211=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9D3 is #23562C. Grayscale: #BCBCBC. Windows color (decimal): -2315821 or 13871580. OLE color: 13871580.
HSL color Cylindrical-coordinate representation of color #DCA9D3: hue angle of 310.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9D3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 211 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.14 |
| HSL | 310.59º | 0.42% | 0.76% | - |
| HSV(B) | 310.59º | 0.23% | 0.86% | - |
| XYZ | 55.46 | 48.29 | 68.03 | - |
| YUV | 189.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 211 | 0 | 0.23 | 0.04 | 0.14 | 310.59 | 0.42 | 0.76 |
| Hex | DC | A9 | D3 | 0 | 17 | 4 | E | 137 | 2A | 4C |
| Octal | 334 | 251 | 323 | 0 | 27 | 4 | 16 | 467 | 52 | 114 |
| Binary | 11011100 | 10101001 | 11010011 | 0 | 10111 | 100 | 1110 | 100110111 | 101010 | 1001100 |
Color Harmonies of #DCA9D3
Complementary color
Monochromatic Colors of #DCA9D3
Black with #DCA9D3
Text Example
Text Example
White with #DCA9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9D3; }
p { color: rgb(220,169,211); }
H1.HeaderClassName
{
color: #DCA9D3;
}
.AnyTagClassName
{
color: #DCA9D3;
}
</style>
background-color css
<style>
a { background-color: #DCA9D3; }
a { background-color: rgb(220,169,211); }
div.DivClassName
{
background-color: #DCA9D3;
}
.BgClassName
{
background-color: #DCA9D3;
}
</style>
border-color css
<style>
span { border-color: #DCA9D3; }
span { border-color: rgb(220,169,211); }
td.TdClassName
{
border-color: #DCA9D3;
}
.TagClassName
{
border-color: #DCA9D3;
}
</style>