<div style="color: #EDCDF0"></div>
.class { color: #EDCDF0; }
<div style="background-color: #EDCDF0"></div>
.class { background-color: #EDCDF0; }
<div style="border: 2px solid #EDCDF0"></div>
.class { border: 2px solid #EDCDF0; }
<div style="text-shadow: 3px 3px 2px #EDCDF0"></div>
.class { text-shadow: 3px 3px 2px #EDCDF0; }
<div style="box-shadow: 1px 1px 3px 2px #EDCDF0; -webkit-box-shadow: 1px 1px 3px 2px #EDCDF0;-moz-box-shadow:1px 1px 3px 2px #EDCDF0"></div>
.class { box-shadow: 1px 1px 3px 2px #EDCDF0; -webkit-box-shadow: 1px 1px 3px 2px #EDCDF0;-moz-box-shadow:1px 1px 3px 2px #EDCDF0; }