#D3DBE2
A very light, muted blue closely aligning with Gainsboro.
About #D3DBE2
At its core, #D3DBE2 is a very light and muted hue. It is closely associated with the named CSS color Gainsboro. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 219, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 7% C, 3% M, 0% Y, and 11% K. With a hue angle of 208.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3DBE2
RGB211, 219, 226
HSL208.0°, 20.5%, 85.7%
CMYK7%, 3%, 0%, 11%
HSV208.0°, 6.6%, 88.6%
LAB87.0, -1.4, -4.4
XYZ65.9, 70.0, 82.0
Decimal13884386
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.00:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3DBE2;
}
.text-color {
color: #D3DBE2;
}
.border-color {
border: 2px solid #D3DBE2;
}