#CCDBF0
A very light, moderate blue closely aligning with Lavender.
About #CCDBF0
When working with digital screens, the color #CCDBF0 is rendered by mixing light. Its closest recognized web color is Lavender. In the RGB color space, it consists of 204 red, 219 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 15% Cyan, 9% Magenta, 0% Yellow, and 6% Black. With a hue angle of 215.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCDBF0
RGB204, 219, 240
HSL215.0°, 54.5%, 87.1%
CMYK15%, 9%, 0%, 6%
HSV215.0°, 15.0%, 94.1%
LAB86.9, -0.8, -12.0
XYZ66.0, 69.8, 92.4
Decimal13425648
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.96:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDBF0;
}
.text-color {
color: #CCDBF0;
}
.border-color {
border: 2px solid #CCDBF0;
}