Shades of French Lilac #DDC6D9
Tints of French Lilac #DDC6D9
RGB
CMYK
RGB Variations
Color information
#DDC6D9 (or 0xDDC6D9) is known color: French Lilac. HEX triplet: DD, C6 and D9. RGB value is (221,198,217). Sum of RGB (Red+Green+Blue) = 221+198+217=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D9 is #223926. Grayscale: #CECECE. Windows color (decimal): -2242855 or 14272221. OLE color: 14272221.
HSL color Cylindrical-coordinate representation of color #DDC6D9: hue angle of 310.43º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6D9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 217 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.13 |
| HSL | 310.43º | 0.25% | 0.82% | - |
| HSV(B) | 310.43º | 0.1% | 0.87% | - |
| XYZ | 62.54 | 60.77 | 74.08 | - |
| YUV | 207.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 217 | 0 | 0.10 | 0.02 | 0.13 | 310.43 | 0.25 | 0.82 |
| Hex | DD | C6 | D9 | 0 | A | 2 | D | 136 | 19 | 52 |
| Octal | 335 | 306 | 331 | 0 | 12 | 2 | 15 | 466 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11011001 | 0 | 1010 | 10 | 1101 | 100110110 | 11001 | 1010010 |
Color Harmonies of #DDC6D9
Complementary color
Monochromatic Colors of #DDC6D9
Black with #DDC6D9
Text Example
Text Example
White with #DDC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6D9; }
p { color: rgb(221,198,217); }
H1.HeaderClassName
{
color: #DDC6D9;
}
.AnyTagClassName
{
color: #DDC6D9;
}
</style>
background-color css
<style>
a { background-color: #DDC6D9; }
a { background-color: rgb(221,198,217); }
div.DivClassName
{
background-color: #DDC6D9;
}
.BgClassName
{
background-color: #DDC6D9;
}
</style>
border-color css
<style>
span { border-color: #DDC6D9; }
span { border-color: rgb(221,198,217); }
td.TdClassName
{
border-color: #DDC6D9;
}
.TagClassName
{
border-color: #DDC6D9;
}
</style>