Color: #C5ADB6

#C5ADB6 Color Information

#C5ADB6 is a light color. The closest websafe version is #C5ADB6. A complement of this color would be #AEC6BD, perceived brightness is 0.71, and the grayscale version is #B9B9B9.

In the HSL color space, this color has a hue angle of 338°,a saturation of 17%, and a lightness of 73%.The HSV representation shows a hue of 338°, a saturation of 12%, and a value of 77%.

In a RGB color space, #C5ADB6 is composed of 77% red, 68% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 8% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 45.22, x: 0.3609, and y: 0.3463.

Color Code #C5ADB6

#C5ADB6rgb(197, 173, 182)
HEX
#C5ADB6
RGB
rgb(197, 173, 182)
HSL
hsl(338, 17%, 73%)
HSV
hsv(338, 12%, 77%)
CMYK
0%, 12%, 8%, 23%
XYZ
X: 47.13, Y: 45.22, Z: 38.24
Lab
L: 73.03, a: 10.10, b: -1.27
Name

Shades of Color #C5ADB6

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

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

#C5ADB6rgb(197, 173, 182)

About #C5ADB6 Color Code

In the HSL color space, this color has a hue angle of 338°, a saturation of 17%, and a lightness of 73%. The HSV representation shows a hue of 338°, a saturation of 12%, and a value of 77%.

  • HEX: #C5ADB6
  • RGB: rgb(197, 173, 182)
  • HSL: hsl(338, 17%, 73%)
  • HSV: hsv(338, 12%, 77%)
  • CMYK: 0.00% cyan, 12.00% magenta, 8.00% yellow, 23.00% black
  • XYZ: 47.13, 45.22, 38.24
  • Yxy: 45.22, 0.3609, 0.3463
  • Hunter Lab: 73.03, 10.10, -1.27
  • CIE-Lab: 73.03, 10.10, -1.27

In the XYZ color space, this color is represented as X: 47.13, Y: 45.22, Z: 38.24. The Yxy representation further refines this as Y: 45.22, x: 0.3609, and y: 0.3463.

In the Hunter Lab color space, this color is represented as L: 73.03, a: 10.10, and b: -1.27. Similarly, in the CIE-Lab color space, it is represented as L: 73.03, a: 10.10, and b: -1.27.

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

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

Analogous Colors of #C5ADB6

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

Monochromatic Colors of #C5ADB6

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

Complementary Color of #C5ADB6

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

/* Using HEX */
body {
  background-color: #c5adb6;
}
/* Using RGB */
body {
  background-color: rgb(197, 173, 182);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 173, 182, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(338, 17%, 73%);
}
/* Text color */
p {
  color: #c5adb6;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5adb6;
}
/* Border color */
.box {
  border: 4px solid #c5adb6;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c5adb6;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c5adb6;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C5ADB6
On Black Background
#C5ADB6
On White Background
#C5ADB6

HTML Examples of #C5ADB6

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

Related Colors of #C5ADB6

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