Shades of French Lilac #DFACD8
Tints of French Lilac #DFACD8
RGB
CMYK
RGB Variations
Color information
#DFACD8 (or 0xDFACD8) is known color: French Lilac. HEX triplet: DF, AC and D8. RGB value is (223,172,216). Sum of RGB (Red+Green+Blue) = 223+172+216=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACD8 is #205327. Grayscale: #C0C0C0. Windows color (decimal): -2118440 or 14200031. OLE color: 14200031.
HSL color Cylindrical-coordinate representation of color #DFACD8: hue angle of 308.24º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACD8 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 216 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.13 |
| HSL | 308.24º | 0.44% | 0.77% | - |
| HSV(B) | 308.24º | 0.23% | 0.87% | - |
| XYZ | 57.58 | 50.15 | 71.61 | - |
| YUV | 192.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 216 | 0 | 0.23 | 0.03 | 0.13 | 308.24 | 0.44 | 0.77 |
| Hex | DF | AC | D8 | 0 | 17 | 3 | D | 134 | 2C | 4D |
| Octal | 337 | 254 | 330 | 0 | 27 | 3 | 15 | 464 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11011000 | 0 | 10111 | 11 | 1101 | 100110100 | 101100 | 1001101 |
Color Harmonies of #DFACD8
Complementary color
Monochromatic Colors of #DFACD8
Black with #DFACD8
Text Example
Text Example
White with #DFACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACD8; }
p { color: rgb(223,172,216); }
H1.HeaderClassName
{
color: #DFACD8;
}
.AnyTagClassName
{
color: #DFACD8;
}
</style>
background-color css
<style>
a { background-color: #DFACD8; }
a { background-color: rgb(223,172,216); }
div.DivClassName
{
background-color: #DFACD8;
}
.BgClassName
{
background-color: #DFACD8;
}
</style>
border-color css
<style>
span { border-color: #DFACD8; }
span { border-color: rgb(223,172,216); }
td.TdClassName
{
border-color: #DFACD8;
}
.TagClassName
{
border-color: #DFACD8;
}
</style>