Shades of Lilac #D1A7CA
Tints of Lilac #D1A7CA
RGB
CMYK
RGB Variations
Color information
#D1A7CA (or 0xD1A7CA) is known color: Lilac. HEX triplet: D1, A7 and CA. RGB value is (209,167,202). Sum of RGB (Red+Green+Blue) = 209+167+202=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7CA is #2E5835. Grayscale: #B7B7B7. Windows color (decimal): -3037238 or 13281233. OLE color: 13281233.
HSL color Cylindrical-coordinate representation of color #D1A7CA: hue angle of 310º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A7CA is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 202 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.18 |
| HSL | 310º | 0.31% | 0.74% | - |
| HSV(B) | 310º | 0.2% | 0.82% | - |
| XYZ | 50.77 | 45.46 | 61.98 | - |
| YUV | 183.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 202 | 0 | 0.20 | 0.03 | 0.18 | 310 | 0.31 | 0.74 |
| Hex | D1 | A7 | CA | 0 | 14 | 3 | 12 | 136 | 1F | 4A |
| Octal | 321 | 247 | 312 | 0 | 24 | 3 | 22 | 466 | 37 | 112 |
| Binary | 11010001 | 10100111 | 11001010 | 0 | 10100 | 11 | 10010 | 100110110 | 11111 | 1001010 |
Color Harmonies of #D1A7CA
Complementary color
Monochromatic Colors of #D1A7CA
Black with #D1A7CA
Text Example
Text Example
White with #D1A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7CA; }
p { color: rgb(209,167,202); }
H1.HeaderClassName
{
color: #D1A7CA;
}
.AnyTagClassName
{
color: #D1A7CA;
}
</style>
background-color css
<style>
a { background-color: #D1A7CA; }
a { background-color: rgb(209,167,202); }
div.DivClassName
{
background-color: #D1A7CA;
}
.BgClassName
{
background-color: #D1A7CA;
}
</style>
border-color css
<style>
span { border-color: #D1A7CA; }
span { border-color: rgb(209,167,202); }
td.TdClassName
{
border-color: #D1A7CA;
}
.TagClassName
{
border-color: #D1A7CA;
}
</style>