Shades of French Lilac #DDCDD9
Tints of French Lilac #DDCDD9
RGB
CMYK
RGB Variations
Color information
#DDCDD9 (or 0xDDCDD9) is known color: French Lilac. HEX triplet: DD, CD and D9. RGB value is (221,205,217). Sum of RGB (Red+Green+Blue) = 221+205+217=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDD9 is #223226. Grayscale: #D3D3D3. Windows color (decimal): -2241063 or 14274013. OLE color: 14274013.
HSL color Cylindrical-coordinate representation of color #DDCDD9: hue angle of 315º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCDD9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 217 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.13 |
| HSL | 315º | 0.19% | 0.84% | - |
| HSV(B) | 315º | 0.07% | 0.87% | - |
| XYZ | 64.17 | 64.04 | 74.63 | - |
| YUV | 211.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 217 | 0 | 0.07 | 0.02 | 0.13 | 315 | 0.19 | 0.84 |
| Hex | DD | CD | D9 | 0 | 7 | 2 | D | 13B | 13 | 54 |
| Octal | 335 | 315 | 331 | 0 | 7 | 2 | 15 | 473 | 23 | 124 |
| Binary | 11011101 | 11001101 | 11011001 | 0 | 111 | 10 | 1101 | 100111011 | 10011 | 1010100 |
Color Harmonies of #DDCDD9
Complementary color
Monochromatic Colors of #DDCDD9
Black with #DDCDD9
Text Example
Text Example
White with #DDCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDD9; }
p { color: rgb(221,205,217); }
H1.HeaderClassName
{
color: #DDCDD9;
}
.AnyTagClassName
{
color: #DDCDD9;
}
</style>
background-color css
<style>
a { background-color: #DDCDD9; }
a { background-color: rgb(221,205,217); }
div.DivClassName
{
background-color: #DDCDD9;
}
.BgClassName
{
background-color: #DDCDD9;
}
</style>
border-color css
<style>
span { border-color: #DDCDD9; }
span { border-color: rgb(221,205,217); }
td.TdClassName
{
border-color: #DDCDD9;
}
.TagClassName
{
border-color: #DDCDD9;
}
</style>