#CCDBDB
A very light, muted cyan closely aligning with Gainsboro.
About #CCDBDB
Visually, #CCDBDB is defined as a muted cyan. Designers often compare it to the standard color Gainsboro. In the RGB color space, it consists of 204 red, 219 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCDBDB
RGB204, 219, 219
HSL180.0°, 17.2%, 82.9%
CMYK7%, 0%, 0%, 14%
HSV180.0°, 6.8%, 85.9%
LAB86.3, -5.0, -1.7
XYZ63.0, 68.6, 76.9
Decimal13425627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.72:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDBDB;
}
.text-color {
color: #CCDBDB;
}
.border-color {
border: 2px solid #CCDBDB;
}