Shades of Lilac #D1AAD0
Tints of Lilac #D1AAD0
RGB
CMYK
RGB Variations
Color information
#D1AAD0 (or 0xD1AAD0) is known color: Lilac. HEX triplet: D1, AA and D0. RGB value is (209,170,208). Sum of RGB (Red+Green+Blue) = 209+170+208=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAD0 is #2E552F. Grayscale: #B9B9B9. Windows color (decimal): -3036464 or 13675217. OLE color: 13675217.
HSL color Cylindrical-coordinate representation of color #D1AAD0: hue angle of 301.54º 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 #D1AAD0 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 208 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.18 |
| HSL | 301.54º | 0.3% | 0.74% | - |
| HSV(B) | 301.54º | 0.19% | 0.82% | - |
| XYZ | 52.05 | 46.86 | 65.98 | - |
| YUV | 185.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 208 | 0 | 0.19 | 0.00 | 0.18 | 301.54 | 0.3 | 0.74 |
| Hex | D1 | AA | D0 | 0 | 13 | 0 | 12 | 12E | 1E | 4A |
| Octal | 321 | 252 | 320 | 0 | 23 | 0 | 22 | 456 | 36 | 112 |
| Binary | 11010001 | 10101010 | 11010000 | 0 | 10011 | 0 | 10010 | 100101110 | 11110 | 1001010 |
Color Harmonies of #D1AAD0
Complementary color
Monochromatic Colors of #D1AAD0
Black with #D1AAD0
Text Example
Text Example
White with #D1AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AAD0; }
p { color: rgb(209,170,208); }
H1.HeaderClassName
{
color: #D1AAD0;
}
.AnyTagClassName
{
color: #D1AAD0;
}
</style>
background-color css
<style>
a { background-color: #D1AAD0; }
a { background-color: rgb(209,170,208); }
div.DivClassName
{
background-color: #D1AAD0;
}
.BgClassName
{
background-color: #D1AAD0;
}
</style>
border-color css
<style>
span { border-color: #D1AAD0; }
span { border-color: rgb(209,170,208); }
td.TdClassName
{
border-color: #D1AAD0;
}
.TagClassName
{
border-color: #D1AAD0;
}
</style>