Shades of French Lilac #DDC8D9
Tints of French Lilac #DDC8D9
RGB
CMYK
RGB Variations
Color information
#DDC8D9 (or 0xDDC8D9) is known color: French Lilac. HEX triplet: DD, C8 and D9. RGB value is (221,200,217). Sum of RGB (Red+Green+Blue) = 221+200+217=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8D9 is #223726. Grayscale: #D0D0D0. Windows color (decimal): -2242343 or 14272733. OLE color: 14272733.
HSL color Cylindrical-coordinate representation of color #DDC8D9: hue angle of 311.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC8D9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 217 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.13 |
| HSL | 311.43º | 0.24% | 0.83% | - |
| HSV(B) | 311.43º | 0.1% | 0.87% | - |
| XYZ | 63 | 61.69 | 74.23 | - |
| YUV | 208.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 217 | 0 | 0.10 | 0.02 | 0.13 | 311.43 | 0.24 | 0.83 |
| Hex | DD | C8 | D9 | 0 | A | 2 | D | 137 | 18 | 53 |
| Octal | 335 | 310 | 331 | 0 | 12 | 2 | 15 | 467 | 30 | 123 |
| Binary | 11011101 | 11001000 | 11011001 | 0 | 1010 | 10 | 1101 | 100110111 | 11000 | 1010011 |
Color Harmonies of #DDC8D9
Complementary color
Monochromatic Colors of #DDC8D9
Black with #DDC8D9
Text Example
Text Example
White with #DDC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8D9; }
p { color: rgb(221,200,217); }
H1.HeaderClassName
{
color: #DDC8D9;
}
.AnyTagClassName
{
color: #DDC8D9;
}
</style>
background-color css
<style>
a { background-color: #DDC8D9; }
a { background-color: rgb(221,200,217); }
div.DivClassName
{
background-color: #DDC8D9;
}
.BgClassName
{
background-color: #DDC8D9;
}
</style>
border-color css
<style>
span { border-color: #DDC8D9; }
span { border-color: rgb(221,200,217); }
td.TdClassName
{
border-color: #DDC8D9;
}
.TagClassName
{
border-color: #DDC8D9;
}
</style>