Shades of French Lilac #DFB5D9
Tints of French Lilac #DFB5D9
RGB
CMYK
RGB Variations
Color information
#DFB5D9 (or 0xDFB5D9) is known color: French Lilac. HEX triplet: DF, B5 and D9. RGB value is (223,181,217). Sum of RGB (Red+Green+Blue) = 223+181+217=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D9 is #204A26. Grayscale: #C5C5C5. Windows color (decimal): -2116135 or 14267871. OLE color: 14267871.
HSL color Cylindrical-coordinate representation of color #DFB5D9: hue angle of 308.57º 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 #DFB5D9 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 217 | - |
CMYK | 0 | 0.19 | 0.03 | 0.13 |
HSL | 308.57º | 0.4% | 0.79% | - |
HSV(B) | 308.57º | 0.19% | 0.87% | - |
XYZ | 59.48 | 53.75 | 72.88 | - |
YUV | 197.66 | 138.91 | 146.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 217 | 0 | 0.19 | 0.03 | 0.13 | 308.57 | 0.4 | 0.79 |
Hex | DF | B5 | D9 | 0 | 13 | 3 | D | 135 | 28 | 4F |
Octal | 337 | 265 | 331 | 0 | 23 | 3 | 15 | 465 | 50 | 117 |
Binary | 11011111 | 10110101 | 11011001 | 0 | 10011 | 11 | 1101 | 100110101 | 101000 | 1001111 |
Color Harmonies of #DFB5D9
Complementary color
Monochromatic Colors of #DFB5D9
Black with #DFB5D9
Text Example
Text Example
White with #DFB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5D9; }
p { color: rgb(223,181,217); }
H1.HeaderClassName
{
color: #DFB5D9;
}
.AnyTagClassName
{
color: #DFB5D9;
}
</style>
background-color css
<style>
a { background-color: #DFB5D9; }
a { background-color: rgb(223,181,217); }
div.DivClassName
{
background-color: #DFB5D9;
}
.BgClassName
{
background-color: #DFB5D9;
}
</style>
border-color css
<style>
span { border-color: #DFB5D9; }
span { border-color: rgb(223,181,217); }
td.TdClassName
{
border-color: #DFB5D9;
}
.TagClassName
{
border-color: #DFB5D9;
}
</style>