Shades of French Lilac #DDC7D7
Tints of French Lilac #DDC7D7
RGB
CMYK
RGB Variations
Color information
#DDC7D7 (or 0xDDC7D7) is known color: French Lilac. HEX triplet: DD, C7 and D7. RGB value is (221,199,215). Sum of RGB (Red+Green+Blue) = 221+199+215=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D7 is #223828. Grayscale: #CFCFCF. Windows color (decimal): -2242601 or 14141405. OLE color: 14141405.
HSL color Cylindrical-coordinate representation of color #DDC7D7: hue angle of 316.36º degrees, saturation: 0.24, 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 #DDC7D7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 215 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.13 |
| HSL | 316.36º | 0.24% | 0.82% | - |
| HSV(B) | 316.36º | 0.1% | 0.87% | - |
| XYZ | 62.51 | 61.13 | 72.79 | - |
| YUV | 207.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 215 | 0 | 0.10 | 0.03 | 0.13 | 316.36 | 0.24 | 0.82 |
| Hex | DD | C7 | D7 | 0 | A | 3 | D | 13C | 18 | 52 |
| Octal | 335 | 307 | 327 | 0 | 12 | 3 | 15 | 474 | 30 | 122 |
| Binary | 11011101 | 11000111 | 11010111 | 0 | 1010 | 11 | 1101 | 100111100 | 11000 | 1010010 |
Color Harmonies of #DDC7D7
Complementary color
Monochromatic Colors of #DDC7D7
Black with #DDC7D7
Text Example
Text Example
White with #DDC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7D7; }
p { color: rgb(221,199,215); }
H1.HeaderClassName
{
color: #DDC7D7;
}
.AnyTagClassName
{
color: #DDC7D7;
}
</style>
background-color css
<style>
a { background-color: #DDC7D7; }
a { background-color: rgb(221,199,215); }
div.DivClassName
{
background-color: #DDC7D7;
}
.BgClassName
{
background-color: #DDC7D7;
}
</style>
border-color css
<style>
span { border-color: #DDC7D7; }
span { border-color: rgb(221,199,215); }
td.TdClassName
{
border-color: #DDC7D7;
}
.TagClassName
{
border-color: #DDC7D7;
}
</style>