#CCE2E2
A very light, muted cyan closely aligning with Gainsboro.
About #CCE2E2
Visually, #CCE2E2 is defined as a muted cyan. If you're using CSS, you might find it aligns closely with Gainsboro. This translates to an RGB value of rgb(204, 226, 226).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 10% cyan, 0% magenta, 0% yellow, and 11% black. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCE2E2
RGB204, 226, 226
HSL180.0°, 27.5%, 84.3%
CMYK10%, 0%, 0%, 11%
HSV180.0°, 9.7%, 88.6%
LAB88.3, -7.3, -2.5
XYZ65.8, 72.7, 82.5
Decimal13427426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.54:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE2E2;
}
.text-color {
color: #CCE2E2;
}
.border-color {
border: 2px solid #CCE2E2;
}