Shades of French Lilac #D9AFCF
Tints of French Lilac #D9AFCF
RGB
CMYK
RGB Variations
Color information
#D9AFCF (or 0xD9AFCF) is known color: French Lilac. HEX triplet: D9, AF and CF. RGB value is (217,175,207). Sum of RGB (Red+Green+Blue) = 217+175+207=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFCF is #265030. Grayscale: #BFBFBF. Windows color (decimal): -2510897 or 13610969. OLE color: 13610969.
HSL color Cylindrical-coordinate representation of color #D9AFCF: hue angle of 314.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFCF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 207 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.15 |
| HSL | 314.29º | 0.36% | 0.77% | - |
| HSV(B) | 314.29º | 0.19% | 0.85% | - |
| XYZ | 55.21 | 49.92 | 65.76 | - |
| YUV | 191.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 207 | 0 | 0.19 | 0.05 | 0.15 | 314.29 | 0.36 | 0.77 |
| Hex | D9 | AF | CF | 0 | 13 | 5 | F | 13A | 24 | 4D |
| Octal | 331 | 257 | 317 | 0 | 23 | 5 | 17 | 472 | 44 | 115 |
| Binary | 11011001 | 10101111 | 11001111 | 0 | 10011 | 101 | 1111 | 100111010 | 100100 | 1001101 |
Color Harmonies of #D9AFCF
Complementary color
Monochromatic Colors of #D9AFCF
Black with #D9AFCF
Text Example
Text Example
White with #D9AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFCF; }
p { color: rgb(217,175,207); }
H1.HeaderClassName
{
color: #D9AFCF;
}
.AnyTagClassName
{
color: #D9AFCF;
}
</style>
background-color css
<style>
a { background-color: #D9AFCF; }
a { background-color: rgb(217,175,207); }
div.DivClassName
{
background-color: #D9AFCF;
}
.BgClassName
{
background-color: #D9AFCF;
}
</style>
border-color css
<style>
span { border-color: #D9AFCF; }
span { border-color: rgb(217,175,207); }
td.TdClassName
{
border-color: #D9AFCF;
}
.TagClassName
{
border-color: #D9AFCF;
}
</style>