Shades of French Lilac #D9AFD2
Tints of French Lilac #D9AFD2
RGB
CMYK
RGB Variations
Color information
#D9AFD2 (or 0xD9AFD2) is known color: French Lilac. HEX triplet: D9, AF and D2. RGB value is (217,175,210). Sum of RGB (Red+Green+Blue) = 217+175+210=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFD2 is #26502D. Grayscale: #BFBFBF. Windows color (decimal): -2510894 or 13807577. OLE color: 13807577.
HSL color Cylindrical-coordinate representation of color #D9AFD2: hue angle of 310º 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 #D9AFD2 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 210 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.15 |
| HSL | 310º | 0.36% | 0.77% | - |
| HSV(B) | 310º | 0.19% | 0.85% | - |
| XYZ | 55.58 | 50.06 | 67.71 | - |
| YUV | 191.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 210 | 0 | 0.19 | 0.03 | 0.15 | 310 | 0.36 | 0.77 |
| Hex | D9 | AF | D2 | 0 | 13 | 3 | F | 136 | 24 | 4D |
| Octal | 331 | 257 | 322 | 0 | 23 | 3 | 17 | 466 | 44 | 115 |
| Binary | 11011001 | 10101111 | 11010010 | 0 | 10011 | 11 | 1111 | 100110110 | 100100 | 1001101 |
Color Harmonies of #D9AFD2
Complementary color
Monochromatic Colors of #D9AFD2
Black with #D9AFD2
Text Example
Text Example
White with #D9AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFD2; }
p { color: rgb(217,175,210); }
H1.HeaderClassName
{
color: #D9AFD2;
}
.AnyTagClassName
{
color: #D9AFD2;
}
</style>
background-color css
<style>
a { background-color: #D9AFD2; }
a { background-color: rgb(217,175,210); }
div.DivClassName
{
background-color: #D9AFD2;
}
.BgClassName
{
background-color: #D9AFD2;
}
</style>
border-color css
<style>
span { border-color: #D9AFD2; }
span { border-color: rgb(217,175,210); }
td.TdClassName
{
border-color: #D9AFD2;
}
.TagClassName
{
border-color: #D9AFD2;
}
</style>