Shades of Lilac #D1A1CD
Tints of Lilac #D1A1CD
RGB
CMYK
RGB Variations
Color information
#D1A1CD (or 0xD1A1CD) is known color: Lilac. HEX triplet: D1, A1 and CD. RGB value is (209,161,205). Sum of RGB (Red+Green+Blue) = 209+161+205=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A1CD is #2E5E32. Grayscale: #B4B4B4. Windows color (decimal): -3038771 or 13476305. OLE color: 13476305.
HSL color Cylindrical-coordinate representation of color #D1A1CD: hue angle of 305º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A1CD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 205 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.18 |
| HSL | 305º | 0.34% | 0.73% | - |
| HSV(B) | 305º | 0.23% | 0.82% | - |
| XYZ | 50.06 | 43.45 | 63.51 | - |
| YUV | 180.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 205 | 0 | 0.23 | 0.02 | 0.18 | 305 | 0.34 | 0.73 |
| Hex | D1 | A1 | CD | 0 | 17 | 2 | 12 | 131 | 22 | 49 |
| Octal | 321 | 241 | 315 | 0 | 27 | 2 | 22 | 461 | 42 | 111 |
| Binary | 11010001 | 10100001 | 11001101 | 0 | 10111 | 10 | 10010 | 100110001 | 100010 | 1001001 |
Color Harmonies of #D1A1CD
Complementary color
Monochromatic Colors of #D1A1CD
Black with #D1A1CD
Text Example
Text Example
White with #D1A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A1CD; }
p { color: rgb(209,161,205); }
H1.HeaderClassName
{
color: #D1A1CD;
}
.AnyTagClassName
{
color: #D1A1CD;
}
</style>
background-color css
<style>
a { background-color: #D1A1CD; }
a { background-color: rgb(209,161,205); }
div.DivClassName
{
background-color: #D1A1CD;
}
.BgClassName
{
background-color: #D1A1CD;
}
</style>
border-color css
<style>
span { border-color: #D1A1CD; }
span { border-color: rgb(209,161,205); }
td.TdClassName
{
border-color: #D1A1CD;
}
.TagClassName
{
border-color: #D1A1CD;
}
</style>