Shades of French Lilac #DDC5D8
Tints of French Lilac #DDC5D8
RGB
CMYK
RGB Variations
Color information
#DDC5D8 (or 0xDDC5D8) is known color: French Lilac. HEX triplet: DD, C5 and D8. RGB value is (221,197,216). Sum of RGB (Red+Green+Blue) = 221+197+216=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D8 is #223A27. Grayscale: #CECECE. Windows color (decimal): -2243112 or 14206429. OLE color: 14206429.
HSL color Cylindrical-coordinate representation of color #DDC5D8: hue angle of 312.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 #DDC5D8 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 216 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.13 |
| HSL | 312.5º | 0.26% | 0.82% | - |
| HSV(B) | 312.5º | 0.11% | 0.87% | - |
| XYZ | 62.18 | 60.26 | 73.32 | - |
| YUV | 206.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 216 | 0 | 0.11 | 0.02 | 0.13 | 312.5 | 0.26 | 0.82 |
| Hex | DD | C5 | D8 | 0 | B | 2 | D | 138 | 1A | 52 |
| Octal | 335 | 305 | 330 | 0 | 13 | 2 | 15 | 470 | 32 | 122 |
| Binary | 11011101 | 11000101 | 11011000 | 0 | 1011 | 10 | 1101 | 100111000 | 11010 | 1010010 |
Color Harmonies of #DDC5D8
Complementary color
Monochromatic Colors of #DDC5D8
Black with #DDC5D8
Text Example
Text Example
White with #DDC5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5D8; }
p { color: rgb(221,197,216); }
H1.HeaderClassName
{
color: #DDC5D8;
}
.AnyTagClassName
{
color: #DDC5D8;
}
</style>
background-color css
<style>
a { background-color: #DDC5D8; }
a { background-color: rgb(221,197,216); }
div.DivClassName
{
background-color: #DDC5D8;
}
.BgClassName
{
background-color: #DDC5D8;
}
</style>
border-color css
<style>
span { border-color: #DDC5D8; }
span { border-color: rgb(221,197,216); }
td.TdClassName
{
border-color: #DDC5D8;
}
.TagClassName
{
border-color: #DDC5D8;
}
</style>