Shades of French Lilac #DDA9CF
Tints of French Lilac #DDA9CF
RGB
CMYK
RGB Variations
Color information
#DDA9CF (or 0xDDA9CF) is known color: French Lilac. HEX triplet: DD, A9 and CF. RGB value is (221,169,207). Sum of RGB (Red+Green+Blue) = 221+169+207=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9CF is #225630. Grayscale: #BCBCBC. Windows color (decimal): -2250289 or 13609437. OLE color: 13609437.
HSL color Cylindrical-coordinate representation of color #DDA9CF: hue angle of 316.15º degrees, saturation: 0.43, 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 #DDA9CF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 207 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.13 |
| HSL | 316.15º | 0.43% | 0.76% | - |
| HSV(B) | 316.15º | 0.24% | 0.87% | - |
| XYZ | 55.27 | 48.25 | 65.43 | - |
| YUV | 188.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 207 | 0 | 0.24 | 0.06 | 0.13 | 316.15 | 0.43 | 0.76 |
| Hex | DD | A9 | CF | 0 | 18 | 6 | D | 13C | 2B | 4C |
| Octal | 335 | 251 | 317 | 0 | 30 | 6 | 15 | 474 | 53 | 114 |
| Binary | 11011101 | 10101001 | 11001111 | 0 | 11000 | 110 | 1101 | 100111100 | 101011 | 1001100 |
Color Harmonies of #DDA9CF
Complementary color
Monochromatic Colors of #DDA9CF
Black with #DDA9CF
Text Example
Text Example
White with #DDA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9CF; }
p { color: rgb(221,169,207); }
H1.HeaderClassName
{
color: #DDA9CF;
}
.AnyTagClassName
{
color: #DDA9CF;
}
</style>
background-color css
<style>
a { background-color: #DDA9CF; }
a { background-color: rgb(221,169,207); }
div.DivClassName
{
background-color: #DDA9CF;
}
.BgClassName
{
background-color: #DDA9CF;
}
</style>
border-color css
<style>
span { border-color: #DDA9CF; }
span { border-color: rgb(221,169,207); }
td.TdClassName
{
border-color: #DDA9CF;
}
.TagClassName
{
border-color: #DDA9CF;
}
</style>