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.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(255,189,189)
hsl(0,100%,87%)
cmyk(0,26,26,0)rgb(255,216,189)
hsl(25,100%,87%)
cmyk(0,15,26,0)rgb(255,244,189)
hsl(50,100%,87%)
cmyk(0,4,26,0)rgb(238,255,189)
hsl(75,100%,87%)
cmyk(6,0,26,0)rgb(211,255,189)
hsl(100,100%,87%)
cmyk(17,0,26,0)rgb(189,255,194)
hsl(125,100%,87%)
cmyk(26,0,24,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(238,238,205)
hsl(60,50%,87%)
cmyk(0,0,14,6)rgb(242,242,202)
hsl(60,60%,87%)
cmyk(0,0,16,5)rgb(245,245,199)
hsl(60,70%,87%)
cmyk(0,0,19,4)rgb(248,248,195)
hsl(60,80%,87%)
cmyk(0,0,21,3)rgb(252,252,192)
hsl(60,90%,87%)
cmyk(0,0,24,1)rgb(255,255,189)
hsl(60,100%,87%)
cmyk(0,0,26,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(255,255,0)
hsl(60,100%,50%)
cmyk(0,0,100,0)rgb(255,255,51)
hsl(60,100%,60%)
cmyk(0,0,80,0)rgb(255,255,102)
hsl(60,100%,70%)
cmyk(0,0,60,0)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(255,255,204)
hsl(60,100%,90%)
cmyk(0,0,20,0)rgb(255,255,255)
hsl(0,0%,100%)
cmyk(0,0,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(105,255,191)
hsl(154,100%,71%)
cmyk(59,0,25,0)rgb(135,255,191)
hsl(148,100%,76%)
cmyk(47,0,25,0)rgb(165,255,191)
hsl(137,100%,82%)
cmyk(35,0,25,0)rgb(195,255,191)
hsl(116,100%,87%)
cmyk(24,0,25,0)rgb(225,255,191)
hsl(88,100%,87%)
cmyk(12,0,25,0)rgb(255,255,191)
hsl(60,100%,87%)
cmyk(0,0,25,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(255,105,191)
hsl(326,100%,71%)
cmyk(0,59,25,0)rgb(255,135,191)
hsl(332,100%,76%)
cmyk(0,47,25,0)rgb(255,165,191)
hsl(343,100%,82%)
cmyk(0,35,25,0)rgb(255,195,191)
hsl(4,100%,87%)
cmyk(0,24,25,0)rgb(255,225,191)
hsl(32,100%,87%)
cmyk(0,12,25,0)rgb(255,255,191)
hsl(60,100%,87%)
cmyk(0,0,25,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(255,255,101)
hsl(60,100%,70%)
cmyk(0,0,60,0)rgb(255,255,131)
hsl(60,100%,76%)
cmyk(0,0,49,0)rgb(255,255,161)
hsl(60,100%,82%)
cmyk(0,0,37,0)rgb(255,255,191)
hsl(60,100%,87%)
cmyk(0,0,25,0)rgb(255,255,221)
hsl(60,100%,93%)
cmyk(0,0,13,0)rgb(255,255,251)
hsl(60,100%,99%)
cmyk(0,0,2,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,255,191)
hsl(60,100%,88%)
cmyk(0,0,25,0)rgb(230,255,191)
hsl(84,100%,88%)
cmyk(10,0,25,0)rgb(204,255,191)
hsl(108,100%,88%)
cmyk(20,0,25,0)rgb(179,255,191)
hsl(130,100%,85%)
cmyk(30,0,25,0)rgb(153,255,191)
hsl(143,100%,80%)
cmyk(40,0,25,0)rgb(128,255,191)
hsl(150,100%,75%)
cmyk(50,0,25,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(255,255,191)
hsl(60,100%,88%)
cmyk(0,0,25,0)rgb(255,230,191)
hsl(36,100%,88%)
cmyk(0,10,25,0)rgb(255,204,191)
hsl(12,100%,88%)
cmyk(0,20,25,0)rgb(255,179,191)
hsl(350,100%,85%)
cmyk(0,30,25,0)rgb(255,153,191)
hsl(338,100%,80%)
cmyk(0,40,25,0)rgb(255,128,191)
hsl(330,100%,75%)
cmyk(0,50,25,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(255,255,255)
hsl(0,0%,100%)
cmyk(0,0,0,0)rgb(255,255,230)
hsl(60,100%,95%)
cmyk(0,0,10,0)rgb(255,255,204)
hsl(60,100%,90%)
cmyk(0,0,20,0)rgb(255,255,179)
hsl(60,100%,85%)
cmyk(0,0,30,0)rgb(255,255,153)
hsl(60,100%,80%)
cmyk(0,0,40,0)rgb(255,255,128)
hsl(60,100%,75%)
cmyk(0,0,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,255,191)
hsl(60,100%,88%)
cmyk(0,0,25,0)rgb(230,230,172)
hsl(60,53%,79%)
cmyk(0,0,25,10)rgb(204,204,153)
hsl(60,33%,70%)
cmyk(0,0,25,20)rgb(179,179,134)
hsl(60,23%,61%)
cmyk(0,0,25,30)rgb(153,153,115)
hsl(60,16%,52%)
cmyk(0,0,25,40)rgb(128,128,96)
hsl(60,14%,44%)
cmyk(0,0,25,50)