Steam
#dddddd
Here's everything about the color Steam (#dddddd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dddddd | |
|---|---|---|
| RGB | rgb(221, 221, 221) | |
| HSL | hsl(0, 0%, 87%) | |
| CMYK | cmyk(0%, 0%, 0%, 13%) | |
| LAB | lab(88, 0, 0) | |
| OKLCH | oklch(0.9 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #dddddd;
background-color: #dddddd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDDDDD)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.87, blue: 0.87, alpha: 1.0)