Shades of French Lilac #DDA9D2
Tints of French Lilac #DDA9D2
RGB
CMYK
RGB Variations
Color information
#DDA9D2 (or 0xDDA9D2) is known color: French Lilac. HEX triplet: DD, A9 and D2. RGB value is (221,169,210). Sum of RGB (Red+Green+Blue) = 221+169+210=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9D2 is #22562D. Grayscale: #BDBDBD. Windows color (decimal): -2250286 or 13806045. OLE color: 13806045.
HSL color Cylindrical-coordinate representation of color #DDA9D2: hue angle of 312.69º 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 #DDA9D2 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 210 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.13 |
| HSL | 312.69º | 0.43% | 0.76% | - |
| HSV(B) | 312.69º | 0.24% | 0.87% | - |
| XYZ | 55.64 | 48.4 | 67.38 | - |
| YUV | 189.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 210 | 0 | 0.24 | 0.05 | 0.13 | 312.69 | 0.43 | 0.76 |
| Hex | DD | A9 | D2 | 0 | 18 | 5 | D | 139 | 2B | 4C |
| Octal | 335 | 251 | 322 | 0 | 30 | 5 | 15 | 471 | 53 | 114 |
| Binary | 11011101 | 10101001 | 11010010 | 0 | 11000 | 101 | 1101 | 100111001 | 101011 | 1001100 |
Color Harmonies of #DDA9D2
Complementary color
Monochromatic Colors of #DDA9D2
Black with #DDA9D2
Text Example
Text Example
White with #DDA9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9D2; }
p { color: rgb(221,169,210); }
H1.HeaderClassName
{
color: #DDA9D2;
}
.AnyTagClassName
{
color: #DDA9D2;
}
</style>
background-color css
<style>
a { background-color: #DDA9D2; }
a { background-color: rgb(221,169,210); }
div.DivClassName
{
background-color: #DDA9D2;
}
.BgClassName
{
background-color: #DDA9D2;
}
</style>
border-color css
<style>
span { border-color: #DDA9D2; }
span { border-color: rgb(221,169,210); }
td.TdClassName
{
border-color: #DDA9D2;
}
.TagClassName
{
border-color: #DDA9D2;
}
</style>