Shades of French Lilac #DFB3DD
Tints of French Lilac #DFB3DD
RGB
CMYK
RGB Variations
Color information
#DFB3DD (or 0xDFB3DD) is known color: French Lilac. HEX triplet: DF, B3 and DD. RGB value is (223,179,221). Sum of RGB (Red+Green+Blue) = 223+179+221=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3DD is #204C22. Grayscale: #C4C4C4. Windows color (decimal): -2116643 or 14529503. OLE color: 14529503.
HSL color Cylindrical-coordinate representation of color #DFB3DD: hue angle of 302.73º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3DD is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 221 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.13 |
| HSL | 302.73º | 0.41% | 0.79% | - |
| HSV(B) | 302.73º | 0.2% | 0.87% | - |
| XYZ | 59.6 | 53.15 | 75.52 | - |
| YUV | 196.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 221 | 0 | 0.20 | 0.01 | 0.13 | 302.73 | 0.41 | 0.79 |
| Hex | DF | B3 | DD | 0 | 14 | 1 | D | 12F | 29 | 4F |
| Octal | 337 | 263 | 335 | 0 | 24 | 1 | 15 | 457 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11011101 | 0 | 10100 | 1 | 1101 | 100101111 | 101001 | 1001111 |
Color Harmonies of #DFB3DD
Complementary color
Monochromatic Colors of #DFB3DD
Black with #DFB3DD
Text Example
Text Example
White with #DFB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3DD; }
p { color: rgb(223,179,221); }
H1.HeaderClassName
{
color: #DFB3DD;
}
.AnyTagClassName
{
color: #DFB3DD;
}
</style>
background-color css
<style>
a { background-color: #DFB3DD; }
a { background-color: rgb(223,179,221); }
div.DivClassName
{
background-color: #DFB3DD;
}
.BgClassName
{
background-color: #DFB3DD;
}
</style>
border-color css
<style>
span { border-color: #DFB3DD; }
span { border-color: rgb(223,179,221); }
td.TdClassName
{
border-color: #DFB3DD;
}
.TagClassName
{
border-color: #DFB3DD;
}
</style>