Color #AED1CD

HEX

#AED1CD

RGB

(174, 209, 205)

Quick Actions

Color Values

Color Space Values
RGB
R: 174, G: 209, B: 205 (68%, 82%, 80%)
CMYK C: 17%, M: 0%, Y: 2%, K: 18%
HSL H: 173°, S: 28%, L: 75%
HSV H: 173°, S: 17%, V: 82%
CIE-LAB L: 81.3, a: -12.34, b: -1.88
CIE-LCH L: 81.3, C: 12.48, H: 188.66
Hunter-Lab L: 76.82, a: -17.61, b: -6.77
Web Safe
#99cccc
Complementary
#d1aeb2

#AED1CD is a color with RGB values of 174 red, 209 green, and 205 blue (68%, 82%, 80% respectively). In the CMYK color space, it consists of 17% cyan, 0% magenta, 2% yellow, and 18% black. The color has a hue angle of 173°, 28% saturation, and 75% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #99cccc. The complementary color is #d1aeb2, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #AED1CD

Explore different variations of #AED1CD including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #AED1CD. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #AED1CD

Explore different color combinations and harmonies that work well with #AED1CD.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #AED1CD

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #AED1CD

Text with #AED1CD

This text has a font color of #AED1CD.

<span style="color:#AED1CD;">Text here</span>
.text { color: #AED1CD; }

#AED1CD background color

This paragraph has a background color of #AED1CD.

<p style="background-color:#AED1CD;">Content here</p>
.background { background-color: #AED1CD; }

#AED1CD border color

This element has a border color of #AED1CD.
<div style="border:1px solid #AED1CD;">Content here</div>
.border { border: 1px solid #AED1CD; }

#AED1CD box shadow

This element has a box shadow using #AED1CD.
<div style="box-shadow: 0 4px 6px -1px #AED1CD80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #AED1CD80; }
Copied to clipboard!