Shades of French Lilac #DFB0DE
Tints of French Lilac #DFB0DE
RGB
CMYK
RGB Variations
Color information
#DFB0DE (or 0xDFB0DE) is known color: French Lilac. HEX triplet: DF, B0 and DE. RGB value is (223,176,222). Sum of RGB (Red+Green+Blue) = 223+176+222=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0DE is #204F21. Grayscale: #C3C3C3. Windows color (decimal): -2117410 or 14594271. OLE color: 14594271.
HSL color Cylindrical-coordinate representation of color #DFB0DE: hue angle of 301.28º 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 #DFB0DE is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 222 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.13 |
| HSL | 301.28º | 0.42% | 0.78% | - |
| HSV(B) | 301.28º | 0.21% | 0.87% | - |
| XYZ | 59.14 | 52.01 | 76.03 | - |
| YUV | 195.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 222 | 0 | 0.21 | 0.00 | 0.13 | 301.28 | 0.42 | 0.78 |
| Hex | DF | B0 | DE | 0 | 15 | 0 | D | 12D | 2A | 4E |
| Octal | 337 | 260 | 336 | 0 | 25 | 0 | 15 | 455 | 52 | 116 |
| Binary | 11011111 | 10110000 | 11011110 | 0 | 10101 | 0 | 1101 | 100101101 | 101010 | 1001110 |
Color Harmonies of #DFB0DE
Complementary color
Monochromatic Colors of #DFB0DE
Black with #DFB0DE
Text Example
Text Example
White with #DFB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0DE; }
p { color: rgb(223,176,222); }
H1.HeaderClassName
{
color: #DFB0DE;
}
.AnyTagClassName
{
color: #DFB0DE;
}
</style>
background-color css
<style>
a { background-color: #DFB0DE; }
a { background-color: rgb(223,176,222); }
div.DivClassName
{
background-color: #DFB0DE;
}
.BgClassName
{
background-color: #DFB0DE;
}
</style>
border-color css
<style>
span { border-color: #DFB0DE; }
span { border-color: rgb(223,176,222); }
td.TdClassName
{
border-color: #DFB0DE;
}
.TagClassName
{
border-color: #DFB0DE;
}
</style>