Shades of French Lilac #DFADD9
Tints of French Lilac #DFADD9
RGB
CMYK
RGB Variations
Color information
#DFADD9 (or 0xDFADD9) is known color: French Lilac. HEX triplet: DF, AD and D9. RGB value is (223,173,217). Sum of RGB (Red+Green+Blue) = 223+173+217=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADD9 is #205226. Grayscale: #C0C0C0. Windows color (decimal): -2118183 or 14265823. OLE color: 14265823.
HSL color Cylindrical-coordinate representation of color #DFADD9: hue angle of 307.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADD9 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 217 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.13 |
| HSL | 307.2º | 0.44% | 0.78% | - |
| HSV(B) | 307.2º | 0.22% | 0.87% | - |
| XYZ | 57.9 | 50.58 | 72.36 | - |
| YUV | 192.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 217 | 0 | 0.22 | 0.03 | 0.13 | 307.2 | 0.44 | 0.78 |
| Hex | DF | AD | D9 | 0 | 16 | 3 | D | 133 | 2C | 4E |
| Octal | 337 | 255 | 331 | 0 | 26 | 3 | 15 | 463 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11011001 | 0 | 10110 | 11 | 1101 | 100110011 | 101100 | 1001110 |
Color Harmonies of #DFADD9
Complementary color
Monochromatic Colors of #DFADD9
Black with #DFADD9
Text Example
Text Example
White with #DFADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADD9; }
p { color: rgb(223,173,217); }
H1.HeaderClassName
{
color: #DFADD9;
}
.AnyTagClassName
{
color: #DFADD9;
}
</style>
background-color css
<style>
a { background-color: #DFADD9; }
a { background-color: rgb(223,173,217); }
div.DivClassName
{
background-color: #DFADD9;
}
.BgClassName
{
background-color: #DFADD9;
}
</style>
border-color css
<style>
span { border-color: #DFADD9; }
span { border-color: rgb(223,173,217); }
td.TdClassName
{
border-color: #DFADD9;
}
.TagClassName
{
border-color: #DFADD9;
}
</style>