Shades of French Lilac #DDA8D4
Tints of French Lilac #DDA8D4
RGB
CMYK
RGB Variations
Color information
#DDA8D4 (or 0xDDA8D4) is known color: French Lilac. HEX triplet: DD, A8 and D4. RGB value is (221,168,212). Sum of RGB (Red+Green+Blue) = 221+168+212=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D4 is #22572B. Grayscale: #BCBCBC. Windows color (decimal): -2250540 or 13936861. OLE color: 13936861.
HSL color Cylindrical-coordinate representation of color #DDA8D4: hue angle of 310.19º 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 #DDA8D4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 212 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.13 |
| HSL | 310.19º | 0.44% | 0.76% | - |
| HSV(B) | 310.19º | 0.24% | 0.87% | - |
| XYZ | 55.71 | 48.13 | 68.64 | - |
| YUV | 188.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 212 | 0 | 0.24 | 0.04 | 0.13 | 310.19 | 0.44 | 0.76 |
| Hex | DD | A8 | D4 | 0 | 18 | 4 | D | 136 | 2C | 4C |
| Octal | 335 | 250 | 324 | 0 | 30 | 4 | 15 | 466 | 54 | 114 |
| Binary | 11011101 | 10101000 | 11010100 | 0 | 11000 | 100 | 1101 | 100110110 | 101100 | 1001100 |
Color Harmonies of #DDA8D4
Complementary color
Monochromatic Colors of #DDA8D4
Black with #DDA8D4
Text Example
Text Example
White with #DDA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8D4; }
p { color: rgb(221,168,212); }
H1.HeaderClassName
{
color: #DDA8D4;
}
.AnyTagClassName
{
color: #DDA8D4;
}
</style>
background-color css
<style>
a { background-color: #DDA8D4; }
a { background-color: rgb(221,168,212); }
div.DivClassName
{
background-color: #DDA8D4;
}
.BgClassName
{
background-color: #DDA8D4;
}
</style>
border-color css
<style>
span { border-color: #DDA8D4; }
span { border-color: rgb(221,168,212); }
td.TdClassName
{
border-color: #DDA8D4;
}
.TagClassName
{
border-color: #DDA8D4;
}
</style>