Shades of Lilac #D1A0C7
Tints of Lilac #D1A0C7
RGB
CMYK
RGB Variations
Color information
#D1A0C7 (or 0xD1A0C7) is known color: Lilac. HEX triplet: D1, A0 and C7. RGB value is (209,160,199). Sum of RGB (Red+Green+Blue) = 209+160+199=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0C7 is #2E5F38. Grayscale: #B2B2B2. Windows color (decimal): -3039033 or 13082833. OLE color: 13082833.
HSL color Cylindrical-coordinate representation of color #D1A0C7: hue angle of 312.24º 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 #D1A0C7 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 199 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.18 |
| HSL | 312.24º | 0.35% | 0.72% | - |
| HSV(B) | 312.24º | 0.23% | 0.82% | - |
| XYZ | 49.17 | 42.82 | 59.71 | - |
| YUV | 179.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 199 | 0 | 0.23 | 0.05 | 0.18 | 312.24 | 0.35 | 0.72 |
| Hex | D1 | A0 | C7 | 0 | 17 | 5 | 12 | 138 | 23 | 48 |
| Octal | 321 | 240 | 307 | 0 | 27 | 5 | 22 | 470 | 43 | 110 |
| Binary | 11010001 | 10100000 | 11000111 | 0 | 10111 | 101 | 10010 | 100111000 | 100011 | 1001000 |
Color Harmonies of #D1A0C7
Complementary color
Monochromatic Colors of #D1A0C7
Black with #D1A0C7
Text Example
Text Example
White with #D1A0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0C7; }
p { color: rgb(209,160,199); }
H1.HeaderClassName
{
color: #D1A0C7;
}
.AnyTagClassName
{
color: #D1A0C7;
}
</style>
background-color css
<style>
a { background-color: #D1A0C7; }
a { background-color: rgb(209,160,199); }
div.DivClassName
{
background-color: #D1A0C7;
}
.BgClassName
{
background-color: #D1A0C7;
}
</style>
border-color css
<style>
span { border-color: #D1A0C7; }
span { border-color: rgb(209,160,199); }
td.TdClassName
{
border-color: #D1A0C7;
}
.TagClassName
{
border-color: #D1A0C7;
}
</style>