Shades of Lilac #D3A4CE
Tints of Lilac #D3A4CE
RGB
CMYK
RGB Variations
Color information
#D3A4CE (or 0xD3A4CE) is known color: Lilac. HEX triplet: D3, A4 and CE. RGB value is (211,164,206). Sum of RGB (Red+Green+Blue) = 211+164+206=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A4CE is #2C5B31. Grayscale: #B6B6B6. Windows color (decimal): -2906930 or 13542611. OLE color: 13542611.
HSL color Cylindrical-coordinate representation of color #D3A4CE: hue angle of 306.38º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A4CE is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 206 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.17 |
| HSL | 306.38º | 0.35% | 0.74% | - |
| HSV(B) | 306.38º | 0.22% | 0.83% | - |
| XYZ | 51.28 | 44.86 | 64.35 | - |
| YUV | 182.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 206 | 0 | 0.22 | 0.02 | 0.17 | 306.38 | 0.35 | 0.74 |
| Hex | D3 | A4 | CE | 0 | 16 | 2 | 11 | 132 | 23 | 4A |
| Octal | 323 | 244 | 316 | 0 | 26 | 2 | 21 | 462 | 43 | 112 |
| Binary | 11010011 | 10100100 | 11001110 | 0 | 10110 | 10 | 10001 | 100110010 | 100011 | 1001010 |
Color Harmonies of #D3A4CE
Complementary color
Monochromatic Colors of #D3A4CE
Black with #D3A4CE
Text Example
Text Example
White with #D3A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A4CE; }
p { color: rgb(211,164,206); }
H1.HeaderClassName
{
color: #D3A4CE;
}
.AnyTagClassName
{
color: #D3A4CE;
}
</style>
background-color css
<style>
a { background-color: #D3A4CE; }
a { background-color: rgb(211,164,206); }
div.DivClassName
{
background-color: #D3A4CE;
}
.BgClassName
{
background-color: #D3A4CE;
}
</style>
border-color css
<style>
span { border-color: #D3A4CE; }
span { border-color: rgb(211,164,206); }
td.TdClassName
{
border-color: #D3A4CE;
}
.TagClassName
{
border-color: #D3A4CE;
}
</style>