Color: #AEC1DD

#AEC1DD Color Information

#AEC1DD is a light color. The closest websafe version is #AEC1DD. A complement of this color would be #DCC9AC, perceived brightness is 0.75, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 216°,a saturation of 41%, and a lightness of 77%.The HSV representation shows a hue of 216°, a saturation of 21%, and a value of 87%.

In a RGB color space, #AEC1DD is composed of 68% red, 76% green and 87% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 13% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 52.03, x: 0.3107, and y: 0.3277.

Color Code #AEC1DD

#AEC1DDrgb(174, 193, 221)
HEX
#AEC1DD
RGB
rgb(174, 193, 221)
HSL
hsl(216, 41%, 77%)
HSV
hsv(216, 21%, 87%)
CMYK
21%, 13%, 0%, 13%
XYZ
X: 49.34, Y: 52.03, Z: 57.41
Lab
L: 77.30, a: -2.23, b: -16.35
Name

Shades of Color #AEC1DD

Shades are created by darkening the original color #AEC1DD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #AEC1DD

Tints are created by lightening the original color #AEC1DD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#AEC1DDrgb(174, 193, 221)

About #AEC1DD Color Code

In the HSL color space, this color has a hue angle of 216°, a saturation of 41%, and a lightness of 77%. The HSV representation shows a hue of 216°, a saturation of 21%, and a value of 87%.

  • HEX: #AEC1DD
  • RGB: rgb(174, 193, 221)
  • HSL: hsl(216, 41%, 77%)
  • HSV: hsv(216, 21%, 87%)
  • CMYK: 21.00% cyan, 13.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 49.34, 52.03, 57.41
  • Yxy: 52.03, 0.3107, 0.3277
  • Hunter Lab: 77.30, -2.23, -16.35
  • CIE-Lab: 77.30, -2.23, -16.35

In the XYZ color space, this color is represented as X: 49.34, Y: 52.03, Z: 57.41. The Yxy representation further refines this as Y: 52.03, x: 0.3107, and y: 0.3277.

In the Hunter Lab color space, this color is represented as L: 77.30, a: -2.23, and b: -16.35. Similarly, in the CIE-Lab color space, it is represented as L: 77.30, a: -2.23, and b: -16.35.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #AEC1DD

Triadic colors are three colors evenly spaced around the color wheel, including #AEC1DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #AEC1DD

Analogous colors are adjacent to #AEC1DD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #AEC1DD

Split complementary colors are two colors adjacent to the complementary color of #AEC1DD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #AEC1DD

Tetradic colors form a rectangle on the color wheel, including #AEC1DD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #AEC1DD

Monochromatic colors are variations of #AEC1DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #AEC1DD

The complementary color of #AEC1DD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #AEC1DD

/* Using HEX */
body {
  background-color: #aec1dd;
}
/* Using RGB */
body {
  background-color: rgb(174, 193, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 193, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(216, 41%, 77%);
}
/* Text color */
p {
  color: #aec1dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aec1dd;
}
/* Border color */
.box {
  border: 4px solid #aec1dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aec1dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aec1dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AEC1DD
On Black Background
#AEC1DD
On White Background
#AEC1DD

HTML Examples of #AEC1DD

<!-- Using HEX -->
<div style="background-color: #aec1dd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 193, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 193, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(216, 41%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aec1dd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aec1dd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #aec1dd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #aec1dd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #aec1dd; color: #fff; padding: 16px; border-radius: 8px;">
  #AEC1DD
</div>
#AEC1DD
On Black Background
#AEC1DD
On White Background
#AEC1DD

Related Colors of #AEC1DD

These colors are similar to #AEC1DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.