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(168,190,255)
hsl(225,100%,83%)
cmyk(34,26,0,0)rgb(183,168,255)
hsl(250,100%,83%)
cmyk(28,34,0,0)rgb(219,168,255)
hsl(275,100%,83%)
cmyk(14,34,0,0)rgb(255,168,255)
hsl(300,100%,83%)
cmyk(0,34,0,0)rgb(255,168,219)
hsl(325,100%,83%)
cmyk(0,34,14,0)rgb(255,168,183)
hsl(350,100%,83%)
cmyk(0,34,28,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(233,190,233)
hsl(300,50%,83%)
cmyk(0,19,0,8)rgb(238,186,238)
hsl(300,60%,83%)
cmyk(0,22,0,7)rgb(242,181,242)
hsl(300,70%,83%)
cmyk(0,25,0,5)rgb(246,177,246)
hsl(300,80%,83%)
cmyk(0,28,0,3)rgb(251,173,251)
hsl(300,90%,83%)
cmyk(0,31,0,2)rgb(255,168,255)
hsl(300,100%,83%)
cmyk(0,34,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(255,0,255)
hsl(300,100%,50%)
cmyk(0,100,0,0)rgb(255,51,255)
hsl(300,100%,60%)
cmyk(0,80,0,0)rgb(255,102,255)
hsl(300,100%,70%)
cmyk(0,60,0,0)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(255,204,255)
hsl(300,100%,90%)
cmyk(0,20,0,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,166,255)
hsl(216,100%,71%)
cmyk(59,35,0,0)rgb(135,166,255)
hsl(225,100%,76%)
cmyk(47,35,0,0)rgb(165,166,255)
hsl(239,100%,82%)
cmyk(35,35,0,0)rgb(195,166,255)
hsl(260,100%,83%)
cmyk(24,35,0,0)rgb(225,166,255)
hsl(280,100%,83%)
cmyk(12,35,0,0)rgb(255,166,255)
hsl(300,100%,83%)
cmyk(0,35,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(255,76,255)
hsl(300,100%,65%)
cmyk(0,70,0,0)rgb(255,106,255)
hsl(300,100%,71%)
cmyk(0,58,0,0)rgb(255,136,255)
hsl(300,100%,77%)
cmyk(0,47,0,0)rgb(255,166,255)
hsl(300,100%,83%)
cmyk(0,35,0,0)rgb(255,196,255)
hsl(300,100%,88%)
cmyk(0,23,0,0)rgb(255,226,255)
hsl(300,100%,94%)
cmyk(0,11,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(255,166,105)
hsl(24,100%,71%)
cmyk(0,35,59,0)rgb(255,166,135)
hsl(16,100%,76%)
cmyk(0,35,47,0)rgb(255,166,165)
hsl(1,100%,82%)
cmyk(0,35,35,0)rgb(255,166,195)
hsl(340,100%,83%)
cmyk(0,35,24,0)rgb(255,166,225)
hsl(320,100%,83%)
cmyk(0,35,12,0)rgb(255,166,255)
hsl(300,100%,83%)
cmyk(0,35,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,166,255)
hsl(300,100%,83%)
cmyk(0,35,0,0)rgb(230,166,255)
hsl(283,100%,83%)
cmyk(10,35,0,0)rgb(204,166,255)
hsl(266,100%,83%)
cmyk(20,35,0,0)rgb(179,166,255)
hsl(249,100%,83%)
cmyk(30,35,0,0)rgb(153,166,255)
hsl(233,100%,80%)
cmyk(40,35,0,0)rgb(128,166,255)
hsl(222,100%,75%)
cmyk(50,35,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(255,242,255)
hsl(300,100%,98%)
cmyk(0,5,0,0)rgb(255,217,255)
hsl(300,100%,93%)
cmyk(0,15,0,0)rgb(255,191,255)
hsl(300,100%,88%)
cmyk(0,25,0,0)rgb(255,166,255)
hsl(300,100%,83%)
cmyk(0,35,0,0)rgb(255,140,255)
hsl(300,100%,78%)
cmyk(0,45,0,0)rgb(255,115,255)
hsl(300,100%,73%)
cmyk(0,55,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(255,166,255)
hsl(300,100%,83%)
cmyk(0,35,0,0)rgb(255,166,230)
hsl(317,100%,83%)
cmyk(0,35,10,0)rgb(255,166,204)
hsl(334,100%,83%)
cmyk(0,35,20,0)rgb(255,166,179)
hsl(351,100%,83%)
cmyk(0,35,30,0)rgb(255,166,153)
hsl(8,100%,80%)
cmyk(0,35,40,0)rgb(255,166,128)
hsl(18,100%,75%)
cmyk(0,35,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,166,255)
hsl(300,100%,83%)
cmyk(0,35,0,0)rgb(230,149,230)
hsl(300,61%,74%)
cmyk(0,35,0,10)rgb(204,133,204)
hsl(300,41%,66%)
cmyk(0,35,0,20)rgb(179,116,179)
hsl(300,29%,58%)
cmyk(0,35,0,30)rgb(153,99,153)
hsl(300,21%,50%)
cmyk(0,35,0,40)rgb(128,83,128)
hsl(300,21%,41%)
cmyk(0,35,0,50)