Shades of French Lilac #DCA8D4
Tints of French Lilac #DCA8D4
RGB
CMYK
RGB Variations
Color information
#DCA8D4 (or 0xDCA8D4) is known color: French Lilac. HEX triplet: DC, A8 and D4. RGB value is (220,168,212). Sum of RGB (Red+Green+Blue) = 220+168+212=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8D4 is #23572B. Grayscale: #BCBCBC. Windows color (decimal): -2316076 or 13936860. OLE color: 13936860.
HSL color Cylindrical-coordinate representation of color #DCA8D4: hue angle of 309.23º 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 #DCA8D4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 212 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.14 |
| HSL | 309.23º | 0.43% | 0.76% | - |
| HSV(B) | 309.23º | 0.24% | 0.86% | - |
| XYZ | 55.4 | 47.97 | 68.63 | - |
| YUV | 188.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 212 | 0 | 0.24 | 0.04 | 0.14 | 309.23 | 0.43 | 0.76 |
| Hex | DC | A8 | D4 | 0 | 18 | 4 | E | 135 | 2B | 4C |
| Octal | 334 | 250 | 324 | 0 | 30 | 4 | 16 | 465 | 53 | 114 |
| Binary | 11011100 | 10101000 | 11010100 | 0 | 11000 | 100 | 1110 | 100110101 | 101011 | 1001100 |
Color Harmonies of #DCA8D4
Complementary color
Monochromatic Colors of #DCA8D4
Black with #DCA8D4
Text Example
Text Example
White with #DCA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8D4; }
p { color: rgb(220,168,212); }
H1.HeaderClassName
{
color: #DCA8D4;
}
.AnyTagClassName
{
color: #DCA8D4;
}
</style>
background-color css
<style>
a { background-color: #DCA8D4; }
a { background-color: rgb(220,168,212); }
div.DivClassName
{
background-color: #DCA8D4;
}
.BgClassName
{
background-color: #DCA8D4;
}
</style>
border-color css
<style>
span { border-color: #DCA8D4; }
span { border-color: rgb(220,168,212); }
td.TdClassName
{
border-color: #DCA8D4;
}
.TagClassName
{
border-color: #DCA8D4;
}
</style>