Shades of French Lilac #DFBDDC
Tints of French Lilac #DFBDDC
RGB
CMYK
RGB Variations
Color information
#DFBDDC (or 0xDFBDDC) is known color: French Lilac. HEX triplet: DF, BD and DC. RGB value is (223,189,220). Sum of RGB (Red+Green+Blue) = 223+189+220=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDC is #204223. Grayscale: #CACACA. Windows color (decimal): -2114084 or 14466527. OLE color: 14466527.
HSL color Cylindrical-coordinate representation of color #DFBDDC: hue angle of 305.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDDC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 220 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.13 |
| HSL | 305.29º | 0.35% | 0.81% | - |
| HSV(B) | 305.29º | 0.15% | 0.87% | - |
| XYZ | 61.55 | 57.25 | 75.52 | - |
| YUV | 202.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 220 | 0 | 0.15 | 0.01 | 0.13 | 305.29 | 0.35 | 0.81 |
| Hex | DF | BD | DC | 0 | F | 1 | D | 131 | 23 | 51 |
| Octal | 337 | 275 | 334 | 0 | 17 | 1 | 15 | 461 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11011100 | 0 | 1111 | 1 | 1101 | 100110001 | 100011 | 1010001 |
Color Harmonies of #DFBDDC
Complementary color
Monochromatic Colors of #DFBDDC
Black with #DFBDDC
Text Example
Text Example
White with #DFBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDDC; }
p { color: rgb(223,189,220); }
H1.HeaderClassName
{
color: #DFBDDC;
}
.AnyTagClassName
{
color: #DFBDDC;
}
</style>
background-color css
<style>
a { background-color: #DFBDDC; }
a { background-color: rgb(223,189,220); }
div.DivClassName
{
background-color: #DFBDDC;
}
.BgClassName
{
background-color: #DFBDDC;
}
</style>
border-color css
<style>
span { border-color: #DFBDDC; }
span { border-color: rgb(223,189,220); }
td.TdClassName
{
border-color: #DFBDDC;
}
.TagClassName
{
border-color: #DFBDDC;
}
</style>