Color of this code

G

gmagnuson

Guest
I have some code here and I would like to find out what color it is talking about, Is there a program or website that can convert these for me? Thanks!

$bgcolor1 = "#EDEFF2";
$bgcolor2 = "#DDE2EC";
$bgcolor3 = "#EDEFF2";
$bgcolor4 = "#DDE2EC";
 
Originally posted by GMeagle86
I have some code here and I would like to find out what color it is talking about, Is there a program or website that can convert these for me? Thanks!

$bgcolor1 = "#EDEFF2";
$bgcolor2 = "#DDE2EC";
$bgcolor3 = "#EDEFF2";
$bgcolor4 = "#DDE2EC";

Its really quite simple. Each color is made up of 3 separate groups of 2 colors. For #EDEFF2: ED=Red, EF=green, F2=blue

Convert each of these seperate values into decimal (using calculator): ED=237, EF=239, F2=242

Plug these numbers into paintbrush's Red, Green, and Blue fields in the custom colors screen. Paintshop Pro lets you enter the full HEX string into the "HTML color" field, which is quite a bit easier.
 
Or, just create a html file:
Code:
<font color="#EDEFF2">#EDEFF2</font><BR>
<font color="#DDE2EC">#DDE2EC</font><BR>
<font color="#EDEFF2">#EDEFF2</font><BR>
<font color="DDE2EC">DDE2EC</font><BR>
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back