Shades of Lilac #D0AAD5
Tints of Lilac #D0AAD5
RGB
CMYK
RGB Variations
Color information
#D0AAD5 (or 0xD0AAD5) is known color: Lilac. HEX triplet: D0, AA and D5. RGB value is (208,170,213). Sum of RGB (Red+Green+Blue) = 208+170+213=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAD5 is #2F552A. Grayscale: #BABABA. Windows color (decimal): -3101995 or 14002896. OLE color: 14002896.
HSL color Cylindrical-coordinate representation of color #D0AAD5: hue angle of 293.02º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0AAD5 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 170 | 213 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.16 |
| HSL | 293.02º | 0.34% | 0.75% | - |
| HSV(B) | 293.02º | 0.2% | 0.84% | - |
| XYZ | 52.4 | 46.96 | 69.25 | - |
| YUV | 186.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 213 | 0.02 | 0.20 | 0 | 0.16 | 293.02 | 0.34 | 0.75 |
| Hex | D0 | AA | D5 | 2 | 14 | 0 | 10 | 125 | 22 | 4B |
| Octal | 320 | 252 | 325 | 2 | 24 | 0 | 20 | 445 | 42 | 113 |
| Binary | 11010000 | 10101010 | 11010101 | 10 | 10100 | 0 | 10000 | 100100101 | 100010 | 1001011 |
Color Harmonies of #D0AAD5
Complementary color
Monochromatic Colors of #D0AAD5
Black with #D0AAD5
Text Example
Text Example
White with #D0AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAD5; }
p { color: rgb(208,170,213); }
H1.HeaderClassName
{
color: #D0AAD5;
}
.AnyTagClassName
{
color: #D0AAD5;
}
</style>
background-color css
<style>
a { background-color: #D0AAD5; }
a { background-color: rgb(208,170,213); }
div.DivClassName
{
background-color: #D0AAD5;
}
.BgClassName
{
background-color: #D0AAD5;
}
</style>
border-color css
<style>
span { border-color: #D0AAD5; }
span { border-color: rgb(208,170,213); }
td.TdClassName
{
border-color: #D0AAD5;
}
.TagClassName
{
border-color: #D0AAD5;
}
</style>