Skip to content

#CDDCCD

≈ gainsboro · rgb(205, 220, 205)
Color formats
HEX#CDDCCD
RGBrgb(205, 220, 205)
HSLhsl(120, 18%, 83%)
HSVhsv(120, 7%, 86%)
OKLCHoklch(88% 0.03 145)
CMYKcmyk(7%, 0%, 7%, 14%)
Contrast & accessibility
On white1.43:1below AA
On black14.71:1AA pass
Best text color#000000
Nearest CSS name: gainsboro
Copy-ready code
CSS custom properties
:root {
  --gainsboro: #cddccd;
  --gainsboro-rgb: 205 220 205;
  --gainsboro-oklch: oklch(88% 0.03 145);
}
The space-separated triple lets you set alpha without a second variable:
background: rgb(var(--gainsboro-rgb) / 40%);
Tailwind (arbitrary value)
bg-[#cddccd] text-[#cddccd] border-[#cddccd]
Shades & tints
Color harmonies
About this color

#CDDCCD is a color with the RGB value rgb(205, 220, 205). Its closest CSS named color is "gainsboro". On this page you'll find every format (HEX, RGB, HSL, HSV, OKLCH, CMYK), WCAG contrast against white and black, a full 50–950 shade scale, and complementary, analogous and triadic harmonies — each linking to its own color page.

Related

Convert #CDDCCD to other formats

Palettes with a similar color

Gradients with a similar color

Copied