Shades of Lilac #D0A0D4
Tints of Lilac #D0A0D4
RGB
CMYK
RGB Variations
Color information
#D0A0D4 (or 0xD0A0D4) is known color: Lilac. HEX triplet: D0, A0 and D4. RGB value is (208,160,212). Sum of RGB (Red+Green+Blue) = 208+160+212=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0A0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0D4 is #2F5F2B. Grayscale: #B4B4B4. Windows color (decimal): -3104556 or 13934800. OLE color: 13934800.
HSL color Cylindrical-coordinate representation of color #D0A0D4: hue angle of 295.38º 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 #D0A0D4 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 160 | 212 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.17 |
| HSL | 295.38º | 0.38% | 0.73% | - |
| HSV(B) | 295.38º | 0.25% | 0.83% | - |
| XYZ | 50.47 | 43.3 | 67.99 | - |
| YUV | 180.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 212 | 0.02 | 0.25 | 0 | 0.17 | 295.38 | 0.38 | 0.73 |
| Hex | D0 | A0 | D4 | 2 | 19 | 0 | 11 | 127 | 26 | 49 |
| Octal | 320 | 240 | 324 | 2 | 31 | 0 | 21 | 447 | 46 | 111 |
| Binary | 11010000 | 10100000 | 11010100 | 10 | 11001 | 0 | 10001 | 100100111 | 100110 | 1001001 |
Color Harmonies of #D0A0D4
Complementary color
Monochromatic Colors of #D0A0D4
Black with #D0A0D4
Text Example
Text Example
White with #D0A0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0D4; }
p { color: rgb(208,160,212); }
H1.HeaderClassName
{
color: #D0A0D4;
}
.AnyTagClassName
{
color: #D0A0D4;
}
</style>
background-color css
<style>
a { background-color: #D0A0D4; }
a { background-color: rgb(208,160,212); }
div.DivClassName
{
background-color: #D0A0D4;
}
.BgClassName
{
background-color: #D0A0D4;
}
</style>
border-color css
<style>
span { border-color: #D0A0D4; }
span { border-color: rgb(208,160,212); }
td.TdClassName
{
border-color: #D0A0D4;
}
.TagClassName
{
border-color: #D0A0D4;
}
</style>