Shades of French Lilac #DFC0DB
Tints of French Lilac #DFC0DB
RGB
CMYK
RGB Variations
Color information
#DFC0DB (or 0xDFC0DB) is known color: French Lilac. HEX triplet: DF, C0 and DB. RGB value is (223,192,219). Sum of RGB (Red+Green+Blue) = 223+192+219=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0DB is #203F24. Grayscale: #CCCCCC. Windows color (decimal): -2113317 or 14401759. OLE color: 14401759.
HSL color Cylindrical-coordinate representation of color #DFC0DB: hue angle of 307.74º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0DB is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 219 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.13 |
| HSL | 307.74º | 0.33% | 0.81% | - |
| HSV(B) | 307.74º | 0.14% | 0.87% | - |
| XYZ | 62.07 | 58.5 | 75.04 | - |
| YUV | 204.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 219 | 0 | 0.14 | 0.02 | 0.13 | 307.74 | 0.33 | 0.81 |
| Hex | DF | C0 | DB | 0 | E | 2 | D | 134 | 21 | 51 |
| Octal | 337 | 300 | 333 | 0 | 16 | 2 | 15 | 464 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11011011 | 0 | 1110 | 10 | 1101 | 100110100 | 100001 | 1010001 |
Color Harmonies of #DFC0DB
Complementary color
Monochromatic Colors of #DFC0DB
Black with #DFC0DB
Text Example
Text Example
White with #DFC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0DB; }
p { color: rgb(223,192,219); }
H1.HeaderClassName
{
color: #DFC0DB;
}
.AnyTagClassName
{
color: #DFC0DB;
}
</style>
background-color css
<style>
a { background-color: #DFC0DB; }
a { background-color: rgb(223,192,219); }
div.DivClassName
{
background-color: #DFC0DB;
}
.BgClassName
{
background-color: #DFC0DB;
}
</style>
border-color css
<style>
span { border-color: #DFC0DB; }
span { border-color: rgb(223,192,219); }
td.TdClassName
{
border-color: #DFC0DB;
}
.TagClassName
{
border-color: #DFC0DB;
}
</style>