Shades of French Lilac #DFABD3
Tints of French Lilac #DFABD3
RGB
CMYK
RGB Variations
Color information
#DFABD3 (or 0xDFABD3) is known color: French Lilac. HEX triplet: DF, AB and D3. RGB value is (223,171,211). Sum of RGB (Red+Green+Blue) = 223+171+211=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABD3 is #20542C. Grayscale: #BFBFBF. Windows color (decimal): -2118701 or 13872095. OLE color: 13872095.
HSL color Cylindrical-coordinate representation of color #DFABD3: hue angle of 313.85º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABD3 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 211 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.13 |
| HSL | 313.85º | 0.45% | 0.77% | - |
| HSV(B) | 313.85º | 0.23% | 0.87% | - |
| XYZ | 56.75 | 49.52 | 68.19 | - |
| YUV | 191.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 211 | 0 | 0.23 | 0.05 | 0.13 | 313.85 | 0.45 | 0.77 |
| Hex | DF | AB | D3 | 0 | 17 | 5 | D | 13A | 2D | 4D |
| Octal | 337 | 253 | 323 | 0 | 27 | 5 | 15 | 472 | 55 | 115 |
| Binary | 11011111 | 10101011 | 11010011 | 0 | 10111 | 101 | 1101 | 100111010 | 101101 | 1001101 |
Color Harmonies of #DFABD3
Complementary color
Monochromatic Colors of #DFABD3
Black with #DFABD3
Text Example
Text Example
White with #DFABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABD3; }
p { color: rgb(223,171,211); }
H1.HeaderClassName
{
color: #DFABD3;
}
.AnyTagClassName
{
color: #DFABD3;
}
</style>
background-color css
<style>
a { background-color: #DFABD3; }
a { background-color: rgb(223,171,211); }
div.DivClassName
{
background-color: #DFABD3;
}
.BgClassName
{
background-color: #DFABD3;
}
</style>
border-color css
<style>
span { border-color: #DFABD3; }
span { border-color: rgb(223,171,211); }
td.TdClassName
{
border-color: #DFABD3;
}
.TagClassName
{
border-color: #DFABD3;
}
</style>