HEX
#
RGB
HSL

#E6E6FA CSS / HTML Preview

Text with hexadecimal color #E6E6FA

This text has a font color of #E6E6FA.

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

This element has a border color of #E6E6FA.

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

This paragraph has a background color of #E6E6FA.

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