Shades of French Lilac #DFB3DB
Tints of French Lilac #DFB3DB
RGB
CMYK
RGB Variations
Color information
#DFB3DB (or 0xDFB3DB) is known color: French Lilac. HEX triplet: DF, B3 and DB. RGB value is (223,179,219). Sum of RGB (Red+Green+Blue) = 223+179+219=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3DB is #204C24. Grayscale: #C4C4C4. Windows color (decimal): -2116645 or 14398431. OLE color: 14398431.
HSL color Cylindrical-coordinate representation of color #DFB3DB: hue angle of 305.45º 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 #DFB3DB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 219 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.13 |
| HSL | 305.45º | 0.41% | 0.79% | - |
| HSV(B) | 305.45º | 0.2% | 0.87% | - |
| XYZ | 59.34 | 53.04 | 74.13 | - |
| YUV | 196.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 219 | 0 | 0.20 | 0.02 | 0.13 | 305.45 | 0.41 | 0.79 |
| Hex | DF | B3 | DB | 0 | 14 | 2 | D | 131 | 29 | 4F |
| Octal | 337 | 263 | 333 | 0 | 24 | 2 | 15 | 461 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11011011 | 0 | 10100 | 10 | 1101 | 100110001 | 101001 | 1001111 |
Color Harmonies of #DFB3DB
Complementary color
Monochromatic Colors of #DFB3DB
Black with #DFB3DB
Text Example
Text Example
White with #DFB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3DB; }
p { color: rgb(223,179,219); }
H1.HeaderClassName
{
color: #DFB3DB;
}
.AnyTagClassName
{
color: #DFB3DB;
}
</style>
background-color css
<style>
a { background-color: #DFB3DB; }
a { background-color: rgb(223,179,219); }
div.DivClassName
{
background-color: #DFB3DB;
}
.BgClassName
{
background-color: #DFB3DB;
}
</style>
border-color css
<style>
span { border-color: #DFB3DB; }
span { border-color: rgb(223,179,219); }
td.TdClassName
{
border-color: #DFB3DB;
}
.TagClassName
{
border-color: #DFB3DB;
}
</style>