Shades of French Lilac #DFADD0
Tints of French Lilac #DFADD0
RGB
CMYK
RGB Variations
Color information
#DFADD0 (or 0xDFADD0) is known color: French Lilac. HEX triplet: DF, AD and D0. RGB value is (223,173,208). Sum of RGB (Red+Green+Blue) = 223+173+208=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADD0 is #20522F. Grayscale: #BFBFBF. Windows color (decimal): -2118192 or 13675999. OLE color: 13675999.
HSL color Cylindrical-coordinate representation of color #DFADD0: hue angle of 318º 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 #DFADD0 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 208 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.13 |
| HSL | 318º | 0.44% | 0.78% | - |
| HSV(B) | 318º | 0.22% | 0.87% | - |
| XYZ | 56.76 | 50.13 | 66.36 | - |
| YUV | 191.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 208 | 0 | 0.22 | 0.07 | 0.13 | 318 | 0.44 | 0.78 |
| Hex | DF | AD | D0 | 0 | 16 | 7 | D | 13E | 2C | 4E |
| Octal | 337 | 255 | 320 | 0 | 26 | 7 | 15 | 476 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11010000 | 0 | 10110 | 111 | 1101 | 100111110 | 101100 | 1001110 |
Color Harmonies of #DFADD0
Complementary color
Monochromatic Colors of #DFADD0
Black with #DFADD0
Text Example
Text Example
White with #DFADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADD0; }
p { color: rgb(223,173,208); }
H1.HeaderClassName
{
color: #DFADD0;
}
.AnyTagClassName
{
color: #DFADD0;
}
</style>
background-color css
<style>
a { background-color: #DFADD0; }
a { background-color: rgb(223,173,208); }
div.DivClassName
{
background-color: #DFADD0;
}
.BgClassName
{
background-color: #DFADD0;
}
</style>
border-color css
<style>
span { border-color: #DFADD0; }
span { border-color: rgb(223,173,208); }
td.TdClassName
{
border-color: #DFADD0;
}
.TagClassName
{
border-color: #DFADD0;
}
</style>