Shades of French Lilac #DFB1D0
Tints of French Lilac #DFB1D0
RGB
CMYK
RGB Variations
Color information
#DFB1D0 (or 0xDFB1D0) is known color: French Lilac. HEX triplet: DF, B1 and D0. RGB value is (223,177,208). Sum of RGB (Red+Green+Blue) = 223+177+208=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D0 is #204E2F. Grayscale: #C2C2C2. Windows color (decimal): -2117168 or 13677023. OLE color: 13677023.
HSL color Cylindrical-coordinate representation of color #DFB1D0: hue angle of 319.57º 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 #DFB1D0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 208 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.13 |
| HSL | 319.57º | 0.42% | 0.78% | - |
| HSV(B) | 319.57º | 0.21% | 0.87% | - |
| XYZ | 57.54 | 51.69 | 66.62 | - |
| YUV | 194.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 208 | 0 | 0.21 | 0.07 | 0.13 | 319.57 | 0.42 | 0.78 |
| Hex | DF | B1 | D0 | 0 | 15 | 7 | D | 140 | 2A | 4E |
| Octal | 337 | 261 | 320 | 0 | 25 | 7 | 15 | 500 | 52 | 116 |
| Binary | 11011111 | 10110001 | 11010000 | 0 | 10101 | 111 | 1101 | 101000000 | 101010 | 1001110 |
Color Harmonies of #DFB1D0
Complementary color
Monochromatic Colors of #DFB1D0
Black with #DFB1D0
Text Example
Text Example
White with #DFB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1D0; }
p { color: rgb(223,177,208); }
H1.HeaderClassName
{
color: #DFB1D0;
}
.AnyTagClassName
{
color: #DFB1D0;
}
</style>
background-color css
<style>
a { background-color: #DFB1D0; }
a { background-color: rgb(223,177,208); }
div.DivClassName
{
background-color: #DFB1D0;
}
.BgClassName
{
background-color: #DFB1D0;
}
</style>
border-color css
<style>
span { border-color: #DFB1D0; }
span { border-color: rgb(223,177,208); }
td.TdClassName
{
border-color: #DFB1D0;
}
.TagClassName
{
border-color: #DFB1D0;
}
</style>