#CDCDEE Color Information

Hex color code: #CDCDEE

#CDCDEE is a light blue color. In RGB it is (205, 205, 238), and in HSL it is (240°, 49%, 87%). It is commonly used in modern UI design.

Try:
Color NameLight Steel Blue
HEX
#CDCDEE
RGB
205, 205, 238
HSL
240°, 49%, 87%
CMYK
14%, 14%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CDCDEE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

205, 205, 238

Red: 205 / Green: 205 / Blue: 238

HSL

240°, 49%, 87%

Hue: 240° / Saturation: 49% / Lightness: 87%

CMYK

14%, 14%, 0%, 7%

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

What color is #CDCDEE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CDCDEE to RGB:

rgb(205, 205, 238)HEX to RGB Converter →

HEX to HSL

Convert #CDCDEE to HSL:

hsl(240, 49%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #CDCDEE to CMYK:

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

Color Meaning and Usage

#CDCDEE is a delicate blue color with RGB values of 205, 205, 238 and HSL of 240°, 49%, 87%. This very light tint evokes purity and simplicity, making it suitable for widely used in graphic design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CDCDEE is #EEEECE, creating high-contrast pairings. For softer combinations, try analogous colors like #CEDEEE.

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

Contrast with #CDCDEE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CDCDEE?

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

What is the RGB value of #CDCDEE?

#CDCDEE in RGB is (205, 205, 238) - 205 red, 205 green, and 238 blue.

How to use #CDCDEE in CSS?

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

What colors go well with #CDCDEE?

#EEEECE (complementary), #CEDEEE (analogous), and #9595DB (lighter shade) work well with #CDCDEE.