Color: #C5EDCD

#C5EDCD Color Information

#C5EDCD is a light color. The closest websafe version is #C5EDCD. A complement of this color would be #EDC4E5, perceived brightness is 0.87, and the grayscale version is #D9D9D9.

In the HSL color space, this color has a hue angle of 132°,a saturation of 53%, and a lightness of 85%.The HSV representation shows a hue of 132°, a saturation of 17%, and a value of 93%.

In a RGB color space, #C5EDCD is composed of 77% red, 93% green and 80% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 14% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 76.83, x: 0.3367, and y: 0.3938.

Color Code #C5EDCD

#C5EDCDrgb(197, 237, 205)
HEX
#C5EDCD
RGB
rgb(197, 237, 205)
HSL
hsl(132, 53%, 85%)
HSV
hsv(132, 17%, 93%)
CMYK
17%, 0%, 14%, 7%
XYZ
X: 65.69, Y: 76.83, Z: 52.60
Lab
L: 90.25, a: -17.99, b: 11.06
Name

Shades of Color #C5EDCD

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

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

#C5EDCDrgb(197, 237, 205)

About #C5EDCD Color Code

In the HSL color space, this color has a hue angle of 132°, a saturation of 53%, and a lightness of 85%. The HSV representation shows a hue of 132°, a saturation of 17%, and a value of 93%.

  • HEX: #C5EDCD
  • RGB: rgb(197, 237, 205)
  • HSL: hsl(132, 53%, 85%)
  • HSV: hsv(132, 17%, 93%)
  • CMYK: 17.00% cyan, 0.00% magenta, 14.00% yellow, 7.00% black
  • XYZ: 65.69, 76.83, 52.60
  • Yxy: 76.83, 0.3367, 0.3938
  • Hunter Lab: 90.25, -17.99, 11.06
  • CIE-Lab: 90.25, -17.99, 11.06

In the XYZ color space, this color is represented as X: 65.69, Y: 76.83, Z: 52.60. The Yxy representation further refines this as Y: 76.83, x: 0.3367, and y: 0.3938.

In the Hunter Lab color space, this color is represented as L: 90.25, a: -17.99, and b: 11.06. Similarly, in the CIE-Lab color space, it is represented as L: 90.25, a: -17.99, and b: 11.06.

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

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

Analogous Colors of #C5EDCD

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

Monochromatic Colors of #C5EDCD

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

Complementary Color of #C5EDCD

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

/* Using HEX */
body {
  background-color: #c5edcd;
}
/* Using RGB */
body {
  background-color: rgb(197, 237, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 237, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(132, 53%, 85%);
}
/* Text color */
p {
  color: #c5edcd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5edcd;
}
/* Border color */
.box {
  border: 4px solid #c5edcd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c5edcd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c5edcd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C5EDCD
On Black Background
#C5EDCD
On White Background
#C5EDCD

HTML Examples of #C5EDCD

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

Related Colors of #C5EDCD

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