Shades of French Lilac #DFBDD9
Tints of French Lilac #DFBDD9
RGB
CMYK
RGB Variations
Color information
#DFBDD9 (or 0xDFBDD9) is known color: French Lilac. HEX triplet: DF, BD and D9. RGB value is (223,189,217). Sum of RGB (Red+Green+Blue) = 223+189+217=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD9 is #204226. Grayscale: #CACACA. Windows color (decimal): -2114087 or 14269919. OLE color: 14269919.
HSL color Cylindrical-coordinate representation of color #DFBDD9: hue angle of 310.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDD9 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 217 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.13 |
| HSL | 310.59º | 0.35% | 0.81% | - |
| HSV(B) | 310.59º | 0.15% | 0.87% | - |
| XYZ | 61.15 | 57.09 | 73.44 | - |
| YUV | 202.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 217 | 0 | 0.15 | 0.03 | 0.13 | 310.59 | 0.35 | 0.81 |
| Hex | DF | BD | D9 | 0 | F | 3 | D | 137 | 23 | 51 |
| Octal | 337 | 275 | 331 | 0 | 17 | 3 | 15 | 467 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11011001 | 0 | 1111 | 11 | 1101 | 100110111 | 100011 | 1010001 |
Color Harmonies of #DFBDD9
Complementary color
Monochromatic Colors of #DFBDD9
Black with #DFBDD9
Text Example
Text Example
White with #DFBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDD9; }
p { color: rgb(223,189,217); }
H1.HeaderClassName
{
color: #DFBDD9;
}
.AnyTagClassName
{
color: #DFBDD9;
}
</style>
background-color css
<style>
a { background-color: #DFBDD9; }
a { background-color: rgb(223,189,217); }
div.DivClassName
{
background-color: #DFBDD9;
}
.BgClassName
{
background-color: #DFBDD9;
}
</style>
border-color css
<style>
span { border-color: #DFBDD9; }
span { border-color: rgb(223,189,217); }
td.TdClassName
{
border-color: #DFBDD9;
}
.TagClassName
{
border-color: #DFBDD9;
}
</style>