Color Shades in HSL model
Color Hue Range
S(Saturation) =
0% - in this case we cannot get H(Hue) range. Cause it should be the same color, due to HSL color system.
Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
hsl(212,212%,212%)hsl(216,207%,207%)hsl(220,203%,203%)hsl(225,199%,199%)hsl(229,194%,194%)hsl(233,190%,190%) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
hsl(128,128%,128%)hsl(153,153%,153%)hsl(179,179%,179%)hsl(204,204%,204%)hsl(230,230%,230%)hsl(255,255%,255%) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(105,211,211)rgb(135,211,211)rgb(165,211,211)rgb(195,211,211)rgb(225,211,211)rgb(255,211,211) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(211,105,211)rgb(211,135,211)rgb(211,165,211)rgb(211,195,211)rgb(211,225,211)rgb(211,255,211) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(211,211,105)rgb(211,211,135)rgb(211,211,165)rgb(211,211,195)rgb(211,211,225)rgb(211,211,255) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
cmyk(212,212,212)cmyk(190,212,212)cmyk(169,212,212)cmyk(148,212,212)cmyk(127,212,212)cmyk(106,212,212) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
cmyk(212,212,212)cmyk(212,190,212)cmyk(212,169,212)cmyk(212,148,212)cmyk(212,127,212)cmyk(212,106,212) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
cmyk(212,212,212)cmyk(212,212,190)cmyk(212,212,169)cmyk(212,212,148)cmyk(212,212,127)cmyk(212,212,106) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
cmyk(255,255,255)cmyk(230,230,230)cmyk(204,204,204)cmyk(179,179,179)cmyk(153,153,153)cmyk(128,128,128)