Shades of French Lilac #DFA4D2
Tints of French Lilac #DFA4D2
RGB
CMYK
RGB Variations
Color information
#DFA4D2 (or 0xDFA4D2) is known color: French Lilac. HEX triplet: DF, A4 and D2. RGB value is (223,164,210). Sum of RGB (Red+Green+Blue) = 223+164+210=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4D2 is #205B2D. Grayscale: #BABABA. Windows color (decimal): -2120494 or 13804767. OLE color: 13804767.
HSL color Cylindrical-coordinate representation of color #DFA4D2: hue angle of 313.22º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA4D2 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 210 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.13 |
| HSL | 313.22º | 0.48% | 0.76% | - |
| HSV(B) | 313.22º | 0.26% | 0.87% | - |
| XYZ | 55.34 | 46.89 | 67.11 | - |
| YUV | 186.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 210 | 0 | 0.26 | 0.06 | 0.13 | 313.22 | 0.48 | 0.76 |
| Hex | DF | A4 | D2 | 0 | 1A | 6 | D | 139 | 30 | 4C |
| Octal | 337 | 244 | 322 | 0 | 32 | 6 | 15 | 471 | 60 | 114 |
| Binary | 11011111 | 10100100 | 11010010 | 0 | 11010 | 110 | 1101 | 100111001 | 110000 | 1001100 |
Color Harmonies of #DFA4D2
Complementary color
Monochromatic Colors of #DFA4D2
Black with #DFA4D2
Text Example
Text Example
White with #DFA4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA4D2; }
p { color: rgb(223,164,210); }
H1.HeaderClassName
{
color: #DFA4D2;
}
.AnyTagClassName
{
color: #DFA4D2;
}
</style>
background-color css
<style>
a { background-color: #DFA4D2; }
a { background-color: rgb(223,164,210); }
div.DivClassName
{
background-color: #DFA4D2;
}
.BgClassName
{
background-color: #DFA4D2;
}
</style>
border-color css
<style>
span { border-color: #DFA4D2; }
span { border-color: rgb(223,164,210); }
td.TdClassName
{
border-color: #DFA4D2;
}
.TagClassName
{
border-color: #DFA4D2;
}
</style>