Shades of French Lilac #DFBEDB
Tints of French Lilac #DFBEDB
RGB
CMYK
RGB Variations
Color information
#DFBEDB (or 0xDFBEDB) is known color: French Lilac. HEX triplet: DF, BE and DB. RGB value is (223,190,219). Sum of RGB (Red+Green+Blue) = 223+190+219=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEDB is #204124. Grayscale: #CBCBCB. Windows color (decimal): -2113829 or 14401247. OLE color: 14401247.
HSL color Cylindrical-coordinate representation of color #DFBEDB: hue angle of 307.27º degrees, saturation: 0.34, 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 #DFBEDB is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 219 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.13 |
| HSL | 307.27º | 0.34% | 0.81% | - |
| HSV(B) | 307.27º | 0.15% | 0.87% | - |
| XYZ | 61.63 | 57.63 | 74.89 | - |
| YUV | 203.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 219 | 0 | 0.15 | 0.02 | 0.13 | 307.27 | 0.34 | 0.81 |
| Hex | DF | BE | DB | 0 | F | 2 | D | 133 | 22 | 51 |
| Octal | 337 | 276 | 333 | 0 | 17 | 2 | 15 | 463 | 42 | 121 |
| Binary | 11011111 | 10111110 | 11011011 | 0 | 1111 | 10 | 1101 | 100110011 | 100010 | 1010001 |
Color Harmonies of #DFBEDB
Complementary color
Monochromatic Colors of #DFBEDB
Black with #DFBEDB
Text Example
Text Example
White with #DFBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEDB; }
p { color: rgb(223,190,219); }
H1.HeaderClassName
{
color: #DFBEDB;
}
.AnyTagClassName
{
color: #DFBEDB;
}
</style>
background-color css
<style>
a { background-color: #DFBEDB; }
a { background-color: rgb(223,190,219); }
div.DivClassName
{
background-color: #DFBEDB;
}
.BgClassName
{
background-color: #DFBEDB;
}
</style>
border-color css
<style>
span { border-color: #DFBEDB; }
span { border-color: rgb(223,190,219); }
td.TdClassName
{
border-color: #DFBEDB;
}
.TagClassName
{
border-color: #DFBEDB;
}
</style>