Shades of French Lilac #DDA8D0
Tints of French Lilac #DDA8D0
RGB
CMYK
RGB Variations
Color information
#DDA8D0 (or 0xDDA8D0) is known color: French Lilac. HEX triplet: DD, A8 and D0. RGB value is (221,168,208). Sum of RGB (Red+Green+Blue) = 221+168+208=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D0 is #22572F. Grayscale: #BCBCBC. Windows color (decimal): -2250544 or 13674717. OLE color: 13674717.
HSL color Cylindrical-coordinate representation of color #DDA8D0: hue angle of 314.72º 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 #DDA8D0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 208 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.13 |
| HSL | 314.72º | 0.44% | 0.76% | - |
| HSV(B) | 314.72º | 0.24% | 0.87% | - |
| XYZ | 55.21 | 47.93 | 66.02 | - |
| YUV | 188.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 208 | 0 | 0.24 | 0.06 | 0.13 | 314.72 | 0.44 | 0.76 |
| Hex | DD | A8 | D0 | 0 | 18 | 6 | D | 13B | 2C | 4C |
| Octal | 335 | 250 | 320 | 0 | 30 | 6 | 15 | 473 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11010000 | 0 | 11000 | 110 | 1101 | 100111011 | 101100 | 1001100 |
Color Harmonies of #DDA8D0
Complementary color
Monochromatic Colors of #DDA8D0
Black with #DDA8D0
Text Example
Text Example
White with #DDA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8D0; }
p { color: rgb(221,168,208); }
H1.HeaderClassName
{
color: #DDA8D0;
}
.AnyTagClassName
{
color: #DDA8D0;
}
</style>
background-color css
<style>
a { background-color: #DDA8D0; }
a { background-color: rgb(221,168,208); }
div.DivClassName
{
background-color: #DDA8D0;
}
.BgClassName
{
background-color: #DDA8D0;
}
</style>
border-color css
<style>
span { border-color: #DDA8D0; }
span { border-color: rgb(221,168,208); }
td.TdClassName
{
border-color: #DDA8D0;
}
.TagClassName
{
border-color: #DDA8D0;
}
</style>