Shades of French Lilac #DFBAD7
Tints of French Lilac #DFBAD7
RGB
CMYK
RGB Variations
Color information
#DFBAD7 (or 0xDFBAD7) is known color: French Lilac. HEX triplet: DF, BA and D7. RGB value is (223,186,215). Sum of RGB (Red+Green+Blue) = 223+186+215=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAD7 is #204528. Grayscale: #C8C8C8. Windows color (decimal): -2114857 or 14138079. OLE color: 14138079.
HSL color Cylindrical-coordinate representation of color #DFBAD7: hue angle of 312.97º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBAD7 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 186 | 215 | - |
CMYK | 0 | 0.17 | 0.04 | 0.13 |
HSL | 312.97º | 0.37% | 0.8% | - |
HSV(B) | 312.97º | 0.17% | 0.87% | - |
XYZ | 60.26 | 55.71 | 71.87 | - |
YUV | 200.37 | 136.26 | 144.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 186 | 215 | 0 | 0.17 | 0.04 | 0.13 | 312.97 | 0.37 | 0.8 |
Hex | DF | BA | D7 | 0 | 11 | 4 | D | 139 | 25 | 50 |
Octal | 337 | 272 | 327 | 0 | 21 | 4 | 15 | 471 | 45 | 120 |
Binary | 11011111 | 10111010 | 11010111 | 0 | 10001 | 100 | 1101 | 100111001 | 100101 | 1010000 |
Color Harmonies of #DFBAD7
Complementary color
Monochromatic Colors of #DFBAD7
Black with #DFBAD7
Text Example
Text Example
White with #DFBAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAD7; }
p { color: rgb(223,186,215); }
H1.HeaderClassName
{
color: #DFBAD7;
}
.AnyTagClassName
{
color: #DFBAD7;
}
</style>
background-color css
<style>
a { background-color: #DFBAD7; }
a { background-color: rgb(223,186,215); }
div.DivClassName
{
background-color: #DFBAD7;
}
.BgClassName
{
background-color: #DFBAD7;
}
</style>
border-color css
<style>
span { border-color: #DFBAD7; }
span { border-color: rgb(223,186,215); }
td.TdClassName
{
border-color: #DFBAD7;
}
.TagClassName
{
border-color: #DFBAD7;
}
</style>