Shades of French Lilac #DDBCD9
Tints of French Lilac #DDBCD9
RGB
CMYK
RGB Variations
Color information
#DDBCD9 (or 0xDDBCD9) is known color: French Lilac. HEX triplet: DD, BC and D9. RGB value is (221,188,217). Sum of RGB (Red+Green+Blue) = 221+188+217=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCD9 is #224326. Grayscale: #C9C9C9. Windows color (decimal): -2245415 or 14269661. OLE color: 14269661.
HSL color Cylindrical-coordinate representation of color #DDBCD9: hue angle of 307.27º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCD9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 217 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.13 |
| HSL | 307.27º | 0.33% | 0.8% | - |
| HSV(B) | 307.27º | 0.15% | 0.87% | - |
| XYZ | 60.33 | 56.35 | 73.34 | - |
| YUV | 201.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 217 | 0 | 0.15 | 0.02 | 0.13 | 307.27 | 0.33 | 0.8 |
| Hex | DD | BC | D9 | 0 | F | 2 | D | 133 | 21 | 50 |
| Octal | 335 | 274 | 331 | 0 | 17 | 2 | 15 | 463 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11011001 | 0 | 1111 | 10 | 1101 | 100110011 | 100001 | 1010000 |
Color Harmonies of #DDBCD9
Complementary color
Monochromatic Colors of #DDBCD9
Black with #DDBCD9
Text Example
Text Example
White with #DDBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCD9; }
p { color: rgb(221,188,217); }
H1.HeaderClassName
{
color: #DDBCD9;
}
.AnyTagClassName
{
color: #DDBCD9;
}
</style>
background-color css
<style>
a { background-color: #DDBCD9; }
a { background-color: rgb(221,188,217); }
div.DivClassName
{
background-color: #DDBCD9;
}
.BgClassName
{
background-color: #DDBCD9;
}
</style>
border-color css
<style>
span { border-color: #DDBCD9; }
span { border-color: rgb(221,188,217); }
td.TdClassName
{
border-color: #DDBCD9;
}
.TagClassName
{
border-color: #DDBCD9;
}
</style>