#CCD3E9
A very light, moderate blue closely aligning with Lavender.
About #CCD3E9
At its core, #CCD3E9 is a very light and moderate hue. Its closest recognized web color is Lavender. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 211, and 233.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 12% cyan and 9% magenta inks. The HSL representation is 225.5° hue, 39.7% saturation, and 85.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CCD3E9
RGB204, 211, 233
HSL225.5°, 39.7%, 85.7%
CMYK12%, 9%, 0%, 9%
HSV225.5°, 12.4%, 91.4%
LAB84.6, 1.9, -11.6
XYZ62.9, 65.3, 86.4
Decimal13423593
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.06:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3E9;
}
.text-color {
color: #CCD3E9;
}
.border-color {
border: 2px solid #CCD3E9;
}