Shades of French Lilac #DFADD2
Tints of French Lilac #DFADD2
RGB
CMYK
RGB Variations
Color information
#DFADD2 (or 0xDFADD2) is known color: French Lilac. HEX triplet: DF, AD and D2. RGB value is (223,173,210). Sum of RGB (Red+Green+Blue) = 223+173+210=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADD2 is #20522D. Grayscale: #C0C0C0. Windows color (decimal): -2118190 or 13807071. OLE color: 13807071.
HSL color Cylindrical-coordinate representation of color #DFADD2: hue angle of 315.6º 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 #DFADD2 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 210 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.13 |
| HSL | 315.6º | 0.44% | 0.78% | - |
| HSV(B) | 315.6º | 0.22% | 0.87% | - |
| XYZ | 57.01 | 50.23 | 67.66 | - |
| YUV | 192.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 210 | 0 | 0.22 | 0.06 | 0.13 | 315.6 | 0.44 | 0.78 |
| Hex | DF | AD | D2 | 0 | 16 | 6 | D | 13C | 2C | 4E |
| Octal | 337 | 255 | 322 | 0 | 26 | 6 | 15 | 474 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11010010 | 0 | 10110 | 110 | 1101 | 100111100 | 101100 | 1001110 |
Color Harmonies of #DFADD2
Complementary color
Monochromatic Colors of #DFADD2
Black with #DFADD2
Text Example
Text Example
White with #DFADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADD2; }
p { color: rgb(223,173,210); }
H1.HeaderClassName
{
color: #DFADD2;
}
.AnyTagClassName
{
color: #DFADD2;
}
</style>
background-color css
<style>
a { background-color: #DFADD2; }
a { background-color: rgb(223,173,210); }
div.DivClassName
{
background-color: #DFADD2;
}
.BgClassName
{
background-color: #DFADD2;
}
</style>
border-color css
<style>
span { border-color: #DFADD2; }
span { border-color: rgb(223,173,210); }
td.TdClassName
{
border-color: #DFADD2;
}
.TagClassName
{
border-color: #DFADD2;
}
</style>