Shades of Lilac #D1A4CE
Tints of Lilac #D1A4CE
RGB
CMYK
RGB Variations
Color information
#D1A4CE (or 0xD1A4CE) is known color: Lilac. HEX triplet: D1, A4 and CE. RGB value is (209,164,206). Sum of RGB (Red+Green+Blue) = 209+164+206=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A4CE is #2E5B31. Grayscale: #B6B6B6. Windows color (decimal): -3038002 or 13542609. OLE color: 13542609.
HSL color Cylindrical-coordinate representation of color #D1A4CE: hue angle of 304º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A4CE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 206 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.18 |
| HSL | 304º | 0.33% | 0.73% | - |
| HSV(B) | 304º | 0.22% | 0.82% | - |
| XYZ | 50.71 | 44.56 | 64.32 | - |
| YUV | 182.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 206 | 0 | 0.22 | 0.01 | 0.18 | 304 | 0.33 | 0.73 |
| Hex | D1 | A4 | CE | 0 | 16 | 1 | 12 | 130 | 21 | 49 |
| Octal | 321 | 244 | 316 | 0 | 26 | 1 | 22 | 460 | 41 | 111 |
| Binary | 11010001 | 10100100 | 11001110 | 0 | 10110 | 1 | 10010 | 100110000 | 100001 | 1001001 |
Color Harmonies of #D1A4CE
Complementary color
Monochromatic Colors of #D1A4CE
Black with #D1A4CE
Text Example
Text Example
White with #D1A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A4CE; }
p { color: rgb(209,164,206); }
H1.HeaderClassName
{
color: #D1A4CE;
}
.AnyTagClassName
{
color: #D1A4CE;
}
</style>
background-color css
<style>
a { background-color: #D1A4CE; }
a { background-color: rgb(209,164,206); }
div.DivClassName
{
background-color: #D1A4CE;
}
.BgClassName
{
background-color: #D1A4CE;
}
</style>
border-color css
<style>
span { border-color: #D1A4CE; }
span { border-color: rgb(209,164,206); }
td.TdClassName
{
border-color: #D1A4CE;
}
.TagClassName
{
border-color: #D1A4CE;
}
</style>