HEX
#
RGB
HSL

#DCDCDC CSS / HTML Preview

Text with hexadecimal color #DCDCDC

This text has a font color of #DCDCDC.

<span style="color:#DCDCDC;">Your text here</span>
#DCDCDC border color

This element has a border color of #DCDCDC.

<div style="border:2px solid #DCDCDC;">Content here</div>
#DCDCDC background color

This paragraph has a background color of #DCDCDC.

<p style="background-color:#DCDCDC;">Content here</p>
CSS codes
.text {color:#DCDCDC;}
.background {background-color:#DCDCDC;}
.border {border:1px solid #DCDCDC;}