Shades of French Lilac #DFB7D2
Tints of French Lilac #DFB7D2
RGB
CMYK
RGB Variations
Color information
#DFB7D2 (or 0xDFB7D2) is known color: French Lilac. HEX triplet: DF, B7 and D2. RGB value is (223,183,210). Sum of RGB (Red+Green+Blue) = 223+183+210=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7D2 is #20482D. Grayscale: #C5C5C5. Windows color (decimal): -2115630 or 13809631. OLE color: 13809631.
HSL color Cylindrical-coordinate representation of color #DFB7D2: hue angle of 319.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 #DFB7D2 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 210 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.13 |
| HSL | 319.5º | 0.38% | 0.8% | - |
| HSV(B) | 319.5º | 0.18% | 0.87% | - |
| XYZ | 59 | 54.21 | 68.33 | - |
| YUV | 198.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 210 | 0 | 0.18 | 0.06 | 0.13 | 319.5 | 0.38 | 0.8 |
| Hex | DF | B7 | D2 | 0 | 12 | 6 | D | 140 | 26 | 50 |
| Octal | 337 | 267 | 322 | 0 | 22 | 6 | 15 | 500 | 46 | 120 |
| Binary | 11011111 | 10110111 | 11010010 | 0 | 10010 | 110 | 1101 | 101000000 | 100110 | 1010000 |
Color Harmonies of #DFB7D2
Complementary color
Monochromatic Colors of #DFB7D2
Black with #DFB7D2
Text Example
Text Example
White with #DFB7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7D2; }
p { color: rgb(223,183,210); }
H1.HeaderClassName
{
color: #DFB7D2;
}
.AnyTagClassName
{
color: #DFB7D2;
}
</style>
background-color css
<style>
a { background-color: #DFB7D2; }
a { background-color: rgb(223,183,210); }
div.DivClassName
{
background-color: #DFB7D2;
}
.BgClassName
{
background-color: #DFB7D2;
}
</style>
border-color css
<style>
span { border-color: #DFB7D2; }
span { border-color: rgb(223,183,210); }
td.TdClassName
{
border-color: #DFB7D2;
}
.TagClassName
{
border-color: #DFB7D2;
}
</style>