Shades of French Lilac #D6AED5
Tints of French Lilac #D6AED5
RGB
CMYK
RGB Variations
Color information
#D6AED5 (or 0xD6AED5) is known color: French Lilac. HEX triplet: D6, AE and D5. RGB value is (214,174,213). Sum of RGB (Red+Green+Blue) = 214+174+213=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AED5 is #29512A. Grayscale: #BEBEBE. Windows color (decimal): -2707755 or 14003926. OLE color: 14003926.
HSL color Cylindrical-coordinate representation of color #D6AED5: hue angle of 301.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AED5 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 174 | 213 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.16 |
| HSL | 301.5º | 0.33% | 0.76% | - |
| HSV(B) | 301.5º | 0.19% | 0.84% | - |
| XYZ | 54.88 | 49.37 | 69.59 | - |
| YUV | 190.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 213 | 0 | 0.19 | 0.00 | 0.16 | 301.5 | 0.33 | 0.76 |
| Hex | D6 | AE | D5 | 0 | 13 | 0 | 10 | 12E | 21 | 4C |
| Octal | 326 | 256 | 325 | 0 | 23 | 0 | 20 | 456 | 41 | 114 |
| Binary | 11010110 | 10101110 | 11010101 | 0 | 10011 | 0 | 10000 | 100101110 | 100001 | 1001100 |
Color Harmonies of #D6AED5
Complementary color
Monochromatic Colors of #D6AED5
Black with #D6AED5
Text Example
Text Example
White with #D6AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AED5; }
p { color: rgb(214,174,213); }
H1.HeaderClassName
{
color: #D6AED5;
}
.AnyTagClassName
{
color: #D6AED5;
}
</style>
background-color css
<style>
a { background-color: #D6AED5; }
a { background-color: rgb(214,174,213); }
div.DivClassName
{
background-color: #D6AED5;
}
.BgClassName
{
background-color: #D6AED5;
}
</style>
border-color css
<style>
span { border-color: #D6AED5; }
span { border-color: rgb(214,174,213); }
td.TdClassName
{
border-color: #D6AED5;
}
.TagClassName
{
border-color: #D6AED5;
}
</style>