#CECCDC Color Information

Hex color code: #CECCDC

A airy blue shade, #CECCDC appears as (206, 204, 220) in RGB and (248°, 19%, 83%) in HSL. It is popular in mobile app design.

Try:
Color NameLight Steel Blue
HEX
#CECCDC
RGB
206, 204, 220
HSL
248°, 19%, 83%
CMYK
6%, 7%, 0%, 14%

Shades

CSS Usage
color: #CECCDC;
background-color: #CECCDC;
border-color: #CECCDC;
box-shadow: 0 0 10px #CECCDC;
border: 2px solid #CECCDC;
Tailwind Usage
bg-[#CECCDC]
text-[#CECCDC]
border-[#CECCDC]
shadow-[0_0_10px_CECCDC]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #CECCDC, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #CECCDC; color: #000000; }

Badge

New Feature
.badge { background-color: #CECCDC; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #CECCDC; background-color: #CECCDC15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #CECCDC20; border-left: 4px solid #CECCDC; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #CECCDC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #CECCDC in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

206, 204, 220

Red: 206 / Green: 204 / Blue: 220

HSL

248°, 19%, 83%

Hue: 248° / Saturation: 19% / Lightness: 83%

CMYK

6%, 7%, 0%, 14%

Cyan: 6% / Magenta: 7% / Yellow: 0% / Key: 14%

What color is #CECCDC?

#CECCDC is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CECCDC to RGB:

rgb(206, 204, 220)HEX to RGB Converter →

HEX to HSL

Convert #CECCDC to HSL:

hsl(248, 19%, 83%)RGB to HSL Converter →

HEX to CMYK

Convert #CECCDC to CMYK:

cmyk(6%, 7%, 0%, 14%)Color Converter →

Color Meaning and Usage

A light blue tone, #CECCDC has RGB (206, 204, 220) and HSL (248°, 19%, 83%). Known for evoking purity and simplicity, this very light tint is popular in mobile app design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CECCDC is #DADCCB, creating high-contrast pairings. For softer combinations, try analogous colors like #CBD1DC.

Use #CECCDC in CSS: color: #CECCDC or background-color: #CECCDC. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #CECCDC

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 13.29:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CECCDC?

#CECCDC is a light blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CECCDC?

#CECCDC in RGB is (206, 204, 220) - 206 red, 204 green, and 220 blue.

How to use #CECCDC in CSS?

Use #CECCDC directly in your CSS properties like color or background-color.

What colors go well with #CECCDC?

#DADCCB (complementary), #CBD1DC (analogous), and #A29EBD (lighter shade) work well with #CECCDC.