HEX
#
RGB
HSL

#CDC5C5 CSS / HTML Preview

Text with hexadecimal color #CDC5C5

This text has a font color of #CDC5C5.

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

This element has a border color of #CDC5C5.

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

This paragraph has a background color of #CDC5C5.

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