Color: #CDAEBD

#CDAEBD Color Information

#CDAEBD is a light color. The closest websafe version is #CDAEBD. A complement of this color would be #ADCDBD, perceived brightness is 0.73, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 331°,a saturation of 24%, and a lightness of 74%.The HSV representation shows a hue of 331°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CDAEBD is composed of 80% red, 68% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 8% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 47.01, x: 0.3624, and y: 0.3394.

Color Code #CDAEBD

HEX
#CDAEBD
RGB
rgb(205, 174, 189)
HSL
hsl(331, 24%, 74%)
HSV
hsv(331, 15%, 80%)
CMYK
0%, 15%, 8%, 20%
XYZ
X: 50.20, Y: 47.01, Z: 41.30
Lab
L: 74.20, a: 13.46, b: -3.28
Name

Shades of Color #CDAEBD

Shades are created by darkening the original color #CDAEBD 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 #CDAEBD

Tints are created by lightening the original color #CDAEBD 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.

About #CDAEBD Color Code

In the HSL color space, this color has a hue angle of 331°, a saturation of 24%, and a lightness of 74%. The HSV representation shows a hue of 331°, a saturation of 15%, and a value of 80%.

  • HEX: #CDAEBD
  • RGB: rgb(205, 174, 189)
  • HSL: hsl(331, 24%, 74%)
  • HSV: hsv(331, 15%, 80%)
  • CMYK: 0.00% cyan, 15.00% magenta, 8.00% yellow, 20.00% black
  • XYZ: 50.20, 47.01, 41.30
  • Yxy: 47.01, 0.3624, 0.3394
  • Hunter Lab: 74.20, 13.46, -3.28
  • CIE-Lab: 74.20, 13.46, -3.28

In the XYZ color space, this color is represented as X: 50.20, Y: 47.01, Z: 41.30. The Yxy representation further refines this as Y: 47.01, x: 0.3624, and y: 0.3394.

In the Hunter Lab color space, this color is represented as L: 74.20, a: 13.46, and b: -3.28. Similarly, in the CIE-Lab color space, it is represented as L: 74.20, a: 13.46, and b: -3.28.

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 #CDAEBD

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

Analogous Colors of #CDAEBD

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

Monochromatic Colors of #CDAEBD

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

Complementary Color of #CDAEBD

The complementary color of #CDAEBD 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 #CDAEBD

/* Using HEX */
body {
  background-color: #cdaebd;
}
/* Using RGB */
body {
  background-color: rgb(205, 174, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 174, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(331, 24%, 74%);
}
/* Text color */
p {
  color: #cdaebd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdaebd;
}

HTML Examples of #CDAEBD

<!-- Using HEX -->
<div style="background-color: #cdaebd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 174, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 174, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(331, 24%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cdaebd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cdaebd; width: 100px; height: 100px;"></div>

Related Colors of #CDAEBD

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