Shades of French Lilac #DFB1D6
Tints of French Lilac #DFB1D6
RGB
CMYK
RGB Variations
Color information
#DFB1D6 (or 0xDFB1D6) is known color: French Lilac. HEX triplet: DF, B1 and D6. RGB value is (223,177,214). Sum of RGB (Red+Green+Blue) = 223+177+214=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D6 is #204E29. Grayscale: #C2C2C2. Windows color (decimal): -2117162 or 14070239. OLE color: 14070239.
HSL color Cylindrical-coordinate representation of color #DFB1D6: hue angle of 311.74º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1D6 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 214 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.13 |
| HSL | 311.74º | 0.42% | 0.78% | - |
| HSV(B) | 311.74º | 0.21% | 0.87% | - |
| XYZ | 58.29 | 51.99 | 70.58 | - |
| YUV | 194.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 214 | 0 | 0.21 | 0.04 | 0.13 | 311.74 | 0.42 | 0.78 |
| Hex | DF | B1 | D6 | 0 | 15 | 4 | D | 138 | 2A | 4E |
| Octal | 337 | 261 | 326 | 0 | 25 | 4 | 15 | 470 | 52 | 116 |
| Binary | 11011111 | 10110001 | 11010110 | 0 | 10101 | 100 | 1101 | 100111000 | 101010 | 1001110 |
Color Harmonies of #DFB1D6
Complementary color
Monochromatic Colors of #DFB1D6
Black with #DFB1D6
Text Example
Text Example
White with #DFB1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1D6; }
p { color: rgb(223,177,214); }
H1.HeaderClassName
{
color: #DFB1D6;
}
.AnyTagClassName
{
color: #DFB1D6;
}
</style>
background-color css
<style>
a { background-color: #DFB1D6; }
a { background-color: rgb(223,177,214); }
div.DivClassName
{
background-color: #DFB1D6;
}
.BgClassName
{
background-color: #DFB1D6;
}
</style>
border-color css
<style>
span { border-color: #DFB1D6; }
span { border-color: rgb(223,177,214); }
td.TdClassName
{
border-color: #DFB1D6;
}
.TagClassName
{
border-color: #DFB1D6;
}
</style>