Shades of French Lilac #DFACD0
Tints of French Lilac #DFACD0
RGB
CMYK
RGB Variations
Color information
#DFACD0 (or 0xDFACD0) is known color: French Lilac. HEX triplet: DF, AC and D0. RGB value is (223,172,208). Sum of RGB (Red+Green+Blue) = 223+172+208=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACD0 is #20532F. Grayscale: #BFBFBF. Windows color (decimal): -2118448 or 13675743. OLE color: 13675743.
HSL color Cylindrical-coordinate representation of color #DFACD0: hue angle of 317.65º 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 #DFACD0 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 208 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.13 |
| HSL | 317.65º | 0.44% | 0.77% | - |
| HSV(B) | 317.65º | 0.23% | 0.87% | - |
| XYZ | 56.57 | 49.75 | 66.3 | - |
| YUV | 191.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 208 | 0 | 0.23 | 0.07 | 0.13 | 317.65 | 0.44 | 0.77 |
| Hex | DF | AC | D0 | 0 | 17 | 7 | D | 13E | 2C | 4D |
| Octal | 337 | 254 | 320 | 0 | 27 | 7 | 15 | 476 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11010000 | 0 | 10111 | 111 | 1101 | 100111110 | 101100 | 1001101 |
Color Harmonies of #DFACD0
Complementary color
Monochromatic Colors of #DFACD0
Black with #DFACD0
Text Example
Text Example
White with #DFACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACD0; }
p { color: rgb(223,172,208); }
H1.HeaderClassName
{
color: #DFACD0;
}
.AnyTagClassName
{
color: #DFACD0;
}
</style>
background-color css
<style>
a { background-color: #DFACD0; }
a { background-color: rgb(223,172,208); }
div.DivClassName
{
background-color: #DFACD0;
}
.BgClassName
{
background-color: #DFACD0;
}
</style>
border-color css
<style>
span { border-color: #DFACD0; }
span { border-color: rgb(223,172,208); }
td.TdClassName
{
border-color: #DFACD0;
}
.TagClassName
{
border-color: #DFACD0;
}
</style>