Shades of French Lilac #D9AFD3
Tints of French Lilac #D9AFD3
RGB
CMYK
RGB Variations
Color information
#D9AFD3 (or 0xD9AFD3) is known color: French Lilac. HEX triplet: D9, AF and D3. RGB value is (217,175,211). Sum of RGB (Red+Green+Blue) = 217+175+211=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFD3 is #26502C. Grayscale: #BFBFBF. Windows color (decimal): -2510893 or 13873113. OLE color: 13873113.
HSL color Cylindrical-coordinate representation of color #D9AFD3: hue angle of 308.57º 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 #D9AFD3 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 211 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.15 |
| HSL | 308.57º | 0.36% | 0.77% | - |
| HSV(B) | 308.57º | 0.19% | 0.85% | - |
| XYZ | 55.7 | 50.11 | 68.37 | - |
| YUV | 191.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 211 | 0 | 0.19 | 0.03 | 0.15 | 308.57 | 0.36 | 0.77 |
| Hex | D9 | AF | D3 | 0 | 13 | 3 | F | 135 | 24 | 4D |
| Octal | 331 | 257 | 323 | 0 | 23 | 3 | 17 | 465 | 44 | 115 |
| Binary | 11011001 | 10101111 | 11010011 | 0 | 10011 | 11 | 1111 | 100110101 | 100100 | 1001101 |
Color Harmonies of #D9AFD3
Complementary color
Monochromatic Colors of #D9AFD3
Black with #D9AFD3
Text Example
Text Example
White with #D9AFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFD3; }
p { color: rgb(217,175,211); }
H1.HeaderClassName
{
color: #D9AFD3;
}
.AnyTagClassName
{
color: #D9AFD3;
}
</style>
background-color css
<style>
a { background-color: #D9AFD3; }
a { background-color: rgb(217,175,211); }
div.DivClassName
{
background-color: #D9AFD3;
}
.BgClassName
{
background-color: #D9AFD3;
}
</style>
border-color css
<style>
span { border-color: #D9AFD3; }
span { border-color: rgb(217,175,211); }
td.TdClassName
{
border-color: #D9AFD3;
}
.TagClassName
{
border-color: #D9AFD3;
}
</style>