Shades of Lilac #D0A9CE
Tints of Lilac #D0A9CE
RGB
CMYK
RGB Variations
Color information
#D0A9CE (or 0xD0A9CE) is known color: Lilac. HEX triplet: D0, A9 and CE. RGB value is (208,169,206). Sum of RGB (Red+Green+Blue) = 208+169+206=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9CE is #2F5631. Grayscale: #B8B8B8. Windows color (decimal): -3102258 or 13543888. OLE color: 13543888.
HSL color Cylindrical-coordinate representation of color #D0A9CE: hue angle of 303.08º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0A9CE is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 206 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.18 |
| HSL | 303.08º | 0.29% | 0.74% | - |
| HSV(B) | 303.08º | 0.19% | 0.82% | - |
| XYZ | 51.34 | 46.24 | 64.61 | - |
| YUV | 184.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 206 | 0 | 0.19 | 0.01 | 0.18 | 303.08 | 0.29 | 0.74 |
| Hex | D0 | A9 | CE | 0 | 13 | 1 | 12 | 12F | 1D | 4A |
| Octal | 320 | 251 | 316 | 0 | 23 | 1 | 22 | 457 | 35 | 112 |
| Binary | 11010000 | 10101001 | 11001110 | 0 | 10011 | 1 | 10010 | 100101111 | 11101 | 1001010 |
Color Harmonies of #D0A9CE
Complementary color
Monochromatic Colors of #D0A9CE
Black with #D0A9CE
Text Example
Text Example
White with #D0A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9CE; }
p { color: rgb(208,169,206); }
H1.HeaderClassName
{
color: #D0A9CE;
}
.AnyTagClassName
{
color: #D0A9CE;
}
</style>
background-color css
<style>
a { background-color: #D0A9CE; }
a { background-color: rgb(208,169,206); }
div.DivClassName
{
background-color: #D0A9CE;
}
.BgClassName
{
background-color: #D0A9CE;
}
</style>
border-color css
<style>
span { border-color: #D0A9CE; }
span { border-color: rgb(208,169,206); }
td.TdClassName
{
border-color: #D0A9CE;
}
.TagClassName
{
border-color: #D0A9CE;
}
</style>