Shades of French Lilac #DDAACF
Tints of French Lilac #DDAACF
RGB
CMYK
RGB Variations
Color information
#DDAACF (or 0xDDAACF) is known color: French Lilac. HEX triplet: DD, AA and CF. RGB value is (221,170,207). Sum of RGB (Red+Green+Blue) = 221+170+207=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAACF is #225530. Grayscale: #BDBDBD. Windows color (decimal): -2250033 or 13609693. OLE color: 13609693.
HSL color Cylindrical-coordinate representation of color #DDAACF: hue angle of 316.47º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAACF is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 207 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.13 |
| HSL | 316.47º | 0.43% | 0.77% | - |
| HSV(B) | 316.47º | 0.23% | 0.87% | - |
| XYZ | 55.46 | 48.63 | 65.49 | - |
| YUV | 189.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 207 | 0 | 0.23 | 0.06 | 0.13 | 316.47 | 0.43 | 0.77 |
| Hex | DD | AA | CF | 0 | 17 | 6 | D | 13C | 2B | 4D |
| Octal | 335 | 252 | 317 | 0 | 27 | 6 | 15 | 474 | 53 | 115 |
| Binary | 11011101 | 10101010 | 11001111 | 0 | 10111 | 110 | 1101 | 100111100 | 101011 | 1001101 |
Color Harmonies of #DDAACF
Complementary color
Monochromatic Colors of #DDAACF
Black with #DDAACF
Text Example
Text Example
White with #DDAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAACF; }
p { color: rgb(221,170,207); }
H1.HeaderClassName
{
color: #DDAACF;
}
.AnyTagClassName
{
color: #DDAACF;
}
</style>
background-color css
<style>
a { background-color: #DDAACF; }
a { background-color: rgb(221,170,207); }
div.DivClassName
{
background-color: #DDAACF;
}
.BgClassName
{
background-color: #DDAACF;
}
</style>
border-color css
<style>
span { border-color: #DDAACF; }
span { border-color: rgb(221,170,207); }
td.TdClassName
{
border-color: #DDAACF;
}
.TagClassName
{
border-color: #DDAACF;
}
</style>