Shades of Lilac #D0AAC9
Tints of Lilac #D0AAC9
RGB
CMYK
RGB Variations
Color information
#D0AAC9 (or 0xD0AAC9) is known color: Lilac. HEX triplet: D0, AA and C9. RGB value is (208,170,201). Sum of RGB (Red+Green+Blue) = 208+170+201=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAC9 is #2F5536. Grayscale: #B8B8B8. Windows color (decimal): -3102007 or 13216464. OLE color: 13216464.
HSL color Cylindrical-coordinate representation of color #D0AAC9: hue angle of 311.05º 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 #D0AAC9 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 201 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.18 |
| HSL | 311.05º | 0.29% | 0.74% | - |
| HSV(B) | 311.05º | 0.18% | 0.82% | - |
| XYZ | 50.93 | 46.38 | 61.53 | - |
| YUV | 184.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 201 | 0 | 0.18 | 0.03 | 0.18 | 311.05 | 0.29 | 0.74 |
| Hex | D0 | AA | C9 | 0 | 12 | 3 | 12 | 137 | 1D | 4A |
| Octal | 320 | 252 | 311 | 0 | 22 | 3 | 22 | 467 | 35 | 112 |
| Binary | 11010000 | 10101010 | 11001001 | 0 | 10010 | 11 | 10010 | 100110111 | 11101 | 1001010 |
Color Harmonies of #D0AAC9
Complementary color
Monochromatic Colors of #D0AAC9
Black with #D0AAC9
Text Example
Text Example
White with #D0AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAC9; }
p { color: rgb(208,170,201); }
H1.HeaderClassName
{
color: #D0AAC9;
}
.AnyTagClassName
{
color: #D0AAC9;
}
</style>
background-color css
<style>
a { background-color: #D0AAC9; }
a { background-color: rgb(208,170,201); }
div.DivClassName
{
background-color: #D0AAC9;
}
.BgClassName
{
background-color: #D0AAC9;
}
</style>
border-color css
<style>
span { border-color: #D0AAC9; }
span { border-color: rgb(208,170,201); }
td.TdClassName
{
border-color: #D0AAC9;
}
.TagClassName
{
border-color: #D0AAC9;
}
</style>