Shades of Lilac #D1A2CA
Tints of Lilac #D1A2CA
RGB
CMYK
RGB Variations
Color information
#D1A2CA (or 0xD1A2CA) is known color: Lilac. HEX triplet: D1, A2 and CA. RGB value is (209,162,202). Sum of RGB (Red+Green+Blue) = 209+162+202=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2CA is #2E5D35. Grayscale: #B4B4B4. Windows color (decimal): -3038518 or 13279953. OLE color: 13279953.
HSL color Cylindrical-coordinate representation of color #D1A2CA: hue angle of 308.94º degrees, saturation: 0.34, 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 #D1A2CA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 202 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.18 |
| HSL | 308.94º | 0.34% | 0.73% | - |
| HSV(B) | 308.94º | 0.22% | 0.82% | - |
| XYZ | 49.88 | 43.66 | 61.68 | - |
| YUV | 180.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 202 | 0 | 0.22 | 0.03 | 0.18 | 308.94 | 0.34 | 0.73 |
| Hex | D1 | A2 | CA | 0 | 16 | 3 | 12 | 135 | 22 | 49 |
| Octal | 321 | 242 | 312 | 0 | 26 | 3 | 22 | 465 | 42 | 111 |
| Binary | 11010001 | 10100010 | 11001010 | 0 | 10110 | 11 | 10010 | 100110101 | 100010 | 1001001 |
Color Harmonies of #D1A2CA
Complementary color
Monochromatic Colors of #D1A2CA
Black with #D1A2CA
Text Example
Text Example
White with #D1A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A2CA; }
p { color: rgb(209,162,202); }
H1.HeaderClassName
{
color: #D1A2CA;
}
.AnyTagClassName
{
color: #D1A2CA;
}
</style>
background-color css
<style>
a { background-color: #D1A2CA; }
a { background-color: rgb(209,162,202); }
div.DivClassName
{
background-color: #D1A2CA;
}
.BgClassName
{
background-color: #D1A2CA;
}
</style>
border-color css
<style>
span { border-color: #D1A2CA; }
span { border-color: rgb(209,162,202); }
td.TdClassName
{
border-color: #D1A2CA;
}
.TagClassName
{
border-color: #D1A2CA;
}
</style>