Shades of French Lilac #DFB3D6
Tints of French Lilac #DFB3D6
RGB
CMYK
RGB Variations
Color information
#DFB3D6 (or 0xDFB3D6) is known color: French Lilac. HEX triplet: DF, B3 and D6. RGB value is (223,179,214). Sum of RGB (Red+Green+Blue) = 223+179+214=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3D6 is #204C29. Grayscale: #C4C4C4. Windows color (decimal): -2116650 or 14070751. OLE color: 14070751.
HSL color Cylindrical-coordinate representation of color #DFB3D6: hue angle of 312.27º 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 #DFB3D6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 214 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.13 |
| HSL | 312.27º | 0.41% | 0.79% | - |
| HSV(B) | 312.27º | 0.2% | 0.87% | - |
| XYZ | 58.69 | 52.78 | 70.71 | - |
| YUV | 196.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 214 | 0 | 0.20 | 0.04 | 0.13 | 312.27 | 0.41 | 0.79 |
| Hex | DF | B3 | D6 | 0 | 14 | 4 | D | 138 | 29 | 4F |
| Octal | 337 | 263 | 326 | 0 | 24 | 4 | 15 | 470 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11010110 | 0 | 10100 | 100 | 1101 | 100111000 | 101001 | 1001111 |
Color Harmonies of #DFB3D6
Complementary color
Monochromatic Colors of #DFB3D6
Black with #DFB3D6
Text Example
Text Example
White with #DFB3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3D6; }
p { color: rgb(223,179,214); }
H1.HeaderClassName
{
color: #DFB3D6;
}
.AnyTagClassName
{
color: #DFB3D6;
}
</style>
background-color css
<style>
a { background-color: #DFB3D6; }
a { background-color: rgb(223,179,214); }
div.DivClassName
{
background-color: #DFB3D6;
}
.BgClassName
{
background-color: #DFB3D6;
}
</style>
border-color css
<style>
span { border-color: #DFB3D6; }
span { border-color: rgb(223,179,214); }
td.TdClassName
{
border-color: #DFB3D6;
}
.TagClassName
{
border-color: #DFB3D6;
}
</style>