Shades of French Lilac #DDBDD9
Tints of French Lilac #DDBDD9
RGB
CMYK
RGB Variations
Color information
#DDBDD9 (or 0xDDBDD9) is known color: French Lilac. HEX triplet: DD, BD and D9. RGB value is (221,189,217). Sum of RGB (Red+Green+Blue) = 221+189+217=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDD9 is #224226. Grayscale: #C9C9C9. Windows color (decimal): -2245159 or 14269917. OLE color: 14269917.
HSL color Cylindrical-coordinate representation of color #DDBDD9: hue angle of 307.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDD9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 217 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.13 |
| HSL | 307.5º | 0.32% | 0.8% | - |
| HSV(B) | 307.5º | 0.14% | 0.87% | - |
| XYZ | 60.54 | 56.78 | 73.41 | - |
| YUV | 201.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 217 | 0 | 0.14 | 0.02 | 0.13 | 307.5 | 0.32 | 0.8 |
| Hex | DD | BD | D9 | 0 | E | 2 | D | 134 | 20 | 50 |
| Octal | 335 | 275 | 331 | 0 | 16 | 2 | 15 | 464 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11011001 | 0 | 1110 | 10 | 1101 | 100110100 | 100000 | 1010000 |
Color Harmonies of #DDBDD9
Complementary color
Monochromatic Colors of #DDBDD9
Black with #DDBDD9
Text Example
Text Example
White with #DDBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDD9; }
p { color: rgb(221,189,217); }
H1.HeaderClassName
{
color: #DDBDD9;
}
.AnyTagClassName
{
color: #DDBDD9;
}
</style>
background-color css
<style>
a { background-color: #DDBDD9; }
a { background-color: rgb(221,189,217); }
div.DivClassName
{
background-color: #DDBDD9;
}
.BgClassName
{
background-color: #DDBDD9;
}
</style>
border-color css
<style>
span { border-color: #DDBDD9; }
span { border-color: rgb(221,189,217); }
td.TdClassName
{
border-color: #DDBDD9;
}
.TagClassName
{
border-color: #DDBDD9;
}
</style>