Shades of French Lilac #DDB7D9
Tints of French Lilac #DDB7D9
RGB
CMYK
RGB Variations
Color information
#DDB7D9 (or 0xDDB7D9) is known color: French Lilac. HEX triplet: DD, B7 and D9. RGB value is (221,183,217). Sum of RGB (Red+Green+Blue) = 221+183+217=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7D9 is #224826. Grayscale: #C6C6C6. Windows color (decimal): -2246695 or 14268381. OLE color: 14268381.
HSL color Cylindrical-coordinate representation of color #DDB7D9: hue angle of 306.32º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7D9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 217 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.13 |
| HSL | 306.32º | 0.36% | 0.79% | - |
| HSV(B) | 306.32º | 0.17% | 0.87% | - |
| XYZ | 59.28 | 54.25 | 72.99 | - |
| YUV | 198.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 217 | 0 | 0.17 | 0.02 | 0.13 | 306.32 | 0.36 | 0.79 |
| Hex | DD | B7 | D9 | 0 | 11 | 2 | D | 132 | 24 | 4F |
| Octal | 335 | 267 | 331 | 0 | 21 | 2 | 15 | 462 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11011001 | 0 | 10001 | 10 | 1101 | 100110010 | 100100 | 1001111 |
Color Harmonies of #DDB7D9
Complementary color
Monochromatic Colors of #DDB7D9
Black with #DDB7D9
Text Example
Text Example
White with #DDB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7D9; }
p { color: rgb(221,183,217); }
H1.HeaderClassName
{
color: #DDB7D9;
}
.AnyTagClassName
{
color: #DDB7D9;
}
</style>
background-color css
<style>
a { background-color: #DDB7D9; }
a { background-color: rgb(221,183,217); }
div.DivClassName
{
background-color: #DDB7D9;
}
.BgClassName
{
background-color: #DDB7D9;
}
</style>
border-color css
<style>
span { border-color: #DDB7D9; }
span { border-color: rgb(221,183,217); }
td.TdClassName
{
border-color: #DDB7D9;
}
.TagClassName
{
border-color: #DDB7D9;
}
</style>