Shades of French Lilac #DFCBDB
Tints of French Lilac #DFCBDB
RGB
CMYK
RGB Variations
Color information
#DFCBDB (or 0xDFCBDB) is known color: French Lilac. HEX triplet: DF, CB and DB. RGB value is (223,203,219). Sum of RGB (Red+Green+Blue) = 223+203+219=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDB is #203424. Grayscale: #D2D2D2. Windows color (decimal): -2110501 or 14404575. OLE color: 14404575.
HSL color Cylindrical-coordinate representation of color #DFCBDB: hue angle of 312º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCBDB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 203 | 219 | - |
CMYK | 0 | 0.09 | 0.02 | 0.13 |
HSL | 312º | 0.24% | 0.84% | - |
HSV(B) | 312º | 0.09% | 0.87% | - |
XYZ | 64.57 | 63.51 | 75.87 | - |
YUV | 210.8 | 132.63 | 136.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 203 | 219 | 0 | 0.09 | 0.02 | 0.13 | 312 | 0.24 | 0.84 |
Hex | DF | CB | DB | 0 | 9 | 2 | D | 138 | 18 | 54 |
Octal | 337 | 313 | 333 | 0 | 11 | 2 | 15 | 470 | 30 | 124 |
Binary | 11011111 | 11001011 | 11011011 | 0 | 1001 | 10 | 1101 | 100111000 | 11000 | 1010100 |
Color Harmonies of #DFCBDB
Complementary color
Monochromatic Colors of #DFCBDB
Black with #DFCBDB
Text Example
Text Example
White with #DFCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBDB; }
p { color: rgb(223,203,219); }
H1.HeaderClassName
{
color: #DFCBDB;
}
.AnyTagClassName
{
color: #DFCBDB;
}
</style>
background-color css
<style>
a { background-color: #DFCBDB; }
a { background-color: rgb(223,203,219); }
div.DivClassName
{
background-color: #DFCBDB;
}
.BgClassName
{
background-color: #DFCBDB;
}
</style>
border-color css
<style>
span { border-color: #DFCBDB; }
span { border-color: rgb(223,203,219); }
td.TdClassName
{
border-color: #DFCBDB;
}
.TagClassName
{
border-color: #DFCBDB;
}
</style>