Shades of Lilac #D1AAD1
Tints of Lilac #D1AAD1
RGB
CMYK
RGB Variations
Color information
#D1AAD1 (or 0xD1AAD1) is known color: Lilac. HEX triplet: D1, AA and D1. RGB value is (209,170,209). Sum of RGB (Red+Green+Blue) = 209+170+209=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D1AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAD1 is #2E552E. Grayscale: #B9B9B9. Windows color (decimal): -3036463 or 13740753. OLE color: 13740753.
HSL color Cylindrical-coordinate representation of color #D1AAD1: hue angle of 300º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AAD1 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 209 | - |
| CMYK | 0 | 0.19 | 0 | 0.18 |
| HSL | 300º | 0.3% | 0.74% | - |
| HSV(B) | 300º | 0.19% | 0.82% | - |
| XYZ | 52.18 | 46.91 | 66.63 | - |
| YUV | 186.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 209 | 0 | 0.19 | 0 | 0.18 | 300 | 0.3 | 0.74 |
| Hex | D1 | AA | D1 | 0 | 13 | 0 | 12 | 12C | 1E | 4A |
| Octal | 321 | 252 | 321 | 0 | 23 | 0 | 22 | 454 | 36 | 112 |
| Binary | 11010001 | 10101010 | 11010001 | 0 | 10011 | 0 | 10010 | 100101100 | 11110 | 1001010 |
Color Harmonies of #D1AAD1
Complementary color
Monochromatic Colors of #D1AAD1
Black with #D1AAD1
Text Example
Text Example
White with #D1AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AAD1; }
p { color: rgb(209,170,209); }
H1.HeaderClassName
{
color: #D1AAD1;
}
.AnyTagClassName
{
color: #D1AAD1;
}
</style>
background-color css
<style>
a { background-color: #D1AAD1; }
a { background-color: rgb(209,170,209); }
div.DivClassName
{
background-color: #D1AAD1;
}
.BgClassName
{
background-color: #D1AAD1;
}
</style>
border-color css
<style>
span { border-color: #D1AAD1; }
span { border-color: rgb(209,170,209); }
td.TdClassName
{
border-color: #D1AAD1;
}
.TagClassName
{
border-color: #D1AAD1;
}
</style>