Shades of Lilac #D1ABCD
Tints of Lilac #D1ABCD
RGB
CMYK
RGB Variations
Color information
#D1ABCD (or 0xD1ABCD) is known color: Lilac. HEX triplet: D1, AB and CD. RGB value is (209,171,205). Sum of RGB (Red+Green+Blue) = 209+171+205=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABCD is #2E5432. Grayscale: #BABABA. Windows color (decimal): -3036211 or 13478865. OLE color: 13478865.
HSL color Cylindrical-coordinate representation of color #D1ABCD: hue angle of 306.32º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABCD is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 205 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.18 |
| HSL | 306.32º | 0.29% | 0.75% | - |
| HSV(B) | 306.32º | 0.18% | 0.82% | - |
| XYZ | 51.88 | 47.09 | 64.11 | - |
| YUV | 186.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 205 | 0 | 0.18 | 0.02 | 0.18 | 306.32 | 0.29 | 0.75 |
| Hex | D1 | AB | CD | 0 | 12 | 2 | 12 | 132 | 1D | 4B |
| Octal | 321 | 253 | 315 | 0 | 22 | 2 | 22 | 462 | 35 | 113 |
| Binary | 11010001 | 10101011 | 11001101 | 0 | 10010 | 10 | 10010 | 100110010 | 11101 | 1001011 |
Color Harmonies of #D1ABCD
Complementary color
Monochromatic Colors of #D1ABCD
Black with #D1ABCD
Text Example
Text Example
White with #D1ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABCD; }
p { color: rgb(209,171,205); }
H1.HeaderClassName
{
color: #D1ABCD;
}
.AnyTagClassName
{
color: #D1ABCD;
}
</style>
background-color css
<style>
a { background-color: #D1ABCD; }
a { background-color: rgb(209,171,205); }
div.DivClassName
{
background-color: #D1ABCD;
}
.BgClassName
{
background-color: #D1ABCD;
}
</style>
border-color css
<style>
span { border-color: #D1ABCD; }
span { border-color: rgb(209,171,205); }
td.TdClassName
{
border-color: #D1ABCD;
}
.TagClassName
{
border-color: #D1ABCD;
}
</style>