Flip a Coin
#ccddcc
Here's everything about the color Flip a Coin (#ccddcc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ccddcc | |
|---|---|---|
| RGB | rgb(204, 221, 204) | |
| HSL | hsl(120, 20%, 83%) | |
| CMYK | cmyk(8%, 0%, 8%, 13%) | |
| LAB | lab(86, -8, 6) | |
| OKLCH | oklch(0.88 0.029 145) |
Color harmonies
Tints & shades
Code snippets
color: #ccddcc;
background-color: #ccddcc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCCDDCC)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.87, blue: 0.80, alpha: 1.0)