Shades of French Lilac #DFB8DD
Tints of French Lilac #DFB8DD
RGB
CMYK
RGB Variations
Color information
#DFB8DD (or 0xDFB8DD) is known color: French Lilac. HEX triplet: DF, B8 and DD. RGB value is (223,184,221). Sum of RGB (Red+Green+Blue) = 223+184+221=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8DD is #204722. Grayscale: #C7C7C7. Windows color (decimal): -2115363 or 14530783. OLE color: 14530783.
HSL color Cylindrical-coordinate representation of color #DFB8DD: hue angle of 303.08º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB8DD is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 221 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.13 |
| HSL | 303.08º | 0.38% | 0.8% | - |
| HSV(B) | 303.08º | 0.17% | 0.87% | - |
| XYZ | 60.62 | 55.19 | 75.86 | - |
| YUV | 199.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 221 | 0 | 0.17 | 0.01 | 0.13 | 303.08 | 0.38 | 0.8 |
| Hex | DF | B8 | DD | 0 | 11 | 1 | D | 12F | 26 | 50 |
| Octal | 337 | 270 | 335 | 0 | 21 | 1 | 15 | 457 | 46 | 120 |
| Binary | 11011111 | 10111000 | 11011101 | 0 | 10001 | 1 | 1101 | 100101111 | 100110 | 1010000 |
Color Harmonies of #DFB8DD
Complementary color
Monochromatic Colors of #DFB8DD
Black with #DFB8DD
Text Example
Text Example
White with #DFB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8DD; }
p { color: rgb(223,184,221); }
H1.HeaderClassName
{
color: #DFB8DD;
}
.AnyTagClassName
{
color: #DFB8DD;
}
</style>
background-color css
<style>
a { background-color: #DFB8DD; }
a { background-color: rgb(223,184,221); }
div.DivClassName
{
background-color: #DFB8DD;
}
.BgClassName
{
background-color: #DFB8DD;
}
</style>
border-color css
<style>
span { border-color: #DFB8DD; }
span { border-color: rgb(223,184,221); }
td.TdClassName
{
border-color: #DFB8DD;
}
.TagClassName
{
border-color: #DFB8DD;
}
</style>