Shades of Lilac #D0A4C9
Tints of Lilac #D0A4C9
RGB
CMYK
RGB Variations
Color information
#D0A4C9 (or 0xD0A4C9) is known color: Lilac. HEX triplet: D0, A4 and C9. RGB value is (208,164,201). Sum of RGB (Red+Green+Blue) = 208+164+201=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4C9 is #2F5B36. Grayscale: #B5B5B5. Windows color (decimal): -3103543 or 13214928. OLE color: 13214928.
HSL color Cylindrical-coordinate representation of color #D0A4C9: hue angle of 309.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0A4C9 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 201 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.18 |
| HSL | 309.55º | 0.32% | 0.73% | - |
| HSV(B) | 309.55º | 0.21% | 0.82% | - |
| XYZ | 49.83 | 44.18 | 61.16 | - |
| YUV | 181.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 201 | 0 | 0.21 | 0.03 | 0.18 | 309.55 | 0.32 | 0.73 |
| Hex | D0 | A4 | C9 | 0 | 15 | 3 | 12 | 136 | 20 | 49 |
| Octal | 320 | 244 | 311 | 0 | 25 | 3 | 22 | 466 | 40 | 111 |
| Binary | 11010000 | 10100100 | 11001001 | 0 | 10101 | 11 | 10010 | 100110110 | 100000 | 1001001 |
Color Harmonies of #D0A4C9
Complementary color
Monochromatic Colors of #D0A4C9
Black with #D0A4C9
Text Example
Text Example
White with #D0A4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4C9; }
p { color: rgb(208,164,201); }
H1.HeaderClassName
{
color: #D0A4C9;
}
.AnyTagClassName
{
color: #D0A4C9;
}
</style>
background-color css
<style>
a { background-color: #D0A4C9; }
a { background-color: rgb(208,164,201); }
div.DivClassName
{
background-color: #D0A4C9;
}
.BgClassName
{
background-color: #D0A4C9;
}
</style>
border-color css
<style>
span { border-color: #D0A4C9; }
span { border-color: rgb(208,164,201); }
td.TdClassName
{
border-color: #D0A4C9;
}
.TagClassName
{
border-color: #D0A4C9;
}
</style>