firstpreviousnextlastinfohome

CIE Color System

The CIE system developed by the Commission Internationale de l’Eclairage of France is the universally accepted standard for color specification and measurement.

The 1976 CIELAB system - The CIELAB coordinates L* (lightness), a* (red-green) and b* (blue-yellow) can be obtained by mathematical transformation of the X, Y and Z tristimulus values. The chromaticity diagram becomes a circle in the CIELAB system. The CIELUV system is similar but has a horseshoe shaped chromaticity diagram similar to that for the standard chromaticity diagram. CIELAB is the native model for Photoshop.

The YCC color Model - The YCC model is becoming increasingly important as it is the basis for the Kodak Photo CD system.

  • The YCC system consists of a luminance component, Y and two chromatic components C1 and C2.
  • It is designed to encode the full range of luminance values in an original scene.
  • When YCC data are saved to a file 8 bits (0-255) are assigned to Y, but only 6 bits (0-63) are assigned to C1 and C2. This leads to smaller files.

PostScript Supported Color Models - Postscript supports RGB, CMYK, HSB and CIE-based color models as well as single-component grayscales. It also supports Separation, Indexed and Pattern colors.

  • Separation color space is used to define the individual colors of an object. It supports separations corresponding to the process colors and spot colors.
  • Index space is used to define an image in terms of fewer than the full 24-bit palette. It allows up to 4096 colors. This leads to smaller files.
  • Pattern space stores small images which can be tiled and used as fill for graphic elements.
  • PostScript includes the ability to convert information among different color spaces. Level 1 uses a simple conversion from one device to another, while levels 2 and 3 use CIE X, Y, Z