Shades of Lilac #D2A8D0
Tints of Lilac #D2A8D0
RGB
CMYK
RGB Variations
Color information
#D2A8D0 (or 0xD2A8D0) is known color: Lilac. HEX triplet: D2, A8 and D0. RGB value is (210,168,208). Sum of RGB (Red+Green+Blue) = 210+168+208=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8D0 is #2D572F. Grayscale: #B9B9B9. Windows color (decimal): -2971440 or 13674706. OLE color: 13674706.
HSL color Cylindrical-coordinate representation of color #D2A8D0: hue angle of 302.86º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A8D0 is Cyan = 0, Magento = 0.2, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 208 | - |
| CMYK | 0 | 0.2 | 0.01 | 0.18 |
| HSL | 302.86º | 0.32% | 0.74% | - |
| HSV(B) | 302.86º | 0.2% | 0.82% | - |
| XYZ | 51.97 | 46.26 | 65.86 | - |
| YUV | 185.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 208 | 0 | 0.2 | 0.01 | 0.18 | 302.86 | 0.32 | 0.74 |
| Hex | D2 | A8 | D0 | 0 | 14 | 1 | 12 | 12F | 20 | 4A |
| Octal | 322 | 250 | 320 | 0 | 24 | 1 | 22 | 457 | 40 | 112 |
| Binary | 11010010 | 10101000 | 11010000 | 0 | 10100 | 1 | 10010 | 100101111 | 100000 | 1001010 |
Color Harmonies of #D2A8D0
Complementary color
Monochromatic Colors of #D2A8D0
Black with #D2A8D0
Text Example
Text Example
White with #D2A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A8D0; }
p { color: rgb(210,168,208); }
H1.HeaderClassName
{
color: #D2A8D0;
}
.AnyTagClassName
{
color: #D2A8D0;
}
</style>
background-color css
<style>
a { background-color: #D2A8D0; }
a { background-color: rgb(210,168,208); }
div.DivClassName
{
background-color: #D2A8D0;
}
.BgClassName
{
background-color: #D2A8D0;
}
</style>
border-color css
<style>
span { border-color: #D2A8D0; }
span { border-color: rgb(210,168,208); }
td.TdClassName
{
border-color: #D2A8D0;
}
.TagClassName
{
border-color: #D2A8D0;
}
</style>