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(189,205,255)
hsl(225,100%,87%)
cmyk(26,20,0,0)rgb(200,189,255)
hsl(250,100%,87%)
cmyk(22,26,0,0)rgb(227,189,255)
hsl(275,100%,87%)
cmyk(11,26,0,0)rgb(255,189,255)
hsl(300,100%,87%)
cmyk(0,26,0,0)rgb(255,189,227)
hsl(325,100%,87%)
cmyk(0,26,11,0)rgb(255,189,200)
hsl(350,100%,87%)
cmyk(0,26,22,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(238,205,238)
hsl(300,50%,87%)
cmyk(0,14,0,6)rgb(242,202,242)
hsl(300,60%,87%)
cmyk(0,16,0,5)rgb(245,199,245)
hsl(300,70%,87%)
cmyk(0,19,0,4)rgb(248,195,248)
hsl(300,80%,87%)
cmyk(0,21,0,3)rgb(252,192,252)
hsl(300,90%,87%)
cmyk(0,24,0,1)rgb(255,189,255)
hsl(300,100%,87%)
cmyk(0,26,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,191,255)
hsl(206,100%,71%)
cmyk(59,25,0,0)rgb(135,191,255)
hsl(212,100%,76%)
cmyk(47,25,0,0)rgb(165,191,255)
hsl(223,100%,82%)
cmyk(35,25,0,0)rgb(195,191,255)
hsl(244,100%,87%)
cmyk(24,25,0,0)rgb(225,191,255)
hsl(272,100%,87%)
cmyk(12,25,0,0)rgb(255,191,255)
hsl(300,100%,87%)
cmyk(0,25,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(255,101,255)
hsl(300,100%,70%)
cmyk(0,60,0,0)rgb(255,131,255)
hsl(300,100%,76%)
cmyk(0,49,0,0)rgb(255,161,255)
hsl(300,100%,82%)
cmyk(0,37,0,0)rgb(255,191,255)
hsl(300,100%,87%)
cmyk(0,25,0,0)rgb(255,221,255)
hsl(300,100%,93%)
cmyk(0,13,0,0)rgb(255,251,255)
hsl(300,100%,99%)
cmyk(0,2,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(255,191,105)
hsl(34,100%,71%)
cmyk(0,25,59,0)rgb(255,191,135)
hsl(28,100%,76%)
cmyk(0,25,47,0)rgb(255,191,165)
hsl(17,100%,82%)
cmyk(0,25,35,0)rgb(255,191,195)
hsl(356,100%,87%)
cmyk(0,25,24,0)rgb(255,191,225)
hsl(328,100%,87%)
cmyk(0,25,12,0)rgb(255,191,255)
hsl(300,100%,87%)
cmyk(0,25,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,191,255)
hsl(300,100%,88%)
cmyk(0,25,0,0)rgb(230,191,255)
hsl(276,100%,88%)
cmyk(10,25,0,0)rgb(204,191,255)
hsl(252,100%,88%)
cmyk(20,25,0,0)rgb(179,191,255)
hsl(230,100%,85%)
cmyk(30,25,0,0)rgb(153,191,255)
hsl(218,100%,80%)
cmyk(40,25,0,0)rgb(128,191,255)
hsl(210,100%,75%)
cmyk(50,25,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(255,255,255)
hsl(0,0%,100%)
cmyk(0,0,0,0)rgb(255,230,255)
hsl(300,100%,95%)
cmyk(0,10,0,0)rgb(255,204,255)
hsl(300,100%,90%)
cmyk(0,20,0,0)rgb(255,179,255)
hsl(300,100%,85%)
cmyk(0,30,0,0)rgb(255,153,255)
hsl(300,100%,80%)
cmyk(0,40,0,0)rgb(255,128,255)
hsl(300,100%,75%)
cmyk(0,50,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(255,191,255)
hsl(300,100%,88%)
cmyk(0,25,0,0)rgb(255,191,230)
hsl(324,100%,88%)
cmyk(0,25,10,0)rgb(255,191,204)
hsl(348,100%,88%)
cmyk(0,25,20,0)rgb(255,191,179)
hsl(10,100%,85%)
cmyk(0,25,30,0)rgb(255,191,153)
hsl(23,100%,80%)
cmyk(0,25,40,0)rgb(255,191,128)
hsl(30,100%,75%)
cmyk(0,25,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,191,255)
hsl(300,100%,88%)
cmyk(0,25,0,0)rgb(230,172,230)
hsl(300,53%,79%)
cmyk(0,25,0,10)rgb(204,153,204)
hsl(300,33%,70%)
cmyk(0,25,0,20)rgb(179,134,179)
hsl(300,23%,61%)
cmyk(0,25,0,30)rgb(153,115,153)
hsl(300,16%,52%)
cmyk(0,25,0,40)rgb(128,96,128)
hsl(300,14%,44%)
cmyk(0,25,0,50)