Shades of French Lilac #DFADD4
Tints of French Lilac #DFADD4
RGB
CMYK
RGB Variations
Color information
#DFADD4 (or 0xDFADD4) is known color: French Lilac. HEX triplet: DF, AD and D4. RGB value is (223,173,212). Sum of RGB (Red+Green+Blue) = 223+173+212=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADD4 is #20522B. Grayscale: #C0C0C0. Windows color (decimal): -2118188 or 13938143. OLE color: 13938143.
HSL color Cylindrical-coordinate representation of color #DFADD4: hue angle of 313.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 #DFADD4 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 212 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.13 |
| HSL | 313.2º | 0.44% | 0.78% | - |
| HSV(B) | 313.2º | 0.22% | 0.87% | - |
| XYZ | 57.26 | 50.33 | 68.98 | - |
| YUV | 192.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 212 | 0 | 0.22 | 0.05 | 0.13 | 313.2 | 0.44 | 0.78 |
| Hex | DF | AD | D4 | 0 | 16 | 5 | D | 139 | 2C | 4E |
| Octal | 337 | 255 | 324 | 0 | 26 | 5 | 15 | 471 | 54 | 116 |
| Binary | 11011111 | 10101101 | 11010100 | 0 | 10110 | 101 | 1101 | 100111001 | 101100 | 1001110 |
Color Harmonies of #DFADD4
Complementary color
Monochromatic Colors of #DFADD4
Black with #DFADD4
Text Example
Text Example
White with #DFADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADD4; }
p { color: rgb(223,173,212); }
H1.HeaderClassName
{
color: #DFADD4;
}
.AnyTagClassName
{
color: #DFADD4;
}
</style>
background-color css
<style>
a { background-color: #DFADD4; }
a { background-color: rgb(223,173,212); }
div.DivClassName
{
background-color: #DFADD4;
}
.BgClassName
{
background-color: #DFADD4;
}
</style>
border-color css
<style>
span { border-color: #DFADD4; }
span { border-color: rgb(223,173,212); }
td.TdClassName
{
border-color: #DFADD4;
}
.TagClassName
{
border-color: #DFADD4;
}
</style>