Spedwards
Spedwards

Reputation: 4492

Web Available Colour Models

I have been unable to find exactly what colour models are available for web. I don't even know if they are actually called colour models so excuse me as that is what I will be calling them for the remainder of this question.

Basically, I want to know which colour models web supports. I know it already supports hex, rgb, rgba and hsl.

Other colour models I know exist but don't know about web availability are:

Upvotes: 0

Views: 52

Answers (1)

Sinister Beard
Sinister Beard

Reputation: 3680

No, those colour models aren't available in HTML/CSS; nor is Pantone. However, there are conversion charts that allow you to approximate these colours in RGB et al, e.g. http://web.forret.com/tools/color.asp

Upvotes: 1

Related Questions