Where There Is Smoke
#c7ccce
Looking for the precise values behind Where There Is Smoke (#c7ccce)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c7ccce | |
|---|---|---|
| RGB | rgb(199, 204, 206) | |
| HSL | hsl(197, 7%, 79%) | |
| CMYK | cmyk(3%, 1%, 0%, 19%) | |
| LAB | lab(82, -1, -2) | |
| OKLCH | oklch(0.84 0.006 223) |
Color harmonies
Tints & shades
Code snippets
color: #c7ccce;
background-color: #c7ccce;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFC7CCCE)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.80, blue: 0.81, alpha: 1.0)