Shades of French Lilac #DCA9D2
Tints of French Lilac #DCA9D2
RGB
CMYK
RGB Variations
Color information
#DCA9D2 (or 0xDCA9D2) is known color: French Lilac. HEX triplet: DC, A9 and D2. RGB value is (220,169,210). Sum of RGB (Red+Green+Blue) = 220+169+210=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9D2 is #23562D. Grayscale: #BCBCBC. Windows color (decimal): -2315822 or 13806044. OLE color: 13806044.
HSL color Cylindrical-coordinate representation of color #DCA9D2: hue angle of 311.76º 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 #DCA9D2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 210 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.14 |
| HSL | 311.76º | 0.42% | 0.76% | - |
| HSV(B) | 311.76º | 0.23% | 0.86% | - |
| XYZ | 55.34 | 48.24 | 67.37 | - |
| YUV | 188.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 210 | 0 | 0.23 | 0.05 | 0.14 | 311.76 | 0.42 | 0.76 |
| Hex | DC | A9 | D2 | 0 | 17 | 5 | E | 138 | 2A | 4C |
| Octal | 334 | 251 | 322 | 0 | 27 | 5 | 16 | 470 | 52 | 114 |
| Binary | 11011100 | 10101001 | 11010010 | 0 | 10111 | 101 | 1110 | 100111000 | 101010 | 1001100 |
Color Harmonies of #DCA9D2
Complementary color
Monochromatic Colors of #DCA9D2
Black with #DCA9D2
Text Example
Text Example
White with #DCA9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA9D2; }
p { color: rgb(220,169,210); }
H1.HeaderClassName
{
color: #DCA9D2;
}
.AnyTagClassName
{
color: #DCA9D2;
}
</style>
background-color css
<style>
a { background-color: #DCA9D2; }
a { background-color: rgb(220,169,210); }
div.DivClassName
{
background-color: #DCA9D2;
}
.BgClassName
{
background-color: #DCA9D2;
}
</style>
border-color css
<style>
span { border-color: #DCA9D2; }
span { border-color: rgb(220,169,210); }
td.TdClassName
{
border-color: #DCA9D2;
}
.TagClassName
{
border-color: #DCA9D2;
}
</style>