Shades of French Lilac #DFB7DE
Tints of French Lilac #DFB7DE
RGB
CMYK
RGB Variations
Color information
#DFB7DE (or 0xDFB7DE) is known color: French Lilac. HEX triplet: DF, B7 and DE. RGB value is (223,183,222). Sum of RGB (Red+Green+Blue) = 223+183+222=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7DE is #204821. Grayscale: #C7C7C7. Windows color (decimal): -2115618 or 14596063. OLE color: 14596063.
HSL color Cylindrical-coordinate representation of color #DFB7DE: hue angle of 301.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB7DE is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 222 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.13 |
| HSL | 301.5º | 0.38% | 0.8% | - |
| HSV(B) | 301.5º | 0.18% | 0.87% | - |
| XYZ | 60.55 | 54.83 | 76.5 | - |
| YUV | 199.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 222 | 0 | 0.18 | 0.00 | 0.13 | 301.5 | 0.38 | 0.8 |
| Hex | DF | B7 | DE | 0 | 12 | 0 | D | 12E | 26 | 50 |
| Octal | 337 | 267 | 336 | 0 | 22 | 0 | 15 | 456 | 46 | 120 |
| Binary | 11011111 | 10110111 | 11011110 | 0 | 10010 | 0 | 1101 | 100101110 | 100110 | 1010000 |
Color Harmonies of #DFB7DE
Complementary color
Monochromatic Colors of #DFB7DE
Black with #DFB7DE
Text Example
Text Example
White with #DFB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7DE; }
p { color: rgb(223,183,222); }
H1.HeaderClassName
{
color: #DFB7DE;
}
.AnyTagClassName
{
color: #DFB7DE;
}
</style>
background-color css
<style>
a { background-color: #DFB7DE; }
a { background-color: rgb(223,183,222); }
div.DivClassName
{
background-color: #DFB7DE;
}
.BgClassName
{
background-color: #DFB7DE;
}
</style>
border-color css
<style>
span { border-color: #DFB7DE; }
span { border-color: rgb(223,183,222); }
td.TdClassName
{
border-color: #DFB7DE;
}
.TagClassName
{
border-color: #DFB7DE;
}
</style>