Shades of French Lilac #DFB6D6
Tints of French Lilac #DFB6D6
RGB
CMYK
RGB Variations
Color information
#DFB6D6 (or 0xDFB6D6) is known color: French Lilac. HEX triplet: DF, B6 and D6. RGB value is (223,182,214). Sum of RGB (Red+Green+Blue) = 223+182+214=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6D6 is #204929. Grayscale: #C5C5C5. Windows color (decimal): -2115882 or 14071519. OLE color: 14071519.
HSL color Cylindrical-coordinate representation of color #DFB6D6: hue angle of 313.17º 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 #DFB6D6 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 182 | 214 | - |
CMYK | 0 | 0.18 | 0.04 | 0.13 |
HSL | 313.17º | 0.39% | 0.79% | - |
HSV(B) | 313.17º | 0.18% | 0.87% | - |
XYZ | 59.3 | 54 | 70.92 | - |
YUV | 197.91 | 137.08 | 145.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 182 | 214 | 0 | 0.18 | 0.04 | 0.13 | 313.17 | 0.39 | 0.79 |
Hex | DF | B6 | D6 | 0 | 12 | 4 | D | 139 | 27 | 4F |
Octal | 337 | 266 | 326 | 0 | 22 | 4 | 15 | 471 | 47 | 117 |
Binary | 11011111 | 10110110 | 11010110 | 0 | 10010 | 100 | 1101 | 100111001 | 100111 | 1001111 |
Color Harmonies of #DFB6D6
Complementary color
Monochromatic Colors of #DFB6D6
Black with #DFB6D6
Text Example
Text Example
White with #DFB6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6D6; }
p { color: rgb(223,182,214); }
H1.HeaderClassName
{
color: #DFB6D6;
}
.AnyTagClassName
{
color: #DFB6D6;
}
</style>
background-color css
<style>
a { background-color: #DFB6D6; }
a { background-color: rgb(223,182,214); }
div.DivClassName
{
background-color: #DFB6D6;
}
.BgClassName
{
background-color: #DFB6D6;
}
</style>
border-color css
<style>
span { border-color: #DFB6D6; }
span { border-color: rgb(223,182,214); }
td.TdClassName
{
border-color: #DFB6D6;
}
.TagClassName
{
border-color: #DFB6D6;
}
</style>