Herbal Vapours
#ddffcc
Here's everything about the color Herbal Vapours (#ddffcc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddffcc | |
|---|---|---|
| RGB | rgb(221, 255, 204) | |
| HSL | hsl(100, 100%, 90%) | |
| CMYK | cmyk(13%, 0%, 20%, 0%) | |
| LAB | lab(97, -18, 21) | |
| OKLCH | oklch(0.96 0.076 135) |
Color harmonies
Tints & shades
Code snippets
color: #ddffcc;
background-color: #ddffcc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDFFCC)
/* Swift / UIKit */
UIColor(red: 0.87, green: 1.00, blue: 0.80, alpha: 1.0)