Shades of French Lilac #DCA7D1
Tints of French Lilac #DCA7D1
RGB
CMYK
RGB Variations
Color information
#DCA7D1 (or 0xDCA7D1) is known color: French Lilac. HEX triplet: DC, A7 and D1. RGB value is (220,167,209). Sum of RGB (Red+Green+Blue) = 220+167+209=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7D1 is #23582E. Grayscale: #BBBBBB. Windows color (decimal): -2316335 or 13739996. OLE color: 13739996.
HSL color Cylindrical-coordinate representation of color #DCA7D1: hue angle of 312.45º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA7D1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 209 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.14 |
| HSL | 312.45º | 0.43% | 0.76% | - |
| HSV(B) | 312.45º | 0.24% | 0.86% | - |
| XYZ | 54.84 | 47.46 | 66.59 | - |
| YUV | 187.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 209 | 0 | 0.24 | 0.05 | 0.14 | 312.45 | 0.43 | 0.76 |
| Hex | DC | A7 | D1 | 0 | 18 | 5 | E | 138 | 2B | 4C |
| Octal | 334 | 247 | 321 | 0 | 30 | 5 | 16 | 470 | 53 | 114 |
| Binary | 11011100 | 10100111 | 11010001 | 0 | 11000 | 101 | 1110 | 100111000 | 101011 | 1001100 |
Color Harmonies of #DCA7D1
Complementary color
Monochromatic Colors of #DCA7D1
Black with #DCA7D1
Text Example
Text Example
White with #DCA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA7D1; }
p { color: rgb(220,167,209); }
H1.HeaderClassName
{
color: #DCA7D1;
}
.AnyTagClassName
{
color: #DCA7D1;
}
</style>
background-color css
<style>
a { background-color: #DCA7D1; }
a { background-color: rgb(220,167,209); }
div.DivClassName
{
background-color: #DCA7D1;
}
.BgClassName
{
background-color: #DCA7D1;
}
</style>
border-color css
<style>
span { border-color: #DCA7D1; }
span { border-color: rgb(220,167,209); }
td.TdClassName
{
border-color: #DCA7D1;
}
.TagClassName
{
border-color: #DCA7D1;
}
</style>