Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Convert to La*b* (aka just plain "Lab", and you'll also see reference to "CIELAB"). A good quick measaure of color difference is </p> <blockquote> <p>(L1-L2)^2 + (a1-a2)^2 + (b1-b2)^2</p> </blockquote> <p>Color scientists have other more refined measures, which may not be worth the bother, depending on accuracy needed for what you're doing.</p> <p>The <code>a</code> and <code>b</code> values represent opposing colors in a way similar to how cones work, and may be negative or positive. Neutral colors - white, grays are <code>a=0</code>,<code>b=0</code>. The <code>L</code> is brightness defined in a particular way, from zero (pure darkness) up to whatever. </p> <p>Crude explanation :>> Given a color, our eyes distinguish between two broad ranges of wavelength - blue vs longer wavelengths. and then, thanks to a more recent genetic mutation, the longer wavelength cones bifurcated into two, distinguishing for us red vs. green. </p> <p>By the way, it'll be great for your career to rise above your color caveman collegues who know of only "RGB" or "CMYK" which are great for devices but suck for serious perception work. I've worked for imaging scientists who didn't know a thing about this stuff!</p> <p>For more fun reading on color difference theory, try:</p> <ul> <li><a href="http://white.stanford.edu/~brian/scielab/introduction.html" rel="noreferrer">http://white.stanford.edu/~brian/scielab/introduction.html</a> and info </li> <li>and links on color theory in general, websurf starting with <a href="http://www.efg2.com/Lab/Library/Color/" rel="noreferrer">http://www.efg2.com/Lab/Library/Color/</a> and </li> <li><a href="http://www.poynton.com/Poynton-color.html" rel="noreferrer">http://www.poynton.com/Poynton-color.html</a> </li> </ul> <p>More detail on Lab at <a href="http://en.kioskea.net/video/cie-lab.php3" rel="noreferrer">http://en.kioskea.net/video/cie-lab.php3</a> I can't at this time find a non-ugly page that actually had the conversion formulas but I'm sure someone will edit this answer to include one.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload