Shades of French Lilac #DDACD3
Tints of French Lilac #DDACD3
RGB
CMYK
RGB Variations
Color information
#DDACD3 (or 0xDDACD3) is known color: French Lilac. HEX triplet: DD, AC and D3. RGB value is (221,172,211). Sum of RGB (Red+Green+Blue) = 221+172+211=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD3 is #22532C. Grayscale: #BEBEBE. Windows color (decimal): -2249517 or 13872349. OLE color: 13872349.
HSL color Cylindrical-coordinate representation of color #DDACD3: hue angle of 312.24º 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 #DDACD3 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 211 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.13 |
| HSL | 312.24º | 0.42% | 0.77% | - |
| HSV(B) | 312.24º | 0.22% | 0.87% | - |
| XYZ | 56.33 | 49.58 | 68.23 | - |
| YUV | 191.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 211 | 0 | 0.22 | 0.05 | 0.13 | 312.24 | 0.42 | 0.77 |
| Hex | DD | AC | D3 | 0 | 16 | 5 | D | 138 | 2A | 4D |
| Octal | 335 | 254 | 323 | 0 | 26 | 5 | 15 | 470 | 52 | 115 |
| Binary | 11011101 | 10101100 | 11010011 | 0 | 10110 | 101 | 1101 | 100111000 | 101010 | 1001101 |
Color Harmonies of #DDACD3
Complementary color
Monochromatic Colors of #DDACD3
Black with #DDACD3
Text Example
Text Example
White with #DDACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACD3; }
p { color: rgb(221,172,211); }
H1.HeaderClassName
{
color: #DDACD3;
}
.AnyTagClassName
{
color: #DDACD3;
}
</style>
background-color css
<style>
a { background-color: #DDACD3; }
a { background-color: rgb(221,172,211); }
div.DivClassName
{
background-color: #DDACD3;
}
.BgClassName
{
background-color: #DDACD3;
}
</style>
border-color css
<style>
span { border-color: #DDACD3; }
span { border-color: rgb(221,172,211); }
td.TdClassName
{
border-color: #DDACD3;
}
.TagClassName
{
border-color: #DDACD3;
}
</style>