Shades of French Lilac #DFD0DB
Tints of French Lilac #DFD0DB
RGB
CMYK
RGB Variations
Color information
#DFD0DB (or 0xDFD0DB) is known color: French Lilac. HEX triplet: DF, D0 and DB. RGB value is (223,208,219). Sum of RGB (Red+Green+Blue) = 223+208+219=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0DB is #202F24. Grayscale: #D5D5D5. Windows color (decimal): -2109221 or 14405855. OLE color: 14405855.
HSL color Cylindrical-coordinate representation of color #DFD0DB: hue angle of 316º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD0DB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 208 | 219 | - |
CMYK | 0 | 0.07 | 0.02 | 0.13 |
HSL | 316º | 0.19% | 0.85% | - |
HSV(B) | 316º | 0.07% | 0.87% | - |
XYZ | 65.77 | 65.91 | 76.27 | - |
YUV | 213.74 | 130.97 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 208 | 219 | 0 | 0.07 | 0.02 | 0.13 | 316 | 0.19 | 0.85 |
Hex | DF | D0 | DB | 0 | 7 | 2 | D | 13C | 13 | 55 |
Octal | 337 | 320 | 333 | 0 | 7 | 2 | 15 | 474 | 23 | 125 |
Binary | 11011111 | 11010000 | 11011011 | 0 | 111 | 10 | 1101 | 100111100 | 10011 | 1010101 |
Color Harmonies of #DFD0DB
Complementary color
Monochromatic Colors of #DFD0DB
Black with #DFD0DB
Text Example
Text Example
White with #DFD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0DB; }
p { color: rgb(223,208,219); }
H1.HeaderClassName
{
color: #DFD0DB;
}
.AnyTagClassName
{
color: #DFD0DB;
}
</style>
background-color css
<style>
a { background-color: #DFD0DB; }
a { background-color: rgb(223,208,219); }
div.DivClassName
{
background-color: #DFD0DB;
}
.BgClassName
{
background-color: #DFD0DB;
}
</style>
border-color css
<style>
span { border-color: #DFD0DB; }
span { border-color: rgb(223,208,219); }
td.TdClassName
{
border-color: #DFD0DB;
}
.TagClassName
{
border-color: #DFD0DB;
}
</style>