Shades of French Lilac #DCA6CE
Tints of French Lilac #DCA6CE
RGB
CMYK
RGB Variations
Color information
#DCA6CE (or 0xDCA6CE) is known color: French Lilac. HEX triplet: DC, A6 and CE. RGB value is (220,166,206). Sum of RGB (Red+Green+Blue) = 220+166+206=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6CE is #235931. Grayscale: #BABABA. Windows color (decimal): -2316594 or 13543132. OLE color: 13543132.
HSL color Cylindrical-coordinate representation of color #DCA6CE: hue angle of 315.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA6CE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 206 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.14 |
| HSL | 315.56º | 0.44% | 0.76% | - |
| HSV(B) | 315.56º | 0.25% | 0.86% | - |
| XYZ | 54.29 | 46.94 | 64.59 | - |
| YUV | 186.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 206 | 0 | 0.25 | 0.06 | 0.14 | 315.56 | 0.44 | 0.76 |
| Hex | DC | A6 | CE | 0 | 19 | 6 | E | 13C | 2C | 4C |
| Octal | 334 | 246 | 316 | 0 | 31 | 6 | 16 | 474 | 54 | 114 |
| Binary | 11011100 | 10100110 | 11001110 | 0 | 11001 | 110 | 1110 | 100111100 | 101100 | 1001100 |
Color Harmonies of #DCA6CE
Complementary color
Monochromatic Colors of #DCA6CE
Black with #DCA6CE
Text Example
Text Example
White with #DCA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA6CE; }
p { color: rgb(220,166,206); }
H1.HeaderClassName
{
color: #DCA6CE;
}
.AnyTagClassName
{
color: #DCA6CE;
}
</style>
background-color css
<style>
a { background-color: #DCA6CE; }
a { background-color: rgb(220,166,206); }
div.DivClassName
{
background-color: #DCA6CE;
}
.BgClassName
{
background-color: #DCA6CE;
}
</style>
border-color css
<style>
span { border-color: #DCA6CE; }
span { border-color: rgb(220,166,206); }
td.TdClassName
{
border-color: #DCA6CE;
}
.TagClassName
{
border-color: #DCA6CE;
}
</style>