Color #DCDCDC

#DCDCDCrgb(220, 220, 220)

Color Codes

HEX#DCDCDC
RGBrgb(220, 220, 220)
HSLhsl(0°, 0%, 86%)
CMYKcmyk(0%, 0%, 0%, 14%)
CIELABLab(87.8, 0, 0)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #DCDCDC;
color: #DCDCDC;
border: 2px solid #DCDCDC;
background: linear-gradient(135deg, #DCDCDC, #dcdcdc);

Code Export

css
:root {
  --color-primary: #dcdcdc;
  --color-primary-rgb: 220, 220, 220;
  --color-primary-hsl: 0, 0%, 86%;
}

Related Tools