Shades of French Lilac #D6AFD2
Tints of French Lilac #D6AFD2
RGB
CMYK
RGB Variations
Color information
#D6AFD2 (or 0xD6AFD2) is known color: French Lilac. HEX triplet: D6, AF and D2. RGB value is (214,175,210). Sum of RGB (Red+Green+Blue) = 214+175+210=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFD2 is #29502D. Grayscale: #BEBEBE. Windows color (decimal): -2707502 or 13807574. OLE color: 13807574.
HSL color Cylindrical-coordinate representation of color #D6AFD2: hue angle of 306.15º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFD2 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 210 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.16 |
| HSL | 306.15º | 0.32% | 0.76% | - |
| HSV(B) | 306.15º | 0.18% | 0.84% | - |
| XYZ | 54.69 | 49.61 | 67.67 | - |
| YUV | 190.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 210 | 0 | 0.18 | 0.02 | 0.16 | 306.15 | 0.32 | 0.76 |
| Hex | D6 | AF | D2 | 0 | 12 | 2 | 10 | 132 | 20 | 4C |
| Octal | 326 | 257 | 322 | 0 | 22 | 2 | 20 | 462 | 40 | 114 |
| Binary | 11010110 | 10101111 | 11010010 | 0 | 10010 | 10 | 10000 | 100110010 | 100000 | 1001100 |
Color Harmonies of #D6AFD2
Complementary color
Monochromatic Colors of #D6AFD2
Black with #D6AFD2
Text Example
Text Example
White with #D6AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFD2; }
p { color: rgb(214,175,210); }
H1.HeaderClassName
{
color: #D6AFD2;
}
.AnyTagClassName
{
color: #D6AFD2;
}
</style>
background-color css
<style>
a { background-color: #D6AFD2; }
a { background-color: rgb(214,175,210); }
div.DivClassName
{
background-color: #D6AFD2;
}
.BgClassName
{
background-color: #D6AFD2;
}
</style>
border-color css
<style>
span { border-color: #D6AFD2; }
span { border-color: rgb(214,175,210); }
td.TdClassName
{
border-color: #D6AFD2;
}
.TagClassName
{
border-color: #D6AFD2;
}
</style>