Vanishing Point
#ddeedd
Here's everything about the color Vanishing Point (#ddeedd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddeedd | |
|---|---|---|
| RGB | rgb(221, 238, 221) | |
| HSL | hsl(120, 33%, 90%) | |
| CMYK | cmyk(7%, 0%, 7%, 7%) | |
| LAB | lab(92, -8, 6) | |
| OKLCH | oklch(0.93 0.029 145) |
Color harmonies
Tints & shades
Code snippets
color: #ddeedd;
background-color: #ddeedd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDEEDD)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.93, blue: 0.87, alpha: 1.0)