#CCCDEB Color Information

Hex color code: #CCCDEB

#CCCDEB is a delicate blue color. In RGB it is (204, 205, 235), and in HSL it is (238°, 44%, 86%). It is popular in mobile app design.

Try:
Color NameLight Steel Blue
HEX
#CCCDEB
RGB
204, 205, 235
HSL
238°, 44%, 86%
CMYK
13%, 13%, 0%, 8%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #CCCDEB; 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 #CCCDEB; background-color: #CCCDEB15; }

Alert / Toast

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

Link / Accent

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

a { color: #CCCDEB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 205, 235

Red: 204 / Green: 205 / Blue: 235

HSL

238°, 44%, 86%

Hue: 238° / Saturation: 44% / Lightness: 86%

CMYK

13%, 13%, 0%, 8%

Cyan: 13% / Magenta: 13% / Yellow: 0% / Key: 8%

What color is #CCCDEB?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCCDEB to RGB:

rgb(204, 205, 235)HEX to RGB Converter →

HEX to HSL

Convert #CCCDEB to HSL:

hsl(238, 44%, 86%)RGB to HSL Converter →

HEX to CMYK

Convert #CCCDEB to CMYK:

cmyk(13%, 13%, 0%, 8%)Color Converter →

Color Meaning and Usage

#CCCDEB is a light blue color with RGB values of 204, 205, 235 and HSL of 238°, 44%, 86%. This very light tint evokes purity and simplicity, making it suitable for popular for illustrations and friendly visual themes. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCCDEB is #EBEACC, creating high-contrast pairings. For softer combinations, try analogous colors like #CCDCEB.

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

Contrast with #CCCDEB

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCCDEB?

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

What is the RGB value of #CCCDEB?

#CCCDEB in RGB is (204, 205, 235) - 204 red, 205 green, and 235 blue.

How to use #CCCDEB in CSS?

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

What colors go well with #CCCDEB?

#EBEACC (complementary), #CCDCEB (analogous), and #9597D6 (lighter shade) work well with #CCCDEB.