Shades of French Lilac #DFB4DD
Tints of French Lilac #DFB4DD
RGB
CMYK
RGB Variations
Color information
#DFB4DD (or 0xDFB4DD) is known color: French Lilac. HEX triplet: DF, B4 and DD. RGB value is (223,180,221). Sum of RGB (Red+Green+Blue) = 223+180+221=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4DD is #204B22. Grayscale: #C5C5C5. Windows color (decimal): -2116387 or 14529759. OLE color: 14529759.
HSL color Cylindrical-coordinate representation of color #DFB4DD: hue angle of 302.79º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB4DD is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 221 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.13 |
| HSL | 302.79º | 0.4% | 0.79% | - |
| HSV(B) | 302.79º | 0.19% | 0.87% | - |
| XYZ | 59.8 | 53.55 | 75.59 | - |
| YUV | 197.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 221 | 0 | 0.19 | 0.01 | 0.13 | 302.79 | 0.4 | 0.79 |
| Hex | DF | B4 | DD | 0 | 13 | 1 | D | 12F | 28 | 4F |
| Octal | 337 | 264 | 335 | 0 | 23 | 1 | 15 | 457 | 50 | 117 |
| Binary | 11011111 | 10110100 | 11011101 | 0 | 10011 | 1 | 1101 | 100101111 | 101000 | 1001111 |
Color Harmonies of #DFB4DD
Complementary color
Monochromatic Colors of #DFB4DD
Black with #DFB4DD
Text Example
Text Example
White with #DFB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4DD; }
p { color: rgb(223,180,221); }
H1.HeaderClassName
{
color: #DFB4DD;
}
.AnyTagClassName
{
color: #DFB4DD;
}
</style>
background-color css
<style>
a { background-color: #DFB4DD; }
a { background-color: rgb(223,180,221); }
div.DivClassName
{
background-color: #DFB4DD;
}
.BgClassName
{
background-color: #DFB4DD;
}
</style>
border-color css
<style>
span { border-color: #DFB4DD; }
span { border-color: rgb(223,180,221); }
td.TdClassName
{
border-color: #DFB4DD;
}
.TagClassName
{
border-color: #DFB4DD;
}
</style>