Shades of French Lilac #DFCFDB
Tints of French Lilac #DFCFDB
RGB
CMYK
RGB Variations
Color information
#DFCFDB (or 0xDFCFDB) is known color: French Lilac. HEX triplet: DF, CF and DB. RGB value is (223,207,219). Sum of RGB (Red+Green+Blue) = 223+207+219=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFDB is #203024. Grayscale: #D5D5D5. Windows color (decimal): -2109477 or 14405599. OLE color: 14405599.
HSL color Cylindrical-coordinate representation of color #DFCFDB: hue angle of 315º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFCFDB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 207 | 219 | - |
CMYK | 0 | 0.07 | 0.02 | 0.13 |
HSL | 315º | 0.2% | 0.84% | - |
HSV(B) | 315º | 0.07% | 0.87% | - |
XYZ | 65.53 | 65.43 | 76.19 | - |
YUV | 213.15 | 131.3 | 135.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 207 | 219 | 0 | 0.07 | 0.02 | 0.13 | 315 | 0.2 | 0.84 |
Hex | DF | CF | DB | 0 | 7 | 2 | D | 13B | 14 | 54 |
Octal | 337 | 317 | 333 | 0 | 7 | 2 | 15 | 473 | 24 | 124 |
Binary | 11011111 | 11001111 | 11011011 | 0 | 111 | 10 | 1101 | 100111011 | 10100 | 1010100 |
Color Harmonies of #DFCFDB
Complementary color
Monochromatic Colors of #DFCFDB
Black with #DFCFDB
Text Example
Text Example
White with #DFCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFDB; }
p { color: rgb(223,207,219); }
H1.HeaderClassName
{
color: #DFCFDB;
}
.AnyTagClassName
{
color: #DFCFDB;
}
</style>
background-color css
<style>
a { background-color: #DFCFDB; }
a { background-color: rgb(223,207,219); }
div.DivClassName
{
background-color: #DFCFDB;
}
.BgClassName
{
background-color: #DFCFDB;
}
</style>
border-color css
<style>
span { border-color: #DFCFDB; }
span { border-color: rgb(223,207,219); }
td.TdClassName
{
border-color: #DFCFDB;
}
.TagClassName
{
border-color: #DFCFDB;
}
</style>