Shades of French Lilac #DDC5D6
Tints of French Lilac #DDC5D6
RGB
CMYK
RGB Variations
Color information
#DDC5D6 (or 0xDDC5D6) is known color: French Lilac. HEX triplet: DD, C5 and D6. RGB value is (221,197,214). Sum of RGB (Red+Green+Blue) = 221+197+214=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D6 is #223A29. Grayscale: #CECECE. Windows color (decimal): -2243114 or 14075357. OLE color: 14075357.
HSL color Cylindrical-coordinate representation of color #DDC5D6: hue angle of 317.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC5D6 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 214 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.13 |
| HSL | 317.5º | 0.26% | 0.82% | - |
| HSV(B) | 317.5º | 0.11% | 0.87% | - |
| XYZ | 61.92 | 60.16 | 71.97 | - |
| YUV | 206.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 214 | 0 | 0.11 | 0.03 | 0.13 | 317.5 | 0.26 | 0.82 |
| Hex | DD | C5 | D6 | 0 | B | 3 | D | 13E | 1A | 52 |
| Octal | 335 | 305 | 326 | 0 | 13 | 3 | 15 | 476 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11010110 | 0 | 1011 | 11 | 1101 | 100111110 | 11010 | 1010010 |
Color Harmonies of #DDC5D6
Complementary color
Monochromatic Colors of #DDC5D6
Black with #DDC5D6
Text Example
Text Example
White with #DDC5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5D6; }
p { color: rgb(221,197,214); }
H1.HeaderClassName
{
color: #DDC5D6;
}
.AnyTagClassName
{
color: #DDC5D6;
}
</style>
background-color css
<style>
a { background-color: #DDC5D6; }
a { background-color: rgb(221,197,214); }
div.DivClassName
{
background-color: #DDC5D6;
}
.BgClassName
{
background-color: #DDC5D6;
}
</style>
border-color css
<style>
span { border-color: #DDC5D6; }
span { border-color: rgb(221,197,214); }
td.TdClassName
{
border-color: #DDC5D6;
}
.TagClassName
{
border-color: #DDC5D6;
}
</style>