Color: #ADA6BD

#ADA6BD Color Information

#ADA6BD is a light color. The closest websafe version is #ADA6BD. A complement of this color would be #B7BEA7, perceived brightness is 0.67, and the grayscale version is #B2B2B2.

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

In a RGB color space, #ADA6BD is composed of 68% red, 65% green and 74% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 12% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 39.72, x: 0.3334, and y: 0.3295.

Color Code #ADA6BD

HEX
#ADA6BD
RGB
rgb(173, 166, 189)
HSL
hsl(258, 15%, 70%)
HSV
hsv(258, 12%, 74%)
CMYK
8%, 12%, 0%, 26%
XYZ
X: 40.19, Y: 39.72, Z: 40.63
Lab
L: 69.27, a: 5.95, b: -10.91
Name

Shades of Color #ADA6BD

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

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

In the HSL color space, this color has a hue angle of 258°, a saturation of 15%, and a lightness of 70%. The HSV representation shows a hue of 258°, a saturation of 12%, and a value of 74%.

  • HEX: #ADA6BD
  • RGB: rgb(173, 166, 189)
  • HSL: hsl(258, 15%, 70%)
  • HSV: hsv(258, 12%, 74%)
  • CMYK: 8.00% cyan, 12.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 40.19, 39.72, 40.63
  • Yxy: 39.72, 0.3334, 0.3295
  • Hunter Lab: 69.27, 5.95, -10.91
  • CIE-Lab: 69.27, 5.95, -10.91

In the XYZ color space, this color is represented as X: 40.19, Y: 39.72, Z: 40.63. The Yxy representation further refines this as Y: 39.72, x: 0.3334, and y: 0.3295.

In the Hunter Lab color space, this color is represented as L: 69.27, a: 5.95, and b: -10.91. Similarly, in the CIE-Lab color space, it is represented as L: 69.27, a: 5.95, and b: -10.91.

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

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

Analogous Colors of #ADA6BD

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

Monochromatic Colors of #ADA6BD

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

Complementary Color of #ADA6BD

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

/* Using HEX */
body {
  background-color: #ada6bd;
}
/* Using RGB */
body {
  background-color: rgb(173, 166, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 166, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(258, 15%, 70%);
}
/* Text color */
p {
  color: #ada6bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ada6bd;
}

HTML Examples of #ADA6BD

<!-- Using HEX -->
<div style="background-color: #ada6bd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 166, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 166, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(258, 15%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ada6bd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ada6bd; width: 100px; height: 100px;"></div>

Related Colors of #ADA6BD

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