CSS rendering-intent Property

Description

The rendering-intent property permits the specification of a color profile rendering intent other than the default.

The rendering-intent property has been deprecated or is no longer in any CSS working groups.

Initial value
auto
Applies to
All elements
Inherited
Yes
Computed value
Specified value
Animatable
No
JavaScript syntax
object.style.renderingIntent

Syntax

rendering-intent: auto | perceptual | relative-colorimetric | saturation | absolute-colorimetric | inherit

Values

  • auto
  • perceptual
  • relative-colorimetric
  • saturation
  • absolute-colorimetric
  • inherit

Example

.class {
   rendering-intent: saturation; 
}

Browser Support

The following table will show you the current browser support for the CSS rendering-intent property.

Desktop
Edge Chrome Firefox Opera Safari
?????
Tablets / Mobile
Chrome Firefox Opera Safari Samsung Webview
??????