Shades of French Lilac #DDC8D7
Tints of French Lilac #DDC8D7
RGB
CMYK
RGB Variations
Color information
#DDC8D7 (or 0xDDC8D7) is known color: French Lilac. HEX triplet: DD, C8 and D7. RGB value is (221,200,215). Sum of RGB (Red+Green+Blue) = 221+200+215=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8D7 is #223728. Grayscale: #CFCFCF. Windows color (decimal): -2242345 or 14141661. OLE color: 14141661.
HSL color Cylindrical-coordinate representation of color #DDC8D7: hue angle of 317.14º 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 #DDC8D7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 215 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.13 |
| HSL | 317.14º | 0.24% | 0.83% | - |
| HSV(B) | 317.14º | 0.1% | 0.87% | - |
| XYZ | 62.74 | 61.59 | 72.87 | - |
| YUV | 207.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 215 | 0 | 0.10 | 0.03 | 0.13 | 317.14 | 0.24 | 0.83 |
| Hex | DD | C8 | D7 | 0 | A | 3 | D | 13D | 18 | 53 |
| Octal | 335 | 310 | 327 | 0 | 12 | 3 | 15 | 475 | 30 | 123 |
| Binary | 11011101 | 11001000 | 11010111 | 0 | 1010 | 11 | 1101 | 100111101 | 11000 | 1010011 |
Color Harmonies of #DDC8D7
Complementary color
Monochromatic Colors of #DDC8D7
Black with #DDC8D7
Text Example
Text Example
White with #DDC8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8D7; }
p { color: rgb(221,200,215); }
H1.HeaderClassName
{
color: #DDC8D7;
}
.AnyTagClassName
{
color: #DDC8D7;
}
</style>
background-color css
<style>
a { background-color: #DDC8D7; }
a { background-color: rgb(221,200,215); }
div.DivClassName
{
background-color: #DDC8D7;
}
.BgClassName
{
background-color: #DDC8D7;
}
</style>
border-color css
<style>
span { border-color: #DDC8D7; }
span { border-color: rgb(221,200,215); }
td.TdClassName
{
border-color: #DDC8D7;
}
.TagClassName
{
border-color: #DDC8D7;
}
</style>