Kingly Cloud
#dedede
Kingly Cloud, represented by the hex value #dedede, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dedede | |
|---|---|---|
| RGB | rgb(222, 222, 222) | |
| 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: #dedede;
background-color: #dedede;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEDEDE)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.87, blue: 0.87, alpha: 1.0)