Shades of French Lilac #DCA8D5
Tints of French Lilac #DCA8D5
RGB
CMYK
RGB Variations
Color information
#DCA8D5 (or 0xDCA8D5) is known color: French Lilac. HEX triplet: DC, A8 and D5. RGB value is (220,168,213). Sum of RGB (Red+Green+Blue) = 220+168+213=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8D5 is #23572A. Grayscale: #BCBCBC. Windows color (decimal): -2316075 or 14002396. OLE color: 14002396.
HSL color Cylindrical-coordinate representation of color #DCA8D5: hue angle of 308.08º 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 #DCA8D5 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 213 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.14 |
| HSL | 308.08º | 0.43% | 0.76% | - |
| HSV(B) | 308.08º | 0.24% | 0.86% | - |
| XYZ | 55.53 | 48.03 | 69.29 | - |
| YUV | 188.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 213 | 0 | 0.24 | 0.03 | 0.14 | 308.08 | 0.43 | 0.76 |
| Hex | DC | A8 | D5 | 0 | 18 | 3 | E | 134 | 2B | 4C |
| Octal | 334 | 250 | 325 | 0 | 30 | 3 | 16 | 464 | 53 | 114 |
| Binary | 11011100 | 10101000 | 11010101 | 0 | 11000 | 11 | 1110 | 100110100 | 101011 | 1001100 |
Color Harmonies of #DCA8D5
Complementary color
Monochromatic Colors of #DCA8D5
Black with #DCA8D5
Text Example
Text Example
White with #DCA8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8D5; }
p { color: rgb(220,168,213); }
H1.HeaderClassName
{
color: #DCA8D5;
}
.AnyTagClassName
{
color: #DCA8D5;
}
</style>
background-color css
<style>
a { background-color: #DCA8D5; }
a { background-color: rgb(220,168,213); }
div.DivClassName
{
background-color: #DCA8D5;
}
.BgClassName
{
background-color: #DCA8D5;
}
</style>
border-color css
<style>
span { border-color: #DCA8D5; }
span { border-color: rgb(220,168,213); }
td.TdClassName
{
border-color: #DCA8D5;
}
.TagClassName
{
border-color: #DCA8D5;
}
</style>