Shades of French Lilac #DFBCD4
Tints of French Lilac #DFBCD4
RGB
CMYK
RGB Variations
Color information
#DFBCD4 (or 0xDFBCD4) is known color: French Lilac. HEX triplet: DF, BC and D4. RGB value is (223,188,212). Sum of RGB (Red+Green+Blue) = 223+188+212=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCD4 is #20432B. Grayscale: #C9C9C9. Windows color (decimal): -2114348 or 13941983. OLE color: 13941983.
HSL color Cylindrical-coordinate representation of color #DFBCD4: hue angle of 318.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBCD4 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 212 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.13 |
| HSL | 318.86º | 0.35% | 0.81% | - |
| HSV(B) | 318.86º | 0.16% | 0.87% | - |
| XYZ | 60.3 | 56.41 | 70 | - |
| YUV | 201.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 212 | 0 | 0.16 | 0.05 | 0.13 | 318.86 | 0.35 | 0.81 |
| Hex | DF | BC | D4 | 0 | 10 | 5 | D | 13F | 23 | 51 |
| Octal | 337 | 274 | 324 | 0 | 20 | 5 | 15 | 477 | 43 | 121 |
| Binary | 11011111 | 10111100 | 11010100 | 0 | 10000 | 101 | 1101 | 100111111 | 100011 | 1010001 |
Color Harmonies of #DFBCD4
Complementary color
Monochromatic Colors of #DFBCD4
Black with #DFBCD4
Text Example
Text Example
White with #DFBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCD4; }
p { color: rgb(223,188,212); }
H1.HeaderClassName
{
color: #DFBCD4;
}
.AnyTagClassName
{
color: #DFBCD4;
}
</style>
background-color css
<style>
a { background-color: #DFBCD4; }
a { background-color: rgb(223,188,212); }
div.DivClassName
{
background-color: #DFBCD4;
}
.BgClassName
{
background-color: #DFBCD4;
}
</style>
border-color css
<style>
span { border-color: #DFBCD4; }
span { border-color: rgb(223,188,212); }
td.TdClassName
{
border-color: #DFBCD4;
}
.TagClassName
{
border-color: #DFBCD4;
}
</style>