Prelude to Pink
#e1deda
Looking for the precise values behind Prelude to Pink (#e1deda)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e1deda | |
|---|---|---|
| RGB | rgb(225, 222, 218) | |
| HSL | hsl(34, 10%, 87%) | |
| CMYK | cmyk(0%, 1%, 3%, 12%) | |
| LAB | lab(89, 1, 2) | |
| OKLCH | oklch(0.9 0.006 75) |
Color harmonies
Tints & shades
Code snippets
color: #e1deda;
background-color: #e1deda;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE1DEDA)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.87, blue: 0.85, alpha: 1.0)