Shades of French Lilac #DFACDA
Tints of French Lilac #DFACDA
RGB
CMYK
RGB Variations
Color information
#DFACDA (or 0xDFACDA) is known color: French Lilac. HEX triplet: DF, AC and DA. RGB value is (223,172,218). Sum of RGB (Red+Green+Blue) = 223+172+218=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACDA is #205325. Grayscale: #C0C0C0. Windows color (decimal): -2118438 or 14331103. OLE color: 14331103.
HSL color Cylindrical-coordinate representation of color #DFACDA: hue angle of 305.88º 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 #DFACDA is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 172 | 218 | - |
CMYK | 0 | 0.23 | 0.02 | 0.13 |
HSL | 305.88º | 0.44% | 0.77% | - |
HSV(B) | 305.88º | 0.23% | 0.87% | - |
XYZ | 57.84 | 50.25 | 72.98 | - |
YUV | 192.49 | 142.4 | 149.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 218 | 0 | 0.23 | 0.02 | 0.13 | 305.88 | 0.44 | 0.77 |
Hex | DF | AC | DA | 0 | 17 | 2 | D | 132 | 2C | 4D |
Octal | 337 | 254 | 332 | 0 | 27 | 2 | 15 | 462 | 54 | 115 |
Binary | 11011111 | 10101100 | 11011010 | 0 | 10111 | 10 | 1101 | 100110010 | 101100 | 1001101 |
Color Harmonies of #DFACDA
Complementary color
Monochromatic Colors of #DFACDA
Black with #DFACDA
Text Example
Text Example
White with #DFACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACDA; }
p { color: rgb(223,172,218); }
H1.HeaderClassName
{
color: #DFACDA;
}
.AnyTagClassName
{
color: #DFACDA;
}
</style>
background-color css
<style>
a { background-color: #DFACDA; }
a { background-color: rgb(223,172,218); }
div.DivClassName
{
background-color: #DFACDA;
}
.BgClassName
{
background-color: #DFACDA;
}
</style>
border-color css
<style>
span { border-color: #DFACDA; }
span { border-color: rgb(223,172,218); }
td.TdClassName
{
border-color: #DFACDA;
}
.TagClassName
{
border-color: #DFACDA;
}
</style>