Shades of French Lilac #DFB0D1
Tints of French Lilac #DFB0D1
RGB
CMYK
RGB Variations
Color information
#DFB0D1 (or 0xDFB0D1) is known color: French Lilac. HEX triplet: DF, B0 and D1. RGB value is (223,176,209). Sum of RGB (Red+Green+Blue) = 223+176+209=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D1 is #204F2E. Grayscale: #C1C1C1. Windows color (decimal): -2117423 or 13742303. OLE color: 13742303.
HSL color Cylindrical-coordinate representation of color #DFB0D1: hue angle of 317.87º 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 #DFB0D1 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 209 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.13 |
| HSL | 317.87º | 0.42% | 0.78% | - |
| HSV(B) | 317.87º | 0.21% | 0.87% | - |
| XYZ | 57.47 | 51.34 | 67.2 | - |
| YUV | 193.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 209 | 0 | 0.21 | 0.06 | 0.13 | 317.87 | 0.42 | 0.78 |
| Hex | DF | B0 | D1 | 0 | 15 | 6 | D | 13E | 2A | 4E |
| Octal | 337 | 260 | 321 | 0 | 25 | 6 | 15 | 476 | 52 | 116 |
| Binary | 11011111 | 10110000 | 11010001 | 0 | 10101 | 110 | 1101 | 100111110 | 101010 | 1001110 |
Color Harmonies of #DFB0D1
Complementary color
Monochromatic Colors of #DFB0D1
Black with #DFB0D1
Text Example
Text Example
White with #DFB0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0D1; }
p { color: rgb(223,176,209); }
H1.HeaderClassName
{
color: #DFB0D1;
}
.AnyTagClassName
{
color: #DFB0D1;
}
</style>
background-color css
<style>
a { background-color: #DFB0D1; }
a { background-color: rgb(223,176,209); }
div.DivClassName
{
background-color: #DFB0D1;
}
.BgClassName
{
background-color: #DFB0D1;
}
</style>
border-color css
<style>
span { border-color: #DFB0D1; }
span { border-color: rgb(223,176,209); }
td.TdClassName
{
border-color: #DFB0D1;
}
.TagClassName
{
border-color: #DFB0D1;
}
</style>