Shades of French Lilac #DFB0D2
Tints of French Lilac #DFB0D2
RGB
CMYK
RGB Variations
Color information
#DFB0D2 (or 0xDFB0D2) is known color: French Lilac. HEX triplet: DF, B0 and D2. RGB value is (223,176,210). Sum of RGB (Red+Green+Blue) = 223+176+210=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D2 is #204F2D. Grayscale: #C1C1C1. Windows color (decimal): -2117422 or 13807839. OLE color: 13807839.
HSL color Cylindrical-coordinate representation of color #DFB0D2: hue angle of 316.6º 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 #DFB0D2 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 210 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.13 |
| HSL | 316.6º | 0.42% | 0.78% | - |
| HSV(B) | 316.6º | 0.21% | 0.87% | - |
| XYZ | 57.59 | 51.39 | 67.86 | - |
| YUV | 193.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 210 | 0 | 0.21 | 0.06 | 0.13 | 316.6 | 0.42 | 0.78 |
| Hex | DF | B0 | D2 | 0 | 15 | 6 | D | 13D | 2A | 4E |
| Octal | 337 | 260 | 322 | 0 | 25 | 6 | 15 | 475 | 52 | 116 |
| Binary | 11011111 | 10110000 | 11010010 | 0 | 10101 | 110 | 1101 | 100111101 | 101010 | 1001110 |
Color Harmonies of #DFB0D2
Complementary color
Monochromatic Colors of #DFB0D2
Black with #DFB0D2
Text Example
Text Example
White with #DFB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0D2; }
p { color: rgb(223,176,210); }
H1.HeaderClassName
{
color: #DFB0D2;
}
.AnyTagClassName
{
color: #DFB0D2;
}
</style>
background-color css
<style>
a { background-color: #DFB0D2; }
a { background-color: rgb(223,176,210); }
div.DivClassName
{
background-color: #DFB0D2;
}
.BgClassName
{
background-color: #DFB0D2;
}
</style>
border-color css
<style>
span { border-color: #DFB0D2; }
span { border-color: rgb(223,176,210); }
td.TdClassName
{
border-color: #DFB0D2;
}
.TagClassName
{
border-color: #DFB0D2;
}
</style>