Shades of Lilac #D4A0CE
Tints of Lilac #D4A0CE
RGB
CMYK
RGB Variations
Color information
#D4A0CE (or 0xD4A0CE) is known color: Lilac. HEX triplet: D4, A0 and CE. RGB value is (212,160,206). Sum of RGB (Red+Green+Blue) = 212+160+206=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0CE is #2B5F31. Grayscale: #B4B4B4. Windows color (decimal): -2842418 or 13541588. OLE color: 13541588.
HSL color Cylindrical-coordinate representation of color #D4A0CE: hue angle of 306.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A0CE is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 206 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.17 |
| HSL | 306.92º | 0.38% | 0.73% | - |
| HSV(B) | 306.92º | 0.25% | 0.83% | - |
| XYZ | 50.86 | 43.59 | 64.13 | - |
| YUV | 180.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 206 | 0 | 0.25 | 0.03 | 0.17 | 306.92 | 0.38 | 0.73 |
| Hex | D4 | A0 | CE | 0 | 19 | 3 | 11 | 133 | 26 | 49 |
| Octal | 324 | 240 | 316 | 0 | 31 | 3 | 21 | 463 | 46 | 111 |
| Binary | 11010100 | 10100000 | 11001110 | 0 | 11001 | 11 | 10001 | 100110011 | 100110 | 1001001 |
Color Harmonies of #D4A0CE
Complementary color
Monochromatic Colors of #D4A0CE
Black with #D4A0CE
Text Example
Text Example
White with #D4A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0CE; }
p { color: rgb(212,160,206); }
H1.HeaderClassName
{
color: #D4A0CE;
}
.AnyTagClassName
{
color: #D4A0CE;
}
</style>
background-color css
<style>
a { background-color: #D4A0CE; }
a { background-color: rgb(212,160,206); }
div.DivClassName
{
background-color: #D4A0CE;
}
.BgClassName
{
background-color: #D4A0CE;
}
</style>
border-color css
<style>
span { border-color: #D4A0CE; }
span { border-color: rgb(212,160,206); }
td.TdClassName
{
border-color: #D4A0CE;
}
.TagClassName
{
border-color: #D4A0CE;
}
</style>