Shades of French Lilac #DDACD8
Tints of French Lilac #DDACD8
RGB
CMYK
RGB Variations
Color information
#DDACD8 (or 0xDDACD8) is known color: French Lilac. HEX triplet: DD, AC and D8. RGB value is (221,172,216). Sum of RGB (Red+Green+Blue) = 221+172+216=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD8 is #225327. Grayscale: #BFBFBF. Windows color (decimal): -2249512 or 14200029. OLE color: 14200029.
HSL color Cylindrical-coordinate representation of color #DDACD8: hue angle of 306.12º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACD8 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 216 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.13 |
| HSL | 306.12º | 0.42% | 0.77% | - |
| HSV(B) | 306.12º | 0.22% | 0.87% | - |
| XYZ | 56.97 | 49.84 | 71.58 | - |
| YUV | 191.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 216 | 0 | 0.22 | 0.02 | 0.13 | 306.12 | 0.42 | 0.77 |
| Hex | DD | AC | D8 | 0 | 16 | 2 | D | 132 | 2A | 4D |
| Octal | 335 | 254 | 330 | 0 | 26 | 2 | 15 | 462 | 52 | 115 |
| Binary | 11011101 | 10101100 | 11011000 | 0 | 10110 | 10 | 1101 | 100110010 | 101010 | 1001101 |
Color Harmonies of #DDACD8
Complementary color
Monochromatic Colors of #DDACD8
Black with #DDACD8
Text Example
Text Example
White with #DDACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACD8; }
p { color: rgb(221,172,216); }
H1.HeaderClassName
{
color: #DDACD8;
}
.AnyTagClassName
{
color: #DDACD8;
}
</style>
background-color css
<style>
a { background-color: #DDACD8; }
a { background-color: rgb(221,172,216); }
div.DivClassName
{
background-color: #DDACD8;
}
.BgClassName
{
background-color: #DDACD8;
}
</style>
border-color css
<style>
span { border-color: #DDACD8; }
span { border-color: rgb(221,172,216); }
td.TdClassName
{
border-color: #DDACD8;
}
.TagClassName
{
border-color: #DDACD8;
}
</style>