Shades of French Lilac #DDA6CF
Tints of French Lilac #DDA6CF
RGB
CMYK
RGB Variations
Color information
#DDA6CF (or 0xDDA6CF) is known color: French Lilac. HEX triplet: DD, A6 and CF. RGB value is (221,166,207). Sum of RGB (Red+Green+Blue) = 221+166+207=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6CF is #225930. Grayscale: #BBBBBB. Windows color (decimal): -2251057 or 13608669. OLE color: 13608669.
HSL color Cylindrical-coordinate representation of color #DDA6CF: hue angle of 315.27º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6CF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 207 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.13 |
| HSL | 315.27º | 0.45% | 0.76% | - |
| HSV(B) | 315.27º | 0.25% | 0.87% | - |
| XYZ | 54.72 | 47.15 | 65.25 | - |
| YUV | 187.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 207 | 0 | 0.25 | 0.06 | 0.13 | 315.27 | 0.45 | 0.76 |
| Hex | DD | A6 | CF | 0 | 19 | 6 | D | 13B | 2D | 4C |
| Octal | 335 | 246 | 317 | 0 | 31 | 6 | 15 | 473 | 55 | 114 |
| Binary | 11011101 | 10100110 | 11001111 | 0 | 11001 | 110 | 1101 | 100111011 | 101101 | 1001100 |
Color Harmonies of #DDA6CF
Complementary color
Monochromatic Colors of #DDA6CF
Black with #DDA6CF
Text Example
Text Example
White with #DDA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA6CF; }
p { color: rgb(221,166,207); }
H1.HeaderClassName
{
color: #DDA6CF;
}
.AnyTagClassName
{
color: #DDA6CF;
}
</style>
background-color css
<style>
a { background-color: #DDA6CF; }
a { background-color: rgb(221,166,207); }
div.DivClassName
{
background-color: #DDA6CF;
}
.BgClassName
{
background-color: #DDA6CF;
}
</style>
border-color css
<style>
span { border-color: #DDA6CF; }
span { border-color: rgb(221,166,207); }
td.TdClassName
{
border-color: #DDA6CF;
}
.TagClassName
{
border-color: #DDA6CF;
}
</style>