How do I convert the # tha the common dialog gives for color into a Hex number for a web page?

(if that is hex)

<body bgcolor="#ffffff"
which is white
white = 16777215 in the common dialog....

Thanks!