#E2CCC5
A very light, moderate red closely aligning with Lightgray.
About #E2CCC5
Visually, #E2CCC5 is defined as a moderate red. Designers often compare it to the standard color Lightgray. In the RGB color space, it consists of 226 red, 204 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 10% M, 13% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2CCC5
RGB226, 204, 197
HSL14.5°, 33.3%, 82.9%
CMYK0%, 10%, 13%, 11%
HSV14.5°, 12.8%, 88.6%
LAB83.6, 6.5, 6.3
XYZ63.0, 63.4, 61.7
Decimal14863557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.68:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2CCC5;
}
.text-color {
color: #E2CCC5;
}
.border-color {
border: 2px solid #E2CCC5;
}