Shades of Lilac #D2AACD
Tints of Lilac #D2AACD
RGB
CMYK
RGB Variations
Color information
#D2AACD (or 0xD2AACD) is known color: Lilac. HEX triplet: D2, AA and CD. RGB value is (210,170,205). Sum of RGB (Red+Green+Blue) = 210+170+205=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AACD is #2D5532. Grayscale: #B9B9B9. Windows color (decimal): -2970931 or 13478610. OLE color: 13478610.
HSL color Cylindrical-coordinate representation of color #D2AACD: hue angle of 307.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AACD is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 205 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.18 |
| HSL | 307.5º | 0.31% | 0.75% | - |
| HSV(B) | 307.5º | 0.19% | 0.82% | - |
| XYZ | 51.97 | 46.86 | 64.06 | - |
| YUV | 185.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 205 | 0 | 0.19 | 0.02 | 0.18 | 307.5 | 0.31 | 0.75 |
| Hex | D2 | AA | CD | 0 | 13 | 2 | 12 | 134 | 1F | 4B |
| Octal | 322 | 252 | 315 | 0 | 23 | 2 | 22 | 464 | 37 | 113 |
| Binary | 11010010 | 10101010 | 11001101 | 0 | 10011 | 10 | 10010 | 100110100 | 11111 | 1001011 |
Color Harmonies of #D2AACD
Complementary color
Monochromatic Colors of #D2AACD
Black with #D2AACD
Text Example
Text Example
White with #D2AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AACD; }
p { color: rgb(210,170,205); }
H1.HeaderClassName
{
color: #D2AACD;
}
.AnyTagClassName
{
color: #D2AACD;
}
</style>
background-color css
<style>
a { background-color: #D2AACD; }
a { background-color: rgb(210,170,205); }
div.DivClassName
{
background-color: #D2AACD;
}
.BgClassName
{
background-color: #D2AACD;
}
</style>
border-color css
<style>
span { border-color: #D2AACD; }
span { border-color: rgb(210,170,205); }
td.TdClassName
{
border-color: #D2AACD;
}
.TagClassName
{
border-color: #D2AACD;
}
</style>