#D3C5C5
A very light, muted red closely aligning with Silver.
About #D3C5C5
When working with digital screens, the color #D3C5C5 is rendered by mixing light. Designers often compare it to the standard color Silver. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 197, and 197.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 7% Magenta, 7% Yellow, and 17% Black. The HSL representation is 0.0° hue, 13.7% saturation, and 80.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3C5C5
RGB211, 197, 197
HSL0.0°, 13.7%, 80.0%
CMYK0%, 7%, 7%, 17%
HSV0.0°, 6.6%, 82.7%
LAB80.6, 4.9, 1.8
XYZ56.9, 57.8, 61.0
Decimal13878725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C5C5;
}
.text-color {
color: #D3C5C5;
}
.border-color {
border: 2px solid #D3C5C5;
}