Shades of French Lilac #DFB0D9
Tints of French Lilac #DFB0D9
RGB
CMYK
RGB Variations
Color information
#DFB0D9 (or 0xDFB0D9) is known color: French Lilac. HEX triplet: DF, B0 and D9. RGB value is (223,176,217). Sum of RGB (Red+Green+Blue) = 223+176+217=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D9 is #204F26. Grayscale: #C2C2C2. Windows color (decimal): -2117415 or 14266591. OLE color: 14266591.
HSL color Cylindrical-coordinate representation of color #DFB0D9: hue angle of 307.66º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0D9 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 217 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.13 |
| HSL | 307.66º | 0.42% | 0.78% | - |
| HSV(B) | 307.66º | 0.21% | 0.87% | - |
| XYZ | 58.48 | 51.75 | 72.55 | - |
| YUV | 194.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 217 | 0 | 0.21 | 0.03 | 0.13 | 307.66 | 0.42 | 0.78 |
| Hex | DF | B0 | D9 | 0 | 15 | 3 | D | 134 | 2A | 4E |
| Octal | 337 | 260 | 331 | 0 | 25 | 3 | 15 | 464 | 52 | 116 |
| Binary | 11011111 | 10110000 | 11011001 | 0 | 10101 | 11 | 1101 | 100110100 | 101010 | 1001110 |
Color Harmonies of #DFB0D9
Complementary color
Monochromatic Colors of #DFB0D9
Black with #DFB0D9
Text Example
Text Example
White with #DFB0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0D9; }
p { color: rgb(223,176,217); }
H1.HeaderClassName
{
color: #DFB0D9;
}
.AnyTagClassName
{
color: #DFB0D9;
}
</style>
background-color css
<style>
a { background-color: #DFB0D9; }
a { background-color: rgb(223,176,217); }
div.DivClassName
{
background-color: #DFB0D9;
}
.BgClassName
{
background-color: #DFB0D9;
}
</style>
border-color css
<style>
span { border-color: #DFB0D9; }
span { border-color: rgb(223,176,217); }
td.TdClassName
{
border-color: #DFB0D9;
}
.TagClassName
{
border-color: #DFB0D9;
}
</style>