Shades of French Lilac #DDC9D9
Tints of French Lilac #DDC9D9
RGB
CMYK
RGB Variations
Color information
#DDC9D9 (or 0xDDC9D9) is known color: French Lilac. HEX triplet: DD, C9 and D9. RGB value is (221,201,217). Sum of RGB (Red+Green+Blue) = 221+201+217=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9D9 is #223626. Grayscale: #D0D0D0. Windows color (decimal): -2242087 or 14272989. OLE color: 14272989.
HSL color Cylindrical-coordinate representation of color #DDC9D9: hue angle of 312º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDC9D9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 217 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.13 |
| HSL | 312º | 0.23% | 0.83% | - |
| HSV(B) | 312º | 0.09% | 0.87% | - |
| XYZ | 63.23 | 62.16 | 74.31 | - |
| YUV | 208.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 217 | 0 | 0.09 | 0.02 | 0.13 | 312 | 0.23 | 0.83 |
| Hex | DD | C9 | D9 | 0 | 9 | 2 | D | 138 | 17 | 53 |
| Octal | 335 | 311 | 331 | 0 | 11 | 2 | 15 | 470 | 27 | 123 |
| Binary | 11011101 | 11001001 | 11011001 | 0 | 1001 | 10 | 1101 | 100111000 | 10111 | 1010011 |
Color Harmonies of #DDC9D9
Complementary color
Monochromatic Colors of #DDC9D9
Black with #DDC9D9
Text Example
Text Example
White with #DDC9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9D9; }
p { color: rgb(221,201,217); }
H1.HeaderClassName
{
color: #DDC9D9;
}
.AnyTagClassName
{
color: #DDC9D9;
}
</style>
background-color css
<style>
a { background-color: #DDC9D9; }
a { background-color: rgb(221,201,217); }
div.DivClassName
{
background-color: #DDC9D9;
}
.BgClassName
{
background-color: #DDC9D9;
}
</style>
border-color css
<style>
span { border-color: #DDC9D9; }
span { border-color: rgb(221,201,217); }
td.TdClassName
{
border-color: #DDC9D9;
}
.TagClassName
{
border-color: #DDC9D9;
}
</style>