At the simplest level it just describes a range for the element concerned.
minmax(100px, 200px)
It will have a minimum width of 100px and a maximum width of 200px. If the element is set to stretch then it will be at any point in that range but never less than 100px and never more than 200px.