Shades of Lilac #D1A0CD
Tints of Lilac #D1A0CD
RGB
CMYK
RGB Variations
Color information
#D1A0CD (or 0xD1A0CD) is known color: Lilac. HEX triplet: D1, A0 and CD. RGB value is (209,160,205). Sum of RGB (Red+Green+Blue) = 209+160+205=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0CD is #2E5F32. Grayscale: #B3B3B3. Windows color (decimal): -3039027 or 13476049. OLE color: 13476049.
HSL color Cylindrical-coordinate representation of color #D1A0CD: hue angle of 304.9º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A0CD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 205 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.18 |
| HSL | 304.9º | 0.35% | 0.72% | - |
| HSV(B) | 304.9º | 0.23% | 0.82% | - |
| XYZ | 49.88 | 43.1 | 63.45 | - |
| YUV | 179.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 205 | 0 | 0.23 | 0.02 | 0.18 | 304.9 | 0.35 | 0.72 |
| Hex | D1 | A0 | CD | 0 | 17 | 2 | 12 | 131 | 23 | 48 |
| Octal | 321 | 240 | 315 | 0 | 27 | 2 | 22 | 461 | 43 | 110 |
| Binary | 11010001 | 10100000 | 11001101 | 0 | 10111 | 10 | 10010 | 100110001 | 100011 | 1001000 |
Color Harmonies of #D1A0CD
Complementary color
Monochromatic Colors of #D1A0CD
Black with #D1A0CD
Text Example
Text Example
White with #D1A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0CD; }
p { color: rgb(209,160,205); }
H1.HeaderClassName
{
color: #D1A0CD;
}
.AnyTagClassName
{
color: #D1A0CD;
}
</style>
background-color css
<style>
a { background-color: #D1A0CD; }
a { background-color: rgb(209,160,205); }
div.DivClassName
{
background-color: #D1A0CD;
}
.BgClassName
{
background-color: #D1A0CD;
}
</style>
border-color css
<style>
span { border-color: #D1A0CD; }
span { border-color: rgb(209,160,205); }
td.TdClassName
{
border-color: #D1A0CD;
}
.TagClassName
{
border-color: #D1A0CD;
}
</style>