Shades of French Lilac #DCA5D0
Tints of French Lilac #DCA5D0
RGB
CMYK
RGB Variations
Color information
#DCA5D0 (or 0xDCA5D0) is known color: French Lilac. HEX triplet: DC, A5 and D0. RGB value is (220,165,208). Sum of RGB (Red+Green+Blue) = 220+165+208=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5D0 is #235A2F. Grayscale: #BABABA. Windows color (decimal): -2316848 or 13673948. OLE color: 13673948.
HSL color Cylindrical-coordinate representation of color #DCA5D0: hue angle of 313.09º 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 #DCA5D0 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 208 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.14 |
| HSL | 313.09º | 0.44% | 0.75% | - |
| HSV(B) | 313.09º | 0.25% | 0.86% | - |
| XYZ | 54.36 | 46.68 | 65.82 | - |
| YUV | 186.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 208 | 0 | 0.25 | 0.05 | 0.14 | 313.09 | 0.44 | 0.75 |
| Hex | DC | A5 | D0 | 0 | 19 | 5 | E | 139 | 2C | 4B |
| Octal | 334 | 245 | 320 | 0 | 31 | 5 | 16 | 471 | 54 | 113 |
| Binary | 11011100 | 10100101 | 11010000 | 0 | 11001 | 101 | 1110 | 100111001 | 101100 | 1001011 |
Color Harmonies of #DCA5D0
Complementary color
Monochromatic Colors of #DCA5D0
Black with #DCA5D0
Text Example
Text Example
White with #DCA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA5D0; }
p { color: rgb(220,165,208); }
H1.HeaderClassName
{
color: #DCA5D0;
}
.AnyTagClassName
{
color: #DCA5D0;
}
</style>
background-color css
<style>
a { background-color: #DCA5D0; }
a { background-color: rgb(220,165,208); }
div.DivClassName
{
background-color: #DCA5D0;
}
.BgClassName
{
background-color: #DCA5D0;
}
</style>
border-color css
<style>
span { border-color: #DCA5D0; }
span { border-color: rgb(220,165,208); }
td.TdClassName
{
border-color: #DCA5D0;
}
.TagClassName
{
border-color: #DCA5D0;
}
</style>