asp.net.ph

Skip Navigation LinksAbakada: Back to Basics > Language References > CSS Properties > At-Rules > @colorProfile

@color-profile At-Rule


Defines a color profile which can later be used in the color( ) function.

Syntax

@color-profile: src [ relative-colorimetric | absolute-colorimetric | perceptual | saturation ]

Possible Values

Parameter Description Valid Values
src Specifies the URL to retrieve the color-profile information from. string denoting the URL to be used.
relative-colorimetric Leaves source colors unchanged relative to the respective media white points.
absolute-colorimetric Leaves source colors unchanged relative to a perfect reflecting diffuser.
perceptual Optimizes the appearance for the destination medium using proprietary methods.
saturation Preserves the relative saturation (chroma) of the original.

Remarks

The @color-profile property specifies a file that describes the color characteristics of a device or a color space, ensuring consistent color reproduction across different devices.

In its simplest form, @color-profile is specified with a src attribute.

@color-profile --profileName {
   src: url( https://example.com/unwise );
}

NOTE: This section is currently under major reconstruction. Please bear with whatever inconvenience you may encounter; we hope to complete the job at the soonest possible time.

See Also



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note