Pipette

XYZ / CIE Color Spaces

The biggest drawbacks of the color models presented are, that none of the models is capable for all possible colors and the models are dependent of devices.

The International Commission on Illumination (CIE - Commission Internationale de l'Éclairage) has addressed this problem and developed a color model, the CIE Norm Valent System, to assemble a relation between the human color perception (color) and the physical causes of a color stimulus (color valence), as well as stay device independent and make presentable the totality of all visible colors.

The commission determined the so-called normal observer without visual disturbances from some probands. Based on these persons, the virtual primary valences have been defined, which corresponds to the wavelengths of the basic colors of a color model. The primary valences in this system have been called "virtual", because unlike the other systems, they are not in the area of visible light. This makes it possible to represent all perceivable colors.

The X-value in this model represents approximately the red/green part of a color, the Y-value represents approximately the lightness and the Z-value corresponds roughly to the blue/yellow part. The X value accepts values from 0 to 95.047, the Y-value values from 0 to 100 and the Z-value values between 0 and 108.883.

In addition to these color values X, Y and Z, also color value proportions can be specified. These are written in lowercase and called x, y and z and they are calculated as follows:

x = X/(X+Y+Z)
y = Y/(X+Y+Z)
z = Z/(X+Y+Z)

In sum, x, y and z are always 1. So, for describing hue and saturation only two values are sufficient, because the third value can be calculated from the others. If also the brightness should be given the Y-value is added. In practice, the values for Y, x and y are denoted. Y ranges from 0 to 100 and x and y range from 0 to 1.

In the program pipette, both the color values X, Y and Z are declared as well as the color value proportions x, y and z. The color values can be found in the line "XYZ" and the proportions in the line "xyz". Without changing the settings, with the button behind the line, the corresponding values of XYZ and xyz are copied to the clipboard. Because in practice it is customary to give the values Yxy, the button behind the line "xyz" can be adjusted. Go to "Settings > Clipboard > Copy to Clipboard with Units" and choose between xyz and Yxy. Depending on which setting is active, another triple is copied.

Related Topics