Shades of French Lilac #DFB6D4
Tints of French Lilac #DFB6D4
RGB
CMYK
RGB Variations
Color information
#DFB6D4 (or 0xDFB6D4) is known color: French Lilac. HEX triplet: DF, B6 and D4. RGB value is (223,182,212). Sum of RGB (Red+Green+Blue) = 223+182+212=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6D4 is #20492B. Grayscale: #C5C5C5. Windows color (decimal): -2115884 or 13940447. OLE color: 13940447.
HSL color Cylindrical-coordinate representation of color #DFB6D4: hue angle of 316.1º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6D4 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 212 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.13 |
| HSL | 316.1º | 0.39% | 0.79% | - |
| HSV(B) | 316.1º | 0.18% | 0.87% | - |
| XYZ | 59.04 | 53.9 | 69.58 | - |
| YUV | 197.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 212 | 0 | 0.18 | 0.05 | 0.13 | 316.1 | 0.39 | 0.79 |
| Hex | DF | B6 | D4 | 0 | 12 | 5 | D | 13C | 27 | 4F |
| Octal | 337 | 266 | 324 | 0 | 22 | 5 | 15 | 474 | 47 | 117 |
| Binary | 11011111 | 10110110 | 11010100 | 0 | 10010 | 101 | 1101 | 100111100 | 100111 | 1001111 |
Color Harmonies of #DFB6D4
Complementary color
Monochromatic Colors of #DFB6D4
Black with #DFB6D4
Text Example
Text Example
White with #DFB6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6D4; }
p { color: rgb(223,182,212); }
H1.HeaderClassName
{
color: #DFB6D4;
}
.AnyTagClassName
{
color: #DFB6D4;
}
</style>
background-color css
<style>
a { background-color: #DFB6D4; }
a { background-color: rgb(223,182,212); }
div.DivClassName
{
background-color: #DFB6D4;
}
.BgClassName
{
background-color: #DFB6D4;
}
</style>
border-color css
<style>
span { border-color: #DFB6D4; }
span { border-color: rgb(223,182,212); }
td.TdClassName
{
border-color: #DFB6D4;
}
.TagClassName
{
border-color: #DFB6D4;
}
</style>