Shades of French Lilac #DDA7D1
Tints of French Lilac #DDA7D1
RGB
CMYK
RGB Variations
Color information
#DDA7D1 (or 0xDDA7D1) is known color: French Lilac. HEX triplet: DD, A7 and D1. RGB value is (221,167,209). Sum of RGB (Red+Green+Blue) = 221+167+209=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7D1 is #22582E. Grayscale: #BBBBBB. Windows color (decimal): -2250799 or 13739997. OLE color: 13739997.
HSL color Cylindrical-coordinate representation of color #DDA7D1: hue angle of 313.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA7D1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 209 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.13 |
| HSL | 313.33º | 0.44% | 0.76% | - |
| HSV(B) | 313.33º | 0.24% | 0.87% | - |
| XYZ | 55.15 | 47.61 | 66.61 | - |
| YUV | 187.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 209 | 0 | 0.24 | 0.05 | 0.13 | 313.33 | 0.44 | 0.76 |
| Hex | DD | A7 | D1 | 0 | 18 | 5 | D | 139 | 2C | 4C |
| Octal | 335 | 247 | 321 | 0 | 30 | 5 | 15 | 471 | 54 | 114 |
| Binary | 11011101 | 10100111 | 11010001 | 0 | 11000 | 101 | 1101 | 100111001 | 101100 | 1001100 |
Color Harmonies of #DDA7D1
Complementary color
Monochromatic Colors of #DDA7D1
Black with #DDA7D1
Text Example
Text Example
White with #DDA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7D1; }
p { color: rgb(221,167,209); }
H1.HeaderClassName
{
color: #DDA7D1;
}
.AnyTagClassName
{
color: #DDA7D1;
}
</style>
background-color css
<style>
a { background-color: #DDA7D1; }
a { background-color: rgb(221,167,209); }
div.DivClassName
{
background-color: #DDA7D1;
}
.BgClassName
{
background-color: #DDA7D1;
}
</style>
border-color css
<style>
span { border-color: #DDA7D1; }
span { border-color: rgb(221,167,209); }
td.TdClassName
{
border-color: #DDA7D1;
}
.TagClassName
{
border-color: #DDA7D1;
}
</style>