Shades of French Lilac #DFB8DC
Tints of French Lilac #DFB8DC
RGB
CMYK
RGB Variations
Color information
#DFB8DC (or 0xDFB8DC) is known color: French Lilac. HEX triplet: DF, B8 and DC. RGB value is (223,184,220). Sum of RGB (Red+Green+Blue) = 223+184+220=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8DC is #204723. Grayscale: #C7C7C7. Windows color (decimal): -2115364 or 14465247. OLE color: 14465247.
HSL color Cylindrical-coordinate representation of color #DFB8DC: hue angle of 304.62º 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 #DFB8DC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 220 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.13 |
| HSL | 304.62º | 0.38% | 0.8% | - |
| HSV(B) | 304.62º | 0.17% | 0.87% | - |
| XYZ | 60.49 | 55.14 | 75.16 | - |
| YUV | 199.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 220 | 0 | 0.17 | 0.01 | 0.13 | 304.62 | 0.38 | 0.8 |
| Hex | DF | B8 | DC | 0 | 11 | 1 | D | 131 | 26 | 50 |
| Octal | 337 | 270 | 334 | 0 | 21 | 1 | 15 | 461 | 46 | 120 |
| Binary | 11011111 | 10111000 | 11011100 | 0 | 10001 | 1 | 1101 | 100110001 | 100110 | 1010000 |
Color Harmonies of #DFB8DC
Complementary color
Monochromatic Colors of #DFB8DC
Black with #DFB8DC
Text Example
Text Example
White with #DFB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8DC; }
p { color: rgb(223,184,220); }
H1.HeaderClassName
{
color: #DFB8DC;
}
.AnyTagClassName
{
color: #DFB8DC;
}
</style>
background-color css
<style>
a { background-color: #DFB8DC; }
a { background-color: rgb(223,184,220); }
div.DivClassName
{
background-color: #DFB8DC;
}
.BgClassName
{
background-color: #DFB8DC;
}
</style>
border-color css
<style>
span { border-color: #DFB8DC; }
span { border-color: rgb(223,184,220); }
td.TdClassName
{
border-color: #DFB8DC;
}
.TagClassName
{
border-color: #DFB8DC;
}
</style>