Enter a color:

Text as the color #DDBBCC


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

Background using #DDBBCC


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

Border color as #DDBBCC


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

Text shadow using #DDBBCC


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

Box shadow as #DDBBCC


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

Related Tools:

CSS Fonts


Saved Palette


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