Shades of Lilac #D0A9CA
Tints of Lilac #D0A9CA
RGB
CMYK
RGB Variations
Color information
#D0A9CA (or 0xD0A9CA) is known color: Lilac. HEX triplet: D0, A9 and CA. RGB value is (208,169,202). Sum of RGB (Red+Green+Blue) = 208+169+202=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A9CA is #2F5635. Grayscale: #B8B8B8. Windows color (decimal): -3102262 or 13281744. OLE color: 13281744.
HSL color Cylindrical-coordinate representation of color #D0A9CA: hue angle of 309.23º 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 #D0A9CA is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 202 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.18 |
| HSL | 309.23º | 0.29% | 0.74% | - |
| HSV(B) | 309.23º | 0.19% | 0.82% | - |
| XYZ | 50.86 | 46.05 | 62.09 | - |
| YUV | 184.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 202 | 0 | 0.19 | 0.03 | 0.18 | 309.23 | 0.29 | 0.74 |
| Hex | D0 | A9 | CA | 0 | 13 | 3 | 12 | 135 | 1D | 4A |
| Octal | 320 | 251 | 312 | 0 | 23 | 3 | 22 | 465 | 35 | 112 |
| Binary | 11010000 | 10101001 | 11001010 | 0 | 10011 | 11 | 10010 | 100110101 | 11101 | 1001010 |
Color Harmonies of #D0A9CA
Complementary color
Monochromatic Colors of #D0A9CA
Black with #D0A9CA
Text Example
Text Example
White with #D0A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9CA; }
p { color: rgb(208,169,202); }
H1.HeaderClassName
{
color: #D0A9CA;
}
.AnyTagClassName
{
color: #D0A9CA;
}
</style>
background-color css
<style>
a { background-color: #D0A9CA; }
a { background-color: rgb(208,169,202); }
div.DivClassName
{
background-color: #D0A9CA;
}
.BgClassName
{
background-color: #D0A9CA;
}
</style>
border-color css
<style>
span { border-color: #D0A9CA; }
span { border-color: rgb(208,169,202); }
td.TdClassName
{
border-color: #D0A9CA;
}
.TagClassName
{
border-color: #D0A9CA;
}
</style>