Shades of French Lilac #D5AAD1
Tints of French Lilac #D5AAD1
RGB
CMYK
RGB Variations
Color information
#D5AAD1 (or 0xD5AAD1) is known color: French Lilac. HEX triplet: D5, AA and D1. RGB value is (213,170,209). Sum of RGB (Red+Green+Blue) = 213+170+209=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AAD1 is #2A552E. Grayscale: #BBBBBB. Windows color (decimal): -2774319 or 13740757. OLE color: 13740757.
HSL color Cylindrical-coordinate representation of color #D5AAD1: hue angle of 305.58º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5AAD1 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 209 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.16 |
| HSL | 305.58º | 0.34% | 0.75% | - |
| HSV(B) | 305.58º | 0.2% | 0.84% | - |
| XYZ | 53.32 | 47.5 | 66.68 | - |
| YUV | 187.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 209 | 0 | 0.20 | 0.02 | 0.16 | 305.58 | 0.34 | 0.75 |
| Hex | D5 | AA | D1 | 0 | 14 | 2 | 10 | 132 | 22 | 4B |
| Octal | 325 | 252 | 321 | 0 | 24 | 2 | 20 | 462 | 42 | 113 |
| Binary | 11010101 | 10101010 | 11010001 | 0 | 10100 | 10 | 10000 | 100110010 | 100010 | 1001011 |
Color Harmonies of #D5AAD1
Complementary color
Monochromatic Colors of #D5AAD1
Black with #D5AAD1
Text Example
Text Example
White with #D5AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAD1; }
p { color: rgb(213,170,209); }
H1.HeaderClassName
{
color: #D5AAD1;
}
.AnyTagClassName
{
color: #D5AAD1;
}
</style>
background-color css
<style>
a { background-color: #D5AAD1; }
a { background-color: rgb(213,170,209); }
div.DivClassName
{
background-color: #D5AAD1;
}
.BgClassName
{
background-color: #D5AAD1;
}
</style>
border-color css
<style>
span { border-color: #D5AAD1; }
span { border-color: rgb(213,170,209); }
td.TdClassName
{
border-color: #D5AAD1;
}
.TagClassName
{
border-color: #D5AAD1;
}
</style>