Shades of Lilac #D3A2CE
Tints of Lilac #D3A2CE
RGB
CMYK
RGB Variations
Color information
#D3A2CE (or 0xD3A2CE) is known color: Lilac. HEX triplet: D3, A2 and CE. RGB value is (211,162,206). Sum of RGB (Red+Green+Blue) = 211+162+206=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A2CE is #2C5D31. Grayscale: #B5B5B5. Windows color (decimal): -2907442 or 13542099. OLE color: 13542099.
HSL color Cylindrical-coordinate representation of color #D3A2CE: hue angle of 306.12º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A2CE is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 206 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.17 |
| HSL | 306.12º | 0.36% | 0.73% | - |
| HSV(B) | 306.12º | 0.23% | 0.83% | - |
| XYZ | 50.92 | 44.15 | 64.23 | - |
| YUV | 181.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 206 | 0 | 0.23 | 0.02 | 0.17 | 306.12 | 0.36 | 0.73 |
| Hex | D3 | A2 | CE | 0 | 17 | 2 | 11 | 132 | 24 | 49 |
| Octal | 323 | 242 | 316 | 0 | 27 | 2 | 21 | 462 | 44 | 111 |
| Binary | 11010011 | 10100010 | 11001110 | 0 | 10111 | 10 | 10001 | 100110010 | 100100 | 1001001 |
Color Harmonies of #D3A2CE
Complementary color
Monochromatic Colors of #D3A2CE
Black with #D3A2CE
Text Example
Text Example
White with #D3A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A2CE; }
p { color: rgb(211,162,206); }
H1.HeaderClassName
{
color: #D3A2CE;
}
.AnyTagClassName
{
color: #D3A2CE;
}
</style>
background-color css
<style>
a { background-color: #D3A2CE; }
a { background-color: rgb(211,162,206); }
div.DivClassName
{
background-color: #D3A2CE;
}
.BgClassName
{
background-color: #D3A2CE;
}
</style>
border-color css
<style>
span { border-color: #D3A2CE; }
span { border-color: rgb(211,162,206); }
td.TdClassName
{
border-color: #D3A2CE;
}
.TagClassName
{
border-color: #D3A2CE;
}
</style>