Shades of French Lilac #DFACDC
Tints of French Lilac #DFACDC
RGB
CMYK
RGB Variations
Color information
#DFACDC (or 0xDFACDC) is known color: French Lilac. HEX triplet: DF, AC and DC. RGB value is (223,172,220). Sum of RGB (Red+Green+Blue) = 223+172+220=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDC is #205323. Grayscale: #C0C0C0. Windows color (decimal): -2118436 or 14462175. OLE color: 14462175.
HSL color Cylindrical-coordinate representation of color #DFACDC: hue angle of 303.53º 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 #DFACDC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 220 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.13 |
| HSL | 303.53º | 0.44% | 0.77% | - |
| HSV(B) | 303.53º | 0.23% | 0.87% | - |
| XYZ | 58.1 | 50.36 | 74.37 | - |
| YUV | 192.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 220 | 0 | 0.23 | 0.01 | 0.13 | 303.53 | 0.44 | 0.77 |
| Hex | DF | AC | DC | 0 | 17 | 1 | D | 130 | 2C | 4D |
| Octal | 337 | 254 | 334 | 0 | 27 | 1 | 15 | 460 | 54 | 115 |
| Binary | 11011111 | 10101100 | 11011100 | 0 | 10111 | 1 | 1101 | 100110000 | 101100 | 1001101 |
Color Harmonies of #DFACDC
Complementary color
Monochromatic Colors of #DFACDC
Black with #DFACDC
Text Example
Text Example
White with #DFACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACDC; }
p { color: rgb(223,172,220); }
H1.HeaderClassName
{
color: #DFACDC;
}
.AnyTagClassName
{
color: #DFACDC;
}
</style>
background-color css
<style>
a { background-color: #DFACDC; }
a { background-color: rgb(223,172,220); }
div.DivClassName
{
background-color: #DFACDC;
}
.BgClassName
{
background-color: #DFACDC;
}
</style>
border-color css
<style>
span { border-color: #DFACDC; }
span { border-color: rgb(223,172,220); }
td.TdClassName
{
border-color: #DFACDC;
}
.TagClassName
{
border-color: #DFACDC;
}
</style>