Shades of Lilac #D2AACC
Tints of Lilac #D2AACC
RGB
CMYK
RGB Variations
Color information
#D2AACC (or 0xD2AACC) is known color: Lilac. HEX triplet: D2, AA and CC. RGB value is (210,170,204). Sum of RGB (Red+Green+Blue) = 210+170+204=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AACC is #2D5533. Grayscale: #B9B9B9. Windows color (decimal): -2970932 or 13413074. OLE color: 13413074.
HSL color Cylindrical-coordinate representation of color #D2AACC: hue angle of 309º 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 #D2AACC is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 204 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.18 |
| HSL | 309º | 0.31% | 0.75% | - |
| HSV(B) | 309º | 0.19% | 0.82% | - |
| XYZ | 51.85 | 46.81 | 63.43 | - |
| YUV | 185.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 204 | 0 | 0.19 | 0.03 | 0.18 | 309 | 0.31 | 0.75 |
| Hex | D2 | AA | CC | 0 | 13 | 3 | 12 | 135 | 1F | 4B |
| Octal | 322 | 252 | 314 | 0 | 23 | 3 | 22 | 465 | 37 | 113 |
| Binary | 11010010 | 10101010 | 11001100 | 0 | 10011 | 11 | 10010 | 100110101 | 11111 | 1001011 |
Color Harmonies of #D2AACC
Complementary color
Monochromatic Colors of #D2AACC
Black with #D2AACC
Text Example
Text Example
White with #D2AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AACC; }
p { color: rgb(210,170,204); }
H1.HeaderClassName
{
color: #D2AACC;
}
.AnyTagClassName
{
color: #D2AACC;
}
</style>
background-color css
<style>
a { background-color: #D2AACC; }
a { background-color: rgb(210,170,204); }
div.DivClassName
{
background-color: #D2AACC;
}
.BgClassName
{
background-color: #D2AACC;
}
</style>
border-color css
<style>
span { border-color: #D2AACC; }
span { border-color: rgb(210,170,204); }
td.TdClassName
{
border-color: #D2AACC;
}
.TagClassName
{
border-color: #D2AACC;
}
</style>