Row selection background can be customized using below CSS.
.e-grid td.e-selectionbackground {
background-color: #deecf9;
}
Cell selection background can be customized using below CSS.
.e-grid td.e-cellselectionbackground {
background-color: #deecf9;
}
Column selection background can be customized using below CSS.
.e-grid .e-columnselection {
background-color: #deecf9;
}