Color: #D1BDAF

#D1BDAF Color Information

#D1BDAF is a light color. The closest websafe version is #D1BDAF. A complement of this color would be #AEC2D0, perceived brightness is 0.76, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 25°,a saturation of 27%, and a lightness of 75%.The HSV representation shows a hue of 25°, a saturation of 16%, and a value of 82%.

In a RGB color space, #D1BDAF is composed of 82% red, 74% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 16% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 53.27, x: 0.3737, and y: 0.3719.

Color Code #D1BDAF

#D1BDAFrgb(209, 189, 175)
HEX
#D1BDAF
RGB
rgb(209, 189, 175)
HSL
hsl(25, 27%, 75%)
HSV
hsv(25, 16%, 82%)
CMYK
0%, 10%, 16%, 18%
XYZ
X: 53.53, Y: 53.27, Z: 36.45
Lab
L: 78.03, a: 5.64, b: 9.82
Name

Shades of Color #D1BDAF

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

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

#D1BDAFrgb(209, 189, 175)

About #D1BDAF Color Code

In the HSL color space, this color has a hue angle of 25°, a saturation of 27%, and a lightness of 75%. The HSV representation shows a hue of 25°, a saturation of 16%, and a value of 82%.

  • HEX: #D1BDAF
  • RGB: rgb(209, 189, 175)
  • HSL: hsl(25, 27%, 75%)
  • HSV: hsv(25, 16%, 82%)
  • CMYK: 0.00% cyan, 10.00% magenta, 16.00% yellow, 18.00% black
  • XYZ: 53.53, 53.27, 36.45
  • Yxy: 53.27, 0.3737, 0.3719
  • Hunter Lab: 78.03, 5.64, 9.82
  • CIE-Lab: 78.03, 5.64, 9.82

In the XYZ color space, this color is represented as X: 53.53, Y: 53.27, Z: 36.45. The Yxy representation further refines this as Y: 53.27, x: 0.3737, and y: 0.3719.

In the Hunter Lab color space, this color is represented as L: 78.03, a: 5.64, and b: 9.82. Similarly, in the CIE-Lab color space, it is represented as L: 78.03, a: 5.64, and b: 9.82.

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

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

Analogous Colors of #D1BDAF

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

Split Complementary Colors of #D1BDAF

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

Tetradic Colors of #D1BDAF

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

Monochromatic Colors of #D1BDAF

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

Complementary Color of #D1BDAF

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

/* Using HEX */
body {
  background-color: #d1bdaf;
}
/* Using RGB */
body {
  background-color: rgb(209, 189, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(209, 189, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(25, 27%, 75%);
}
/* Text color */
p {
  color: #d1bdaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d1bdaf;
}
/* Border color */
.box {
  border: 4px solid #d1bdaf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d1bdaf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d1bdaf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D1BDAF
On Black Background
#D1BDAF
On White Background
#D1BDAF

HTML Examples of #D1BDAF

<!-- Using HEX -->
<div style="background-color: #d1bdaf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(209, 189, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(209, 189, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(25, 27%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d1bdaf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d1bdaf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d1bdaf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d1bdaf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d1bdaf; color: #fff; padding: 16px; border-radius: 8px;">
  #D1BDAF
</div>
#D1BDAF
On Black Background
#D1BDAF
On White Background
#D1BDAF

Related Colors of #D1BDAF

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