Shades of French Lilac #DDA7D0
Tints of French Lilac #DDA7D0
RGB
CMYK
RGB Variations
Color information
#DDA7D0 (or 0xDDA7D0) is known color: French Lilac. HEX triplet: DD, A7 and D0. RGB value is (221,167,208). Sum of RGB (Red+Green+Blue) = 221+167+208=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7D0 is #22582F. Grayscale: #BBBBBB. Windows color (decimal): -2250800 or 13674461. OLE color: 13674461.
HSL color Cylindrical-coordinate representation of color #DDA7D0: hue angle of 314.44º 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 #DDA7D0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 208 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.13 |
| HSL | 314.44º | 0.44% | 0.76% | - |
| HSV(B) | 314.44º | 0.24% | 0.87% | - |
| XYZ | 55.02 | 47.56 | 65.96 | - |
| YUV | 187.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 208 | 0 | 0.24 | 0.06 | 0.13 | 314.44 | 0.44 | 0.76 |
| Hex | DD | A7 | D0 | 0 | 18 | 6 | D | 13A | 2C | 4C |
| Octal | 335 | 247 | 320 | 0 | 30 | 6 | 15 | 472 | 54 | 114 |
| Binary | 11011101 | 10100111 | 11010000 | 0 | 11000 | 110 | 1101 | 100111010 | 101100 | 1001100 |
Color Harmonies of #DDA7D0
Complementary color
Monochromatic Colors of #DDA7D0
Black with #DDA7D0
Text Example
Text Example
White with #DDA7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7D0; }
p { color: rgb(221,167,208); }
H1.HeaderClassName
{
color: #DDA7D0;
}
.AnyTagClassName
{
color: #DDA7D0;
}
</style>
background-color css
<style>
a { background-color: #DDA7D0; }
a { background-color: rgb(221,167,208); }
div.DivClassName
{
background-color: #DDA7D0;
}
.BgClassName
{
background-color: #DDA7D0;
}
</style>
border-color css
<style>
span { border-color: #DDA7D0; }
span { border-color: rgb(221,167,208); }
td.TdClassName
{
border-color: #DDA7D0;
}
.TagClassName
{
border-color: #DDA7D0;
}
</style>