Shades of Lilac #D3AAD2
Tints of Lilac #D3AAD2
RGB
CMYK
RGB Variations
Color information
#D3AAD2 (or 0xD3AAD2) is known color: Lilac. HEX triplet: D3, AA and D2. RGB value is (211,170,210). Sum of RGB (Red+Green+Blue) = 211+170+210=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AAD2 is #2C552D. Grayscale: #BABABA. Windows color (decimal): -2905390 or 13806291. OLE color: 13806291.
HSL color Cylindrical-coordinate representation of color #D3AAD2: hue angle of 301.46º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3AAD2 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 210 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.17 |
| HSL | 301.46º | 0.32% | 0.75% | - |
| HSV(B) | 301.46º | 0.19% | 0.83% | - |
| XYZ | 52.87 | 47.25 | 67.31 | - |
| YUV | 186.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 210 | 0 | 0.19 | 0.00 | 0.17 | 301.46 | 0.32 | 0.75 |
| Hex | D3 | AA | D2 | 0 | 13 | 0 | 11 | 12D | 20 | 4B |
| Octal | 323 | 252 | 322 | 0 | 23 | 0 | 21 | 455 | 40 | 113 |
| Binary | 11010011 | 10101010 | 11010010 | 0 | 10011 | 0 | 10001 | 100101101 | 100000 | 1001011 |
Color Harmonies of #D3AAD2
Complementary color
Monochromatic Colors of #D3AAD2
Black with #D3AAD2
Text Example
Text Example
White with #D3AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAD2; }
p { color: rgb(211,170,210); }
H1.HeaderClassName
{
color: #D3AAD2;
}
.AnyTagClassName
{
color: #D3AAD2;
}
</style>
background-color css
<style>
a { background-color: #D3AAD2; }
a { background-color: rgb(211,170,210); }
div.DivClassName
{
background-color: #D3AAD2;
}
.BgClassName
{
background-color: #D3AAD2;
}
</style>
border-color css
<style>
span { border-color: #D3AAD2; }
span { border-color: rgb(211,170,210); }
td.TdClassName
{
border-color: #D3AAD2;
}
.TagClassName
{
border-color: #D3AAD2;
}
</style>