Enter a color:

Text as the color #DBCFDC


HTML:
<div style="color: #DBCFDC"></div>
CSS:
.class { color: #DBCFDC; }

Background using #DBCFDC


HTML:
<div style="background-color: #DBCFDC"></div>
CSS:
.class { background-color: #DBCFDC; }

Border color as #DBCFDC


HTML:
<div style="border: 2px solid #DBCFDC"></div>
CSS:
.class { border: 2px solid #DBCFDC; }

Text shadow using #DBCFDC


HTML:
<div style="text-shadow: 3px 3px 2px #DBCFDC"></div>
CSS:
.class { text-shadow: 3px 3px 2px #DBCFDC; }

Box shadow as #DBCFDC


HTML:
<div style="box-shadow: 1px 1px 3px 2px #DBCFDC; -webkit-box-shadow: 1px 1px 3px 2px #DBCFDC;-moz-box-shadow:1px 1px 3px 2px #DBCFDC"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #DBCFDC; -webkit-box-shadow: 1px 1px 3px 2px #DBCFDC;-moz-box-shadow:1px 1px 3px 2px #DBCFDC; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.