Color: #CDE1AD

#CDE1AD Color Information

#CDE1AD is a light color. The closest websafe version is #CDE1AD. A complement of this color would be #C1ADE1, perceived brightness is 0.84, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 83°,a saturation of 46%, and a lightness of 78%.The HSV representation shows a hue of 83°, a saturation of 23%, and a value of 88%.

In a RGB color space, #CDE1AD is composed of 80% red, 88% green and 68% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 23% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 70.09, x: 0.3630, and y: 0.4130.

Color Code #CDE1AD

#CDE1ADrgb(205, 225, 173)
HEX
#CDE1AD
RGB
rgb(205, 225, 173)
HSL
hsl(83, 46%, 78%)
HSV
hsv(83, 23%, 88%)
CMYK
9%, 0%, 23%, 12%
XYZ
X: 61.59, Y: 70.09, Z: 38.01
Lab
L: 87.04, a: -13.53, b: 23.21
Name

Shades of Color #CDE1AD

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

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

#CDE1ADrgb(205, 225, 173)

About #CDE1AD Color Code

In the HSL color space, this color has a hue angle of 83°, a saturation of 46%, and a lightness of 78%. The HSV representation shows a hue of 83°, a saturation of 23%, and a value of 88%.

  • HEX: #CDE1AD
  • RGB: rgb(205, 225, 173)
  • HSL: hsl(83, 46%, 78%)
  • HSV: hsv(83, 23%, 88%)
  • CMYK: 9.00% cyan, 0.00% magenta, 23.00% yellow, 12.00% black
  • XYZ: 61.59, 70.09, 38.01
  • Yxy: 70.09, 0.3630, 0.4130
  • Hunter Lab: 87.04, -13.53, 23.21
  • CIE-Lab: 87.04, -13.53, 23.21

In the XYZ color space, this color is represented as X: 61.59, Y: 70.09, Z: 38.01. The Yxy representation further refines this as Y: 70.09, x: 0.3630, and y: 0.4130.

In the Hunter Lab color space, this color is represented as L: 87.04, a: -13.53, and b: 23.21. Similarly, in the CIE-Lab color space, it is represented as L: 87.04, a: -13.53, and b: 23.21.

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

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

Analogous Colors of #CDE1AD

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

Monochromatic Colors of #CDE1AD

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

Complementary Color of #CDE1AD

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

/* Using HEX */
body {
  background-color: #cde1ad;
}
/* Using RGB */
body {
  background-color: rgb(205, 225, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 225, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(83, 46%, 78%);
}
/* Text color */
p {
  color: #cde1ad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cde1ad;
}
/* Border color */
.box {
  border: 4px solid #cde1ad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cde1ad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cde1ad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDE1AD
On Black Background
#CDE1AD
On White Background
#CDE1AD

HTML Examples of #CDE1AD

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

Related Colors of #CDE1AD

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