Shades of French Lilac #DFBFD6
Tints of French Lilac #DFBFD6
RGB
CMYK
RGB Variations
Color information
#DFBFD6 (or 0xDFBFD6) is known color: French Lilac. HEX triplet: DF, BF and D6. RGB value is (223,191,214). Sum of RGB (Red+Green+Blue) = 223+191+214=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD6 is #204029. Grayscale: #CBCBCB. Windows color (decimal): -2113578 or 14073823. OLE color: 14073823.
HSL color Cylindrical-coordinate representation of color #DFBFD6: hue angle of 316.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFD6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 191 | 214 | - |
CMYK | 0 | 0.14 | 0.04 | 0.13 |
HSL | 316.88º | 0.33% | 0.81% | - |
HSV(B) | 316.88º | 0.14% | 0.87% | - |
XYZ | 61.2 | 57.8 | 71.55 | - |
YUV | 203.19 | 134.1 | 142.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 214 | 0 | 0.14 | 0.04 | 0.13 | 316.88 | 0.33 | 0.81 |
Hex | DF | BF | D6 | 0 | E | 4 | D | 13D | 21 | 51 |
Octal | 337 | 277 | 326 | 0 | 16 | 4 | 15 | 475 | 41 | 121 |
Binary | 11011111 | 10111111 | 11010110 | 0 | 1110 | 100 | 1101 | 100111101 | 100001 | 1010001 |
Color Harmonies of #DFBFD6
Complementary color
Monochromatic Colors of #DFBFD6
Black with #DFBFD6
Text Example
Text Example
White with #DFBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFD6; }
p { color: rgb(223,191,214); }
H1.HeaderClassName
{
color: #DFBFD6;
}
.AnyTagClassName
{
color: #DFBFD6;
}
</style>
background-color css
<style>
a { background-color: #DFBFD6; }
a { background-color: rgb(223,191,214); }
div.DivClassName
{
background-color: #DFBFD6;
}
.BgClassName
{
background-color: #DFBFD6;
}
</style>
border-color css
<style>
span { border-color: #DFBFD6; }
span { border-color: rgb(223,191,214); }
td.TdClassName
{
border-color: #DFBFD6;
}
.TagClassName
{
border-color: #DFBFD6;
}
</style>