Shades of Lilac #D1A9CB
Tints of Lilac #D1A9CB
RGB
CMYK
RGB Variations
Color information
#D1A9CB (or 0xD1A9CB) is known color: Lilac. HEX triplet: D1, A9 and CB. RGB value is (209,169,203). Sum of RGB (Red+Green+Blue) = 209+169+203=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A9CB is #2E5634. Grayscale: #B8B8B8. Windows color (decimal): -3036725 or 13347281. OLE color: 13347281.
HSL color Cylindrical-coordinate representation of color #D1A9CB: hue angle of 309º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1A9CB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 203 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.18 |
| HSL | 309º | 0.3% | 0.74% | - |
| HSV(B) | 309º | 0.19% | 0.82% | - |
| XYZ | 51.26 | 46.24 | 62.72 | - |
| YUV | 184.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 203 | 0 | 0.19 | 0.03 | 0.18 | 309 | 0.3 | 0.74 |
| Hex | D1 | A9 | CB | 0 | 13 | 3 | 12 | 135 | 1E | 4A |
| Octal | 321 | 251 | 313 | 0 | 23 | 3 | 22 | 465 | 36 | 112 |
| Binary | 11010001 | 10101001 | 11001011 | 0 | 10011 | 11 | 10010 | 100110101 | 11110 | 1001010 |
Color Harmonies of #D1A9CB
Complementary color
Monochromatic Colors of #D1A9CB
Black with #D1A9CB
Text Example
Text Example
White with #D1A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A9CB; }
p { color: rgb(209,169,203); }
H1.HeaderClassName
{
color: #D1A9CB;
}
.AnyTagClassName
{
color: #D1A9CB;
}
</style>
background-color css
<style>
a { background-color: #D1A9CB; }
a { background-color: rgb(209,169,203); }
div.DivClassName
{
background-color: #D1A9CB;
}
.BgClassName
{
background-color: #D1A9CB;
}
</style>
border-color css
<style>
span { border-color: #D1A9CB; }
span { border-color: rgb(209,169,203); }
td.TdClassName
{
border-color: #D1A9CB;
}
.TagClassName
{
border-color: #D1A9CB;
}
</style>