Shades of Lilac #D1A0CC
Tints of Lilac #D1A0CC
RGB
CMYK
RGB Variations
Color information
#D1A0CC (or 0xD1A0CC) is known color: Lilac. HEX triplet: D1, A0 and CC. RGB value is (209,160,204). Sum of RGB (Red+Green+Blue) = 209+160+204=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0CC is #2E5F33. Grayscale: #B3B3B3. Windows color (decimal): -3039028 or 13410513. OLE color: 13410513.
HSL color Cylindrical-coordinate representation of color #D1A0CC: hue angle of 306.12º 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 #D1A0CC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 204 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.18 |
| HSL | 306.12º | 0.35% | 0.72% | - |
| HSV(B) | 306.12º | 0.23% | 0.82% | - |
| XYZ | 49.76 | 43.06 | 62.81 | - |
| YUV | 179.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 204 | 0 | 0.23 | 0.02 | 0.18 | 306.12 | 0.35 | 0.72 |
| Hex | D1 | A0 | CC | 0 | 17 | 2 | 12 | 132 | 23 | 48 |
| Octal | 321 | 240 | 314 | 0 | 27 | 2 | 22 | 462 | 43 | 110 |
| Binary | 11010001 | 10100000 | 11001100 | 0 | 10111 | 10 | 10010 | 100110010 | 100011 | 1001000 |
Color Harmonies of #D1A0CC
Complementary color
Monochromatic Colors of #D1A0CC
Black with #D1A0CC
Text Example
Text Example
White with #D1A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0CC; }
p { color: rgb(209,160,204); }
H1.HeaderClassName
{
color: #D1A0CC;
}
.AnyTagClassName
{
color: #D1A0CC;
}
</style>
background-color css
<style>
a { background-color: #D1A0CC; }
a { background-color: rgb(209,160,204); }
div.DivClassName
{
background-color: #D1A0CC;
}
.BgClassName
{
background-color: #D1A0CC;
}
</style>
border-color css
<style>
span { border-color: #D1A0CC; }
span { border-color: rgb(209,160,204); }
td.TdClassName
{
border-color: #D1A0CC;
}
.TagClassName
{
border-color: #D1A0CC;
}
</style>