Shades of French Lilac #DDA7CF
Tints of French Lilac #DDA7CF
RGB
CMYK
RGB Variations
Color information
#DDA7CF (or 0xDDA7CF) is known color: French Lilac. HEX triplet: DD, A7 and CF. RGB value is (221,167,207). Sum of RGB (Red+Green+Blue) = 221+167+207=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7CF is #225830. Grayscale: #BBBBBB. Windows color (decimal): -2250801 or 13608925. OLE color: 13608925.
HSL color Cylindrical-coordinate representation of color #DDA7CF: hue angle of 315.56º 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 #DDA7CF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 207 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.13 |
| HSL | 315.56º | 0.44% | 0.76% | - |
| HSV(B) | 315.56º | 0.24% | 0.87% | - |
| XYZ | 54.9 | 47.51 | 65.31 | - |
| YUV | 187.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 207 | 0 | 0.24 | 0.06 | 0.13 | 315.56 | 0.44 | 0.76 |
| Hex | DD | A7 | CF | 0 | 18 | 6 | D | 13C | 2C | 4C |
| Octal | 335 | 247 | 317 | 0 | 30 | 6 | 15 | 474 | 54 | 114 |
| Binary | 11011101 | 10100111 | 11001111 | 0 | 11000 | 110 | 1101 | 100111100 | 101100 | 1001100 |
Color Harmonies of #DDA7CF
Complementary color
Monochromatic Colors of #DDA7CF
Black with #DDA7CF
Text Example
Text Example
White with #DDA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7CF; }
p { color: rgb(221,167,207); }
H1.HeaderClassName
{
color: #DDA7CF;
}
.AnyTagClassName
{
color: #DDA7CF;
}
</style>
background-color css
<style>
a { background-color: #DDA7CF; }
a { background-color: rgb(221,167,207); }
div.DivClassName
{
background-color: #DDA7CF;
}
.BgClassName
{
background-color: #DDA7CF;
}
</style>
border-color css
<style>
span { border-color: #DDA7CF; }
span { border-color: rgb(221,167,207); }
td.TdClassName
{
border-color: #DDA7CF;
}
.TagClassName
{
border-color: #DDA7CF;
}
</style>