Shades of French Lilac #DFADD3
Tints of French Lilac #DFADD3
RGB
CMYK
RGB Variations
Color information
#DFADD3 (or 0xDFADD3) is known color: French Lilac. HEX triplet: DF, AD and D3. RGB value is (223,173,211). Sum of RGB (Red+Green+Blue) = 223+173+211=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADD3 is #20522C. Grayscale: #C0C0C0. Windows color (decimal): -2118189 or 13872607. OLE color: 13872607.
HSL color Cylindrical-coordinate representation of color #DFADD3: hue angle of 314.4º 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 #DFADD3 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 211 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.13 |
| HSL | 314.4º | 0.44% | 0.78% | - |
| HSV(B) | 314.4º | 0.22% | 0.87% | - |
| XYZ | 57.13 | 50.28 | 68.32 | - |
| YUV | 192.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 211 | 0 | 0.22 | 0.05 | 0.13 | 314.4 | 0.44 | 0.78 |
| Hex | DF | AD | D3 | 0 | 16 | 5 | D | 13A | 2C | 4E |
| Octal | 337 | 255 | 323 | 0 | 26 | 5 | 15 | 472 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11010011 | 0 | 10110 | 101 | 1101 | 100111010 | 101100 | 1001110 |
Color Harmonies of #DFADD3
Complementary color
Monochromatic Colors of #DFADD3
Black with #DFADD3
Text Example
Text Example
White with #DFADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADD3; }
p { color: rgb(223,173,211); }
H1.HeaderClassName
{
color: #DFADD3;
}
.AnyTagClassName
{
color: #DFADD3;
}
</style>
background-color css
<style>
a { background-color: #DFADD3; }
a { background-color: rgb(223,173,211); }
div.DivClassName
{
background-color: #DFADD3;
}
.BgClassName
{
background-color: #DFADD3;
}
</style>
border-color css
<style>
span { border-color: #DFADD3; }
span { border-color: rgb(223,173,211); }
td.TdClassName
{
border-color: #DFADD3;
}
.TagClassName
{
border-color: #DFADD3;
}
</style>