Shades of French Lilac #DFB5D2
Tints of French Lilac #DFB5D2
RGB
CMYK
RGB Variations
Color information
#DFB5D2 (or 0xDFB5D2) is known color: French Lilac. HEX triplet: DF, B5 and D2. RGB value is (223,181,210). Sum of RGB (Red+Green+Blue) = 223+181+210=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D2 is #204A2D. Grayscale: #C4C4C4. Windows color (decimal): -2116142 or 13809119. OLE color: 13809119.
HSL color Cylindrical-coordinate representation of color #DFB5D2: hue angle of 318.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5D2 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 210 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.13 |
| HSL | 318.57º | 0.4% | 0.79% | - |
| HSV(B) | 318.57º | 0.19% | 0.87% | - |
| XYZ | 58.59 | 53.39 | 68.19 | - |
| YUV | 196.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 210 | 0 | 0.19 | 0.06 | 0.13 | 318.57 | 0.4 | 0.79 |
| Hex | DF | B5 | D2 | 0 | 13 | 6 | D | 13F | 28 | 4F |
| Octal | 337 | 265 | 322 | 0 | 23 | 6 | 15 | 477 | 50 | 117 |
| Binary | 11011111 | 10110101 | 11010010 | 0 | 10011 | 110 | 1101 | 100111111 | 101000 | 1001111 |
Color Harmonies of #DFB5D2
Complementary color
Monochromatic Colors of #DFB5D2
Black with #DFB5D2
Text Example
Text Example
White with #DFB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5D2; }
p { color: rgb(223,181,210); }
H1.HeaderClassName
{
color: #DFB5D2;
}
.AnyTagClassName
{
color: #DFB5D2;
}
</style>
background-color css
<style>
a { background-color: #DFB5D2; }
a { background-color: rgb(223,181,210); }
div.DivClassName
{
background-color: #DFB5D2;
}
.BgClassName
{
background-color: #DFB5D2;
}
</style>
border-color css
<style>
span { border-color: #DFB5D2; }
span { border-color: rgb(223,181,210); }
td.TdClassName
{
border-color: #DFB5D2;
}
.TagClassName
{
border-color: #DFB5D2;
}
</style>