Shades of French Lilac #DCA5CE
Tints of French Lilac #DCA5CE
RGB
CMYK
RGB Variations
Color information
#DCA5CE (or 0xDCA5CE) is known color: French Lilac. HEX triplet: DC, A5 and CE. RGB value is (220,165,206). Sum of RGB (Red+Green+Blue) = 220+165+206=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5CE is #235A31. Grayscale: #BABABA. Windows color (decimal): -2316850 or 13542876. OLE color: 13542876.
HSL color Cylindrical-coordinate representation of color #DCA5CE: hue angle of 315.27º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA5CE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 206 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.14 |
| HSL | 315.27º | 0.44% | 0.75% | - |
| HSV(B) | 315.27º | 0.25% | 0.86% | - |
| XYZ | 54.11 | 46.58 | 64.53 | - |
| YUV | 186.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 206 | 0 | 0.25 | 0.06 | 0.14 | 315.27 | 0.44 | 0.75 |
| Hex | DC | A5 | CE | 0 | 19 | 6 | E | 13B | 2C | 4B |
| Octal | 334 | 245 | 316 | 0 | 31 | 6 | 16 | 473 | 54 | 113 |
| Binary | 11011100 | 10100101 | 11001110 | 0 | 11001 | 110 | 1110 | 100111011 | 101100 | 1001011 |
Color Harmonies of #DCA5CE
Complementary color
Monochromatic Colors of #DCA5CE
Black with #DCA5CE
Text Example
Text Example
White with #DCA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA5CE; }
p { color: rgb(220,165,206); }
H1.HeaderClassName
{
color: #DCA5CE;
}
.AnyTagClassName
{
color: #DCA5CE;
}
</style>
background-color css
<style>
a { background-color: #DCA5CE; }
a { background-color: rgb(220,165,206); }
div.DivClassName
{
background-color: #DCA5CE;
}
.BgClassName
{
background-color: #DCA5CE;
}
</style>
border-color css
<style>
span { border-color: #DCA5CE; }
span { border-color: rgb(220,165,206); }
td.TdClassName
{
border-color: #DCA5CE;
}
.TagClassName
{
border-color: #DCA5CE;
}
</style>