Shades of French Lilac #D9AACF
Tints of French Lilac #D9AACF
RGB
CMYK
RGB Variations
Color information
#D9AACF (or 0xD9AACF) is known color: French Lilac. HEX triplet: D9, AA and CF. RGB value is (217,170,207). Sum of RGB (Red+Green+Blue) = 217+170+207=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AACF is #265530. Grayscale: #BCBCBC. Windows color (decimal): -2512177 or 13609689. OLE color: 13609689.
HSL color Cylindrical-coordinate representation of color #D9AACF: hue angle of 312.77º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AACF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 207 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.15 |
| HSL | 312.77º | 0.38% | 0.76% | - |
| HSV(B) | 312.77º | 0.22% | 0.85% | - |
| XYZ | 54.25 | 48.01 | 65.44 | - |
| YUV | 188.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 207 | 0 | 0.22 | 0.05 | 0.15 | 312.77 | 0.38 | 0.76 |
| Hex | D9 | AA | CF | 0 | 16 | 5 | F | 139 | 26 | 4C |
| Octal | 331 | 252 | 317 | 0 | 26 | 5 | 17 | 471 | 46 | 114 |
| Binary | 11011001 | 10101010 | 11001111 | 0 | 10110 | 101 | 1111 | 100111001 | 100110 | 1001100 |
Color Harmonies of #D9AACF
Complementary color
Monochromatic Colors of #D9AACF
Black with #D9AACF
Text Example
Text Example
White with #D9AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AACF; }
p { color: rgb(217,170,207); }
H1.HeaderClassName
{
color: #D9AACF;
}
.AnyTagClassName
{
color: #D9AACF;
}
</style>
background-color css
<style>
a { background-color: #D9AACF; }
a { background-color: rgb(217,170,207); }
div.DivClassName
{
background-color: #D9AACF;
}
.BgClassName
{
background-color: #D9AACF;
}
</style>
border-color css
<style>
span { border-color: #D9AACF; }
span { border-color: rgb(217,170,207); }
td.TdClassName
{
border-color: #D9AACF;
}
.TagClassName
{
border-color: #D9AACF;
}
</style>