Color #C6D9EC

#C6D9ECrgb(198, 217, 236)

Color Codes

HEX#C6D9EC
RGBrgb(198, 217, 236)
HSLhsl(210°, 50%, 85%)
CMYKcmyk(16%, 8%, 0%, 7%)
CIELABLab(85.8, -2.5, -11.4)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #c6d9ec;
  --color-primary-rgb: 198, 217, 236;
  --color-primary-hsl: 210, 50%, 85%;
}

Related Tools