Color: #CDE6AA
#CDE6AA Color Information
#CDE6AA is a light color. The closest websafe version is #CDE6AA. A complement of this color would be #C2A8E6, perceived brightness is 0.85, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 85°,a saturation of 55%, and a lightness of 78%.The HSV representation shows a hue of 85°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CDE6AA is composed of 80% red, 90% green and 67% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 26% yellow and 10% black.
In the Yxy color space, this color is represented as Y: 72.75, x: 0.3636, and y: 0.4209.
Color Code #CDE6AA
Shades of Color #CDE6AA
Shades are created by darkening the original color #CDE6AA 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 #CDE6AA
Tints are created by lightening the original color #CDE6AA 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 #CDE6AA Color Code
In the HSL color space, this color has a hue angle of 85°, a saturation of 55%, and a lightness of 78%. The HSV representation shows a hue of 85°, a saturation of 26%, and a value of 90%.
- HEX: #CDE6AA
- RGB: rgb(205, 230, 170)
- HSL: hsl(85, 55%, 78%)
- HSV: hsv(85, 26%, 90%)
- CMYK: 11.00% cyan, 0.00% magenta, 26.00% yellow, 10.00% black
- XYZ: 62.84, 72.75, 37.24
- Yxy: 72.75, 0.3636, 0.4209
- Hunter Lab: 88.33, -16.18, 26.46
- CIE-Lab: 88.33, -16.18, 26.46
In the XYZ color space, this color is represented as X: 62.84, Y: 72.75, Z: 37.24. The Yxy representation further refines this as Y: 72.75, x: 0.3636, and y: 0.4209.
In the Hunter Lab color space, this color is represented as L: 88.33, a: -16.18, and b: 26.46. Similarly, in the CIE-Lab color space, it is represented as L: 88.33, a: -16.18, and b: 26.46.
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 #CDE6AA
Triadic colors are three colors evenly spaced around the color wheel, including #CDE6AA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CDE6AA
Monochromatic colors are variations of #CDE6AA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDE6AA
The complementary color of #CDE6AA 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 #CDE6AA
/* Using HEX */ body { background-color: #cde6aa; }
/* Using RGB */ body { background-color: rgb(205, 230, 170); }
/* Using RGB with opacity */ body { background-color: rgba(205, 230, 170, 0.5); }
/* Using HSL */ body { background-color: hsl(85, 55%, 78%); }
/* Text color */ p { color: #cde6aa; }
/* Box shadow */ div { box-shadow: 4px 4px #cde6aa; }
HTML Examples of #CDE6AA
<!-- Using HEX --> <div style="background-color: #cde6aa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 230, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 230, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(85, 55%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cde6aa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cde6aa; width: 100px; height: 100px;"></div>
Related Colors of #CDE6AA
These colors are similar to #CDE6AA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.