Thanks.
> [using hex colour codes]
System.Web.UI.WebControls.WebColorConverter
From VS.NET Help:
"You can also specify a custom color by using a hexadecimal number, preceded
by the pound character (#), in the form #RRGGBB. RR, GG, and BB represent
hexadecimal values from 0 to 255 that indicate the red, green, and blue
components of a color, respectively."
P.