Shades of Lilac #D4A8D0
Tints of Lilac #D4A8D0
RGB
CMYK
RGB Variations
Color information
#D4A8D0 (or 0xD4A8D0) is known color: Lilac. HEX triplet: D4, A8 and D0. RGB value is (212,168,208). Sum of RGB (Red+Green+Blue) = 212+168+208=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A8D0 is #2B572F. Grayscale: #B9B9B9. Windows color (decimal): -2840368 or 13674708. OLE color: 13674708.
HSL color Cylindrical-coordinate representation of color #D4A8D0: hue angle of 305.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8D0 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 208 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.17 |
| HSL | 305.45º | 0.34% | 0.75% | - |
| HSV(B) | 305.45º | 0.21% | 0.83% | - |
| XYZ | 52.54 | 46.56 | 65.89 | - |
| YUV | 185.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 208 | 0 | 0.21 | 0.02 | 0.17 | 305.45 | 0.34 | 0.75 |
| Hex | D4 | A8 | D0 | 0 | 15 | 2 | 11 | 131 | 22 | 4B |
| Octal | 324 | 250 | 320 | 0 | 25 | 2 | 21 | 461 | 42 | 113 |
| Binary | 11010100 | 10101000 | 11010000 | 0 | 10101 | 10 | 10001 | 100110001 | 100010 | 1001011 |
Color Harmonies of #D4A8D0
Complementary color
Monochromatic Colors of #D4A8D0
Black with #D4A8D0
Text Example
Text Example
White with #D4A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8D0; }
p { color: rgb(212,168,208); }
H1.HeaderClassName
{
color: #D4A8D0;
}
.AnyTagClassName
{
color: #D4A8D0;
}
</style>
background-color css
<style>
a { background-color: #D4A8D0; }
a { background-color: rgb(212,168,208); }
div.DivClassName
{
background-color: #D4A8D0;
}
.BgClassName
{
background-color: #D4A8D0;
}
</style>
border-color css
<style>
span { border-color: #D4A8D0; }
span { border-color: rgb(212,168,208); }
td.TdClassName
{
border-color: #D4A8D0;
}
.TagClassName
{
border-color: #D4A8D0;
}
</style>