Shades of Lilac #D3AACD
Tints of Lilac #D3AACD
RGB
CMYK
RGB Variations
Color information
#D3AACD (or 0xD3AACD) is known color: Lilac. HEX triplet: D3, AA and CD. RGB value is (211,170,205). Sum of RGB (Red+Green+Blue) = 211+170+205=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AACD is #2C5532. Grayscale: #BABABA. Windows color (decimal): -2905395 or 13478611. OLE color: 13478611.
HSL color Cylindrical-coordinate representation of color #D3AACD: hue angle of 308.78º 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 #D3AACD is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 205 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.17 |
| HSL | 308.78º | 0.32% | 0.75% | - |
| HSV(B) | 308.78º | 0.19% | 0.83% | - |
| XYZ | 52.26 | 47.01 | 64.08 | - |
| YUV | 186.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 205 | 0 | 0.19 | 0.03 | 0.17 | 308.78 | 0.32 | 0.75 |
| Hex | D3 | AA | CD | 0 | 13 | 3 | 11 | 135 | 20 | 4B |
| Octal | 323 | 252 | 315 | 0 | 23 | 3 | 21 | 465 | 40 | 113 |
| Binary | 11010011 | 10101010 | 11001101 | 0 | 10011 | 11 | 10001 | 100110101 | 100000 | 1001011 |
Color Harmonies of #D3AACD
Complementary color
Monochromatic Colors of #D3AACD
Black with #D3AACD
Text Example
Text Example
White with #D3AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AACD; }
p { color: rgb(211,170,205); }
H1.HeaderClassName
{
color: #D3AACD;
}
.AnyTagClassName
{
color: #D3AACD;
}
</style>
background-color css
<style>
a { background-color: #D3AACD; }
a { background-color: rgb(211,170,205); }
div.DivClassName
{
background-color: #D3AACD;
}
.BgClassName
{
background-color: #D3AACD;
}
</style>
border-color css
<style>
span { border-color: #D3AACD; }
span { border-color: rgb(211,170,205); }
td.TdClassName
{
border-color: #D3AACD;
}
.TagClassName
{
border-color: #D3AACD;
}
</style>