Color: #ADDCD5

#ADDCD5 Color Information

#ADDCD5 is a light color. The closest websafe version is #ADDCD5. A complement of this color would be #DCADB4, perceived brightness is 0.80, and the grayscale version is #C5C5C5.

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

In a RGB color space, #ADDCD5 is composed of 68% red, 86% green and 84% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 3% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 64.64, x: 0.3160, and y: 0.3694.

Color Code #ADDCD5

HEX
#ADDCD5
RGB
rgb(173, 220, 213)
HSL
hsl(171, 40%, 77%)
HSV
hsv(171, 21%, 86%)
CMYK
21%, 0%, 3%, 14%
XYZ
X: 55.30, Y: 64.64, Z: 55.05
Lab
L: 84.30, a: -16.89, b: -1.83
Name

Shades of Color #ADDCD5

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

Tints are created by lightening the original color #ADDCD5 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 #ADDCD5 Color Code

In the HSL color space, this color has a hue angle of 171°, a saturation of 40%, and a lightness of 77%. The HSV representation shows a hue of 171°, a saturation of 21%, and a value of 86%.

  • HEX: #ADDCD5
  • RGB: rgb(173, 220, 213)
  • HSL: hsl(171, 40%, 77%)
  • HSV: hsv(171, 21%, 86%)
  • CMYK: 21.00% cyan, 0.00% magenta, 3.00% yellow, 14.00% black
  • XYZ: 55.30, 64.64, 55.05
  • Yxy: 64.64, 0.3160, 0.3694
  • Hunter Lab: 84.30, -16.89, -1.83
  • CIE-Lab: 84.30, -16.89, -1.83

In the XYZ color space, this color is represented as X: 55.30, Y: 64.64, Z: 55.05. The Yxy representation further refines this as Y: 64.64, x: 0.3160, and y: 0.3694.

In the Hunter Lab color space, this color is represented as L: 84.30, a: -16.89, and b: -1.83. Similarly, in the CIE-Lab color space, it is represented as L: 84.30, a: -16.89, and b: -1.83.

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

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

Analogous Colors of #ADDCD5

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

Monochromatic Colors of #ADDCD5

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

Complementary Color of #ADDCD5

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

/* Using HEX */
body {
  background-color: #addcd5;
}
/* Using RGB */
body {
  background-color: rgb(173, 220, 213);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 220, 213, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(171, 40%, 77%);
}
/* Text color */
p {
  color: #addcd5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #addcd5;
}

HTML Examples of #ADDCD5

<!-- Using HEX -->
<div style="background-color: #addcd5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 220, 213); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 220, 213, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(171, 40%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #addcd5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #addcd5; width: 100px; height: 100px;"></div>

Related Colors of #ADDCD5

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