Shades of Lilac #D0AACC
Tints of Lilac #D0AACC
RGB
CMYK
RGB Variations
Color information
#D0AACC (or 0xD0AACC) is known color: Lilac. HEX triplet: D0, AA and CC. RGB value is (208,170,204). Sum of RGB (Red+Green+Blue) = 208+170+204=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AACC is #2F5533. Grayscale: #B9B9B9. Windows color (decimal): -3102004 or 13413072. OLE color: 13413072.
HSL color Cylindrical-coordinate representation of color #D0AACC: hue angle of 306.32º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AACC is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 204 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.18 |
| HSL | 306.32º | 0.29% | 0.74% | - |
| HSV(B) | 306.32º | 0.18% | 0.82% | - |
| XYZ | 51.29 | 46.52 | 63.4 | - |
| YUV | 185.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 204 | 0 | 0.18 | 0.02 | 0.18 | 306.32 | 0.29 | 0.74 |
| Hex | D0 | AA | CC | 0 | 12 | 2 | 12 | 132 | 1D | 4A |
| Octal | 320 | 252 | 314 | 0 | 22 | 2 | 22 | 462 | 35 | 112 |
| Binary | 11010000 | 10101010 | 11001100 | 0 | 10010 | 10 | 10010 | 100110010 | 11101 | 1001010 |
Color Harmonies of #D0AACC
Complementary color
Monochromatic Colors of #D0AACC
Black with #D0AACC
Text Example
Text Example
White with #D0AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AACC; }
p { color: rgb(208,170,204); }
H1.HeaderClassName
{
color: #D0AACC;
}
.AnyTagClassName
{
color: #D0AACC;
}
</style>
background-color css
<style>
a { background-color: #D0AACC; }
a { background-color: rgb(208,170,204); }
div.DivClassName
{
background-color: #D0AACC;
}
.BgClassName
{
background-color: #D0AACC;
}
</style>
border-color css
<style>
span { border-color: #D0AACC; }
span { border-color: rgb(208,170,204); }
td.TdClassName
{
border-color: #D0AACC;
}
.TagClassName
{
border-color: #D0AACC;
}
</style>