Shades of French Lilac #DDC6D8
Tints of French Lilac #DDC6D8
RGB
CMYK
RGB Variations
Color information
#DDC6D8 (or 0xDDC6D8) is known color: French Lilac. HEX triplet: DD, C6 and D8. RGB value is (221,198,216). Sum of RGB (Red+Green+Blue) = 221+198+216=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D8 is #223927. Grayscale: #CECECE. Windows color (decimal): -2242856 or 14206685. OLE color: 14206685.
HSL color Cylindrical-coordinate representation of color #DDC6D8: hue angle of 313.04º degrees, saturation: 0.25, 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 #DDC6D8 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 216 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.13 |
| HSL | 313.04º | 0.25% | 0.82% | - |
| HSV(B) | 313.04º | 0.1% | 0.87% | - |
| XYZ | 62.41 | 60.72 | 73.4 | - |
| YUV | 206.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 216 | 0 | 0.10 | 0.02 | 0.13 | 313.04 | 0.25 | 0.82 |
| Hex | DD | C6 | D8 | 0 | A | 2 | D | 139 | 19 | 52 |
| Octal | 335 | 306 | 330 | 0 | 12 | 2 | 15 | 471 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11011000 | 0 | 1010 | 10 | 1101 | 100111001 | 11001 | 1010010 |
Color Harmonies of #DDC6D8
Complementary color
Monochromatic Colors of #DDC6D8
Black with #DDC6D8
Text Example
Text Example
White with #DDC6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6D8; }
p { color: rgb(221,198,216); }
H1.HeaderClassName
{
color: #DDC6D8;
}
.AnyTagClassName
{
color: #DDC6D8;
}
</style>
background-color css
<style>
a { background-color: #DDC6D8; }
a { background-color: rgb(221,198,216); }
div.DivClassName
{
background-color: #DDC6D8;
}
.BgClassName
{
background-color: #DDC6D8;
}
</style>
border-color css
<style>
span { border-color: #DDC6D8; }
span { border-color: rgb(221,198,216); }
td.TdClassName
{
border-color: #DDC6D8;
}
.TagClassName
{
border-color: #DDC6D8;
}
</style>