Shades of French Lilac #DFBDDB
Tints of French Lilac #DFBDDB
RGB
CMYK
RGB Variations
Color information
#DFBDDB (or 0xDFBDDB) is known color: French Lilac. HEX triplet: DF, BD and DB. RGB value is (223,189,219). Sum of RGB (Red+Green+Blue) = 223+189+219=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDB is #204224. Grayscale: #CACACA. Windows color (decimal): -2114085 or 14400991. OLE color: 14400991.
HSL color Cylindrical-coordinate representation of color #DFBDDB: hue angle of 307.06º 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 #DFBDDB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 189 | 219 | - |
CMYK | 0 | 0.15 | 0.02 | 0.13 |
HSL | 307.06º | 0.35% | 0.81% | - |
HSV(B) | 307.06º | 0.15% | 0.87% | - |
XYZ | 61.42 | 57.2 | 74.82 | - |
YUV | 202.59 | 137.26 | 142.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 189 | 219 | 0 | 0.15 | 0.02 | 0.13 | 307.06 | 0.35 | 0.81 |
Hex | DF | BD | DB | 0 | F | 2 | D | 133 | 23 | 51 |
Octal | 337 | 275 | 333 | 0 | 17 | 2 | 15 | 463 | 43 | 121 |
Binary | 11011111 | 10111101 | 11011011 | 0 | 1111 | 10 | 1101 | 100110011 | 100011 | 1010001 |
Color Harmonies of #DFBDDB
Complementary color
Monochromatic Colors of #DFBDDB
Black with #DFBDDB
Text Example
Text Example
White with #DFBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDDB; }
p { color: rgb(223,189,219); }
H1.HeaderClassName
{
color: #DFBDDB;
}
.AnyTagClassName
{
color: #DFBDDB;
}
</style>
background-color css
<style>
a { background-color: #DFBDDB; }
a { background-color: rgb(223,189,219); }
div.DivClassName
{
background-color: #DFBDDB;
}
.BgClassName
{
background-color: #DFBDDB;
}
</style>
border-color css
<style>
span { border-color: #DFBDDB; }
span { border-color: rgb(223,189,219); }
td.TdClassName
{
border-color: #DFBDDB;
}
.TagClassName
{
border-color: #DFBDDB;
}
</style>