Color: #ADA6CB

#ADA6CB Color Information

#ADA6CB is a light color. The closest websafe version is #ADA6CB. A complement of this color would be #C3CAA5, perceived brightness is 0.68, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 251°,a saturation of 26%, and a lightness of 72%.The HSV representation shows a hue of 251°, a saturation of 18%, and a value of 80%.

In a RGB color space, #ADA6CB is composed of 68% red, 65% green and 80% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 18% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 40.25, x: 0.3222, and y: 0.3129.

Color Code #ADA6CB

#ADA6CBrgb(173, 166, 203)
HEX
#ADA6CB
RGB
rgb(173, 166, 203)
HSL
hsl(251, 26%, 72%)
HSV
hsv(251, 18%, 80%)
CMYK
15%, 18%, 0%, 20%
XYZ
X: 41.45, Y: 40.25, Z: 46.94
Lab
L: 69.65, a: 8.18, b: -18.03
Name

Shades of Color #ADA6CB

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

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

#ADA6CBrgb(173, 166, 203)

About #ADA6CB Color Code

In the HSL color space, this color has a hue angle of 251°, a saturation of 26%, and a lightness of 72%. The HSV representation shows a hue of 251°, a saturation of 18%, and a value of 80%.

  • HEX: #ADA6CB
  • RGB: rgb(173, 166, 203)
  • HSL: hsl(251, 26%, 72%)
  • HSV: hsv(251, 18%, 80%)
  • CMYK: 15.00% cyan, 18.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 41.45, 40.25, 46.94
  • Yxy: 40.25, 0.3222, 0.3129
  • Hunter Lab: 69.65, 8.18, -18.03
  • CIE-Lab: 69.65, 8.18, -18.03

In the XYZ color space, this color is represented as X: 41.45, Y: 40.25, Z: 46.94. The Yxy representation further refines this as Y: 40.25, x: 0.3222, and y: 0.3129.

In the Hunter Lab color space, this color is represented as L: 69.65, a: 8.18, and b: -18.03. Similarly, in the CIE-Lab color space, it is represented as L: 69.65, a: 8.18, and b: -18.03.

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

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

Analogous Colors of #ADA6CB

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

Split Complementary Colors of #ADA6CB

Split complementary colors are two colors adjacent to the complementary color of #ADA6CB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #ADA6CB

Tetradic colors form a rectangle on the color wheel, including #ADA6CB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #ADA6CB

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

Complementary Color of #ADA6CB

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

/* Using HEX */
body {
  background-color: #ada6cb;
}
/* Using RGB */
body {
  background-color: rgb(173, 166, 203);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 166, 203, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(251, 26%, 72%);
}
/* Text color */
p {
  color: #ada6cb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ada6cb;
}
/* Border color */
.box {
  border: 4px solid #ada6cb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ada6cb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ada6cb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADA6CB
On Black Background
#ADA6CB
On White Background
#ADA6CB

HTML Examples of #ADA6CB

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

Related Colors of #ADA6CB

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