Color space conversion
Conversion of this color for each color space representation
RGB | ||
---|---|---|
Red | Green | Blue |
80% | 80% | 80% |
HSL | ||
---|---|---|
Hue | Saturation | Lightness |
0° | 0% | 80% |
HSV / HSB | ||
---|---|---|
Hue | Saturation | Value / Brightness |
0° | 0% | 80% |
RGB - Normalized | ||
---|---|---|
Red | Green | Blue |
0.8 | 0.8 | 0.8 |
HSL - Normalized | ||
---|---|---|
Hue | Saturation | Lightness |
0 | 0 | 0.8 |
HSV / HSB - Normalized | ||
---|---|---|
Hue | Saturation | Value / Brightness |
0 | 0 | 0.8 |
CMYK | |||
---|---|---|---|
Cyan | Magenta | Yellow | Black |
0% | 0% | 0% | 20% |
YCbCr | ||
---|---|---|
Y | Cb | Cr |
0.8 | 0 | 0 |
XYZ | ||
---|---|---|
X | Y | Z |
57.39 | 60.38 | 65.76 |
CIE Lab | ||
---|---|---|
L | a | b |
82.05 | 0 | -0.01 |
Nearest Colors Name
Matching similar color names
CSS notation
Use this for all CSS properties that accept a color as a value: color, background-color, border-color
#cccccc
#ccc
rgb(204,204,204)
hsl(0, 0%, 80%)
Tints, Shades, and Tones
Tints
A tint is obtained by adding white to a color. This process reduces darkness.
Shades
A shade is obtained by adding black to a color. This process increases darkness.