Color #C6CFEC
#C6CFECrgb(198, 207, 236)
Color Codes
HEX#C6CFEC
RGBrgb(198, 207, 236)
HSLhsl(226°, 50%, 85%)
CMYKcmyk(16%, 12%, 0%, 7%)
CIELABLab(83.3, 2.8, -15.3)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #C6CFEC;color: #C6CFEC;border: 2px solid #C6CFEC;background: linear-gradient(135deg, #C6CFEC, #ece3c6);Code Export
css
:root {
--color-primary: #c6cfec;
--color-primary-rgb: 198, 207, 236;
--color-primary-hsl: 226, 50%, 85%;
}