Color: #CDE6AC

#CDE6AC Color Information

#CDE6AC is a light color. The closest websafe version is #CDE6AC. A complement of this color would be #C6ADE6, perceived brightness is 0.85, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 86°,a saturation of 54%, and a lightness of 79%.The HSV representation shows a hue of 86°, a saturation of 25%, and a value of 90%.

In a RGB color space, #CDE6AC is composed of 80% red, 90% green and 67% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 25% yellow and 10% black.

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

Color Code #CDE6AC

#CDE6ACrgb(205, 230, 172)
HEX
#CDE6AC
RGB
rgb(205, 230, 172)
HSL
hsl(86, 54%, 79%)
HSV
hsv(86, 25%, 90%)
CMYK
11%, 0%, 25%, 10%
XYZ
X: 62.99, Y: 72.81, Z: 38.00
Lab
L: 88.36, a: -15.96, b: 25.49
Name

Shades of Color #CDE6AC

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

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

#CDE6ACrgb(205, 230, 172)

About #CDE6AC Color Code

In the HSL color space, this color has a hue angle of 86°, a saturation of 54%, and a lightness of 79%. The HSV representation shows a hue of 86°, a saturation of 25%, and a value of 90%.

  • HEX: #CDE6AC
  • RGB: rgb(205, 230, 172)
  • HSL: hsl(86, 54%, 79%)
  • HSV: hsv(86, 25%, 90%)
  • CMYK: 11.00% cyan, 0.00% magenta, 25.00% yellow, 10.00% black
  • XYZ: 62.99, 72.81, 38.00
  • Yxy: 72.81, 0.3624, 0.4189
  • Hunter Lab: 88.36, -15.96, 25.49
  • CIE-Lab: 88.36, -15.96, 25.49

In the XYZ color space, this color is represented as X: 62.99, Y: 72.81, Z: 38.00. The Yxy representation further refines this as Y: 72.81, x: 0.3624, and y: 0.4189.

In the Hunter Lab color space, this color is represented as L: 88.36, a: -15.96, and b: 25.49. Similarly, in the CIE-Lab color space, it is represented as L: 88.36, a: -15.96, and b: 25.49.

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

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

Analogous Colors of #CDE6AC

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

Split Complementary Colors of #CDE6AC

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

Tetradic Colors of #CDE6AC

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

Monochromatic Colors of #CDE6AC

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

Complementary Color of #CDE6AC

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

/* Using HEX */
body {
  background-color: #cde6ac;
}
/* Using RGB */
body {
  background-color: rgb(205, 230, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 230, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(86, 54%, 79%);
}
/* Text color */
p {
  color: #cde6ac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cde6ac;
}
/* Border color */
.box {
  border: 4px solid #cde6ac;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cde6ac;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cde6ac;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDE6AC
On Black Background
#CDE6AC
On White Background
#CDE6AC

HTML Examples of #CDE6AC

<!-- Using HEX -->
<div style="background-color: #cde6ac; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 230, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 230, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(86, 54%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cde6ac;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cde6ac; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cde6ac; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cde6ac;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cde6ac; color: #fff; padding: 16px; border-radius: 8px;">
  #CDE6AC
</div>
#CDE6AC
On Black Background
#CDE6AC
On White Background
#CDE6AC

Related Colors of #CDE6AC

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