Shades of French Lilac #DFB3DA
Tints of French Lilac #DFB3DA
RGB
CMYK
RGB Variations
Color information
#DFB3DA (or 0xDFB3DA) is known color: French Lilac. HEX triplet: DF, B3 and DA. RGB value is (223,179,218). Sum of RGB (Red+Green+Blue) = 223+179+218=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3DA is #204C25. Grayscale: #C4C4C4. Windows color (decimal): -2116646 or 14332895. OLE color: 14332895.
HSL color Cylindrical-coordinate representation of color #DFB3DA: hue angle of 306.82º 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 #DFB3DA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 218 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.13 |
| HSL | 306.82º | 0.41% | 0.79% | - |
| HSV(B) | 306.82º | 0.2% | 0.87% | - |
| XYZ | 59.21 | 52.99 | 73.44 | - |
| YUV | 196.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 218 | 0 | 0.20 | 0.02 | 0.13 | 306.82 | 0.41 | 0.79 |
| Hex | DF | B3 | DA | 0 | 14 | 2 | D | 133 | 29 | 4F |
| Octal | 337 | 263 | 332 | 0 | 24 | 2 | 15 | 463 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11011010 | 0 | 10100 | 10 | 1101 | 100110011 | 101001 | 1001111 |
Color Harmonies of #DFB3DA
Complementary color
Monochromatic Colors of #DFB3DA
Black with #DFB3DA
Text Example
Text Example
White with #DFB3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3DA; }
p { color: rgb(223,179,218); }
H1.HeaderClassName
{
color: #DFB3DA;
}
.AnyTagClassName
{
color: #DFB3DA;
}
</style>
background-color css
<style>
a { background-color: #DFB3DA; }
a { background-color: rgb(223,179,218); }
div.DivClassName
{
background-color: #DFB3DA;
}
.BgClassName
{
background-color: #DFB3DA;
}
</style>
border-color css
<style>
span { border-color: #DFB3DA; }
span { border-color: rgb(223,179,218); }
td.TdClassName
{
border-color: #DFB3DA;
}
.TagClassName
{
border-color: #DFB3DA;
}
</style>