Shades of French Lilac #D6A8D0
Tints of French Lilac #D6A8D0
RGB
CMYK
RGB Variations
Color information
#D6A8D0 (or 0xD6A8D0) is known color: French Lilac. HEX triplet: D6, A8 and D0. RGB value is (214,168,208). Sum of RGB (Red+Green+Blue) = 214+168+208=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8D0 is #29572F. Grayscale: #BABABA. Windows color (decimal): -2709296 or 13674710. OLE color: 13674710.
HSL color Cylindrical-coordinate representation of color #D6A8D0: hue angle of 307.83º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A8D0 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 208 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.16 |
| HSL | 307.83º | 0.36% | 0.75% | - |
| HSV(B) | 307.83º | 0.21% | 0.84% | - |
| XYZ | 53.12 | 46.86 | 65.92 | - |
| YUV | 186.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 208 | 0 | 0.21 | 0.03 | 0.16 | 307.83 | 0.36 | 0.75 |
| Hex | D6 | A8 | D0 | 0 | 15 | 3 | 10 | 134 | 24 | 4B |
| Octal | 326 | 250 | 320 | 0 | 25 | 3 | 20 | 464 | 44 | 113 |
| Binary | 11010110 | 10101000 | 11010000 | 0 | 10101 | 11 | 10000 | 100110100 | 100100 | 1001011 |
Color Harmonies of #D6A8D0
Complementary color
Monochromatic Colors of #D6A8D0
Black with #D6A8D0
Text Example
Text Example
White with #D6A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8D0; }
p { color: rgb(214,168,208); }
H1.HeaderClassName
{
color: #D6A8D0;
}
.AnyTagClassName
{
color: #D6A8D0;
}
</style>
background-color css
<style>
a { background-color: #D6A8D0; }
a { background-color: rgb(214,168,208); }
div.DivClassName
{
background-color: #D6A8D0;
}
.BgClassName
{
background-color: #D6A8D0;
}
</style>
border-color css
<style>
span { border-color: #D6A8D0; }
span { border-color: rgb(214,168,208); }
td.TdClassName
{
border-color: #D6A8D0;
}
.TagClassName
{
border-color: #D6A8D0;
}
</style>