Shades of French Lilac #DDA9D0
Tints of French Lilac #DDA9D0
RGB
CMYK
RGB Variations
Color information
#DDA9D0 (or 0xDDA9D0) is known color: French Lilac. HEX triplet: DD, A9 and D0. RGB value is (221,169,208). Sum of RGB (Red+Green+Blue) = 221+169+208=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9D0 is #22562F. Grayscale: #BCBCBC. Windows color (decimal): -2250288 or 13674973. OLE color: 13674973.
HSL color Cylindrical-coordinate representation of color #DDA9D0: hue angle of 315º 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 #DDA9D0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 208 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.13 |
| HSL | 315º | 0.43% | 0.76% | - |
| HSV(B) | 315º | 0.24% | 0.87% | - |
| XYZ | 55.39 | 48.3 | 66.08 | - |
| YUV | 188.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 208 | 0 | 0.24 | 0.06 | 0.13 | 315 | 0.43 | 0.76 |
| Hex | DD | A9 | D0 | 0 | 18 | 6 | D | 13B | 2B | 4C |
| Octal | 335 | 251 | 320 | 0 | 30 | 6 | 15 | 473 | 53 | 114 |
| Binary | 11011101 | 10101001 | 11010000 | 0 | 11000 | 110 | 1101 | 100111011 | 101011 | 1001100 |
Color Harmonies of #DDA9D0
Complementary color
Monochromatic Colors of #DDA9D0
Black with #DDA9D0
Text Example
Text Example
White with #DDA9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9D0; }
p { color: rgb(221,169,208); }
H1.HeaderClassName
{
color: #DDA9D0;
}
.AnyTagClassName
{
color: #DDA9D0;
}
</style>
background-color css
<style>
a { background-color: #DDA9D0; }
a { background-color: rgb(221,169,208); }
div.DivClassName
{
background-color: #DDA9D0;
}
.BgClassName
{
background-color: #DDA9D0;
}
</style>
border-color css
<style>
span { border-color: #DDA9D0; }
span { border-color: rgb(221,169,208); }
td.TdClassName
{
border-color: #DDA9D0;
}
.TagClassName
{
border-color: #DDA9D0;
}
</style>