Shades of French Lilac #DFB5D7
Tints of French Lilac #DFB5D7
RGB
CMYK
RGB Variations
Color information
#DFB5D7 (or 0xDFB5D7) is known color: French Lilac. HEX triplet: DF, B5 and D7. RGB value is (223,181,215). Sum of RGB (Red+Green+Blue) = 223+181+215=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D7 is #204A28. Grayscale: #C5C5C5. Windows color (decimal): -2116137 or 14136799. OLE color: 14136799.
HSL color Cylindrical-coordinate representation of color #DFB5D7: hue angle of 311.43º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5D7 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 215 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.13 |
| HSL | 311.43º | 0.4% | 0.79% | - |
| HSV(B) | 311.43º | 0.19% | 0.87% | - |
| XYZ | 59.22 | 53.64 | 71.52 | - |
| YUV | 197.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 215 | 0 | 0.19 | 0.04 | 0.13 | 311.43 | 0.4 | 0.79 |
| Hex | DF | B5 | D7 | 0 | 13 | 4 | D | 137 | 28 | 4F |
| Octal | 337 | 265 | 327 | 0 | 23 | 4 | 15 | 467 | 50 | 117 |
| Binary | 11011111 | 10110101 | 11010111 | 0 | 10011 | 100 | 1101 | 100110111 | 101000 | 1001111 |
Color Harmonies of #DFB5D7
Complementary color
Monochromatic Colors of #DFB5D7
Black with #DFB5D7
Text Example
Text Example
White with #DFB5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5D7; }
p { color: rgb(223,181,215); }
H1.HeaderClassName
{
color: #DFB5D7;
}
.AnyTagClassName
{
color: #DFB5D7;
}
</style>
background-color css
<style>
a { background-color: #DFB5D7; }
a { background-color: rgb(223,181,215); }
div.DivClassName
{
background-color: #DFB5D7;
}
.BgClassName
{
background-color: #DFB5D7;
}
</style>
border-color css
<style>
span { border-color: #DFB5D7; }
span { border-color: rgb(223,181,215); }
td.TdClassName
{
border-color: #DFB5D7;
}
.TagClassName
{
border-color: #DFB5D7;
}
</style>