Shades of French Lilac #DFBDD5
Tints of French Lilac #DFBDD5
RGB
CMYK
RGB Variations
Color information
#DFBDD5 (or 0xDFBDD5) is known color: French Lilac. HEX triplet: DF, BD and D5. RGB value is (223,189,213). Sum of RGB (Red+Green+Blue) = 223+189+213=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD5 is #20422A. Grayscale: #C9C9C9. Windows color (decimal): -2114091 or 14007775. OLE color: 14007775.
HSL color Cylindrical-coordinate representation of color #DFBDD5: hue angle of 317.65º 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 #DFBDD5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 213 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.13 |
| HSL | 317.65º | 0.35% | 0.81% | - |
| HSV(B) | 317.65º | 0.15% | 0.87% | - |
| XYZ | 60.64 | 56.89 | 70.74 | - |
| YUV | 201.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 213 | 0 | 0.15 | 0.04 | 0.13 | 317.65 | 0.35 | 0.81 |
| Hex | DF | BD | D5 | 0 | F | 4 | D | 13E | 23 | 51 |
| Octal | 337 | 275 | 325 | 0 | 17 | 4 | 15 | 476 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11010101 | 0 | 1111 | 100 | 1101 | 100111110 | 100011 | 1010001 |
Color Harmonies of #DFBDD5
Complementary color
Monochromatic Colors of #DFBDD5
Black with #DFBDD5
Text Example
Text Example
White with #DFBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDD5; }
p { color: rgb(223,189,213); }
H1.HeaderClassName
{
color: #DFBDD5;
}
.AnyTagClassName
{
color: #DFBDD5;
}
</style>
background-color css
<style>
a { background-color: #DFBDD5; }
a { background-color: rgb(223,189,213); }
div.DivClassName
{
background-color: #DFBDD5;
}
.BgClassName
{
background-color: #DFBDD5;
}
</style>
border-color css
<style>
span { border-color: #DFBDD5; }
span { border-color: rgb(223,189,213); }
td.TdClassName
{
border-color: #DFBDD5;
}
.TagClassName
{
border-color: #DFBDD5;
}
</style>