Shades of French Lilac #DDA9CE
Tints of French Lilac #DDA9CE
RGB
CMYK
RGB Variations
Color information
#DDA9CE (or 0xDDA9CE) is known color: French Lilac. HEX triplet: DD, A9 and CE. RGB value is (221,169,206). Sum of RGB (Red+Green+Blue) = 221+169+206=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9CE is #225631. Grayscale: #BCBCBC. Windows color (decimal): -2250290 or 13543901. OLE color: 13543901.
HSL color Cylindrical-coordinate representation of color #DDA9CE: hue angle of 317.31º 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 #DDA9CE is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 206 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.13 |
| HSL | 317.31º | 0.43% | 0.76% | - |
| HSV(B) | 317.31º | 0.24% | 0.87% | - |
| XYZ | 55.15 | 48.2 | 64.79 | - |
| YUV | 188.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 206 | 0 | 0.24 | 0.07 | 0.13 | 317.31 | 0.43 | 0.76 |
| Hex | DD | A9 | CE | 0 | 18 | 7 | D | 13D | 2B | 4C |
| Octal | 335 | 251 | 316 | 0 | 30 | 7 | 15 | 475 | 53 | 114 |
| Binary | 11011101 | 10101001 | 11001110 | 0 | 11000 | 111 | 1101 | 100111101 | 101011 | 1001100 |
Color Harmonies of #DDA9CE
Complementary color
Monochromatic Colors of #DDA9CE
Black with #DDA9CE
Text Example
Text Example
White with #DDA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9CE; }
p { color: rgb(221,169,206); }
H1.HeaderClassName
{
color: #DDA9CE;
}
.AnyTagClassName
{
color: #DDA9CE;
}
</style>
background-color css
<style>
a { background-color: #DDA9CE; }
a { background-color: rgb(221,169,206); }
div.DivClassName
{
background-color: #DDA9CE;
}
.BgClassName
{
background-color: #DDA9CE;
}
</style>
border-color css
<style>
span { border-color: #DDA9CE; }
span { border-color: rgb(221,169,206); }
td.TdClassName
{
border-color: #DDA9CE;
}
.TagClassName
{
border-color: #DDA9CE;
}
</style>