Gainsboro Hex Code — #DCDCDC
RGB, HSL, and CMYK values for Gainsboro.
Gainsboro Color Values
| Format | Value |
|---|---|
| HEX | #DCDCDC |
| RGB | rgb(220, 220, 220) |
| HSL | hsl(0, 0%, 86%) |
| CMYK | cmyk(0%, 0%, 0%, 14%) |
Want to explore more shades? Use our Color Converter
About Gainsboro
Color psychology: Lightness, softness.
Gainsboro (#DCDCDC) is a light shade of gray. It's commonly used in web design, graphic design, and branding where lightness, softness are desired associations.
How to Use Gainsboro in CSS
/* Using HEX */ color: #DCDCDC; background-color: #DCDCDC; /* Using RGB */ color: rgb(220, 220, 220); /* Using HSL */ color: hsl(0, 0%, 86%);