Water Lily
#dde3d5
Water Lily, represented by the hex value #dde3d5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dde3d5 | |
|---|---|---|
| RGB | rgb(221, 227, 213) | |
| HSL | hsl(86, 20%, 86%) | |
| CMYK | cmyk(3%, 0%, 6%, 11%) | |
| LAB | lab(89, -4, 6) | |
| OKLCH | oklch(0.91 0.02 126) |
Color harmonies
Tints & shades
Code snippets
color: #dde3d5;
background-color: #dde3d5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDE3D5)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.89, blue: 0.84, alpha: 1.0)