Silken Pebble
#d0d0c9
Looking for the precise values behind Silken Pebble (#d0d0c9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d0d0c9 | |
|---|---|---|
| RGB | rgb(208, 208, 201) | |
| HSL | hsl(60, 7%, 80%) | |
| CMYK | cmyk(0%, 0%, 3%, 18%) | |
| LAB | lab(83, -1, 3) | |
| OKLCH | oklch(0.86 0.01 107) |
Color harmonies
Tints & shades
Code snippets
color: #d0d0c9;
background-color: #d0d0c9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD0D0C9)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.82, blue: 0.79, alpha: 1.0)