Color: #D1BAB2

#D1BAB2 Color Information

#D1BAB2 is a light color. The closest websafe version is #D1BAB2. A complement of this color would be #B3C9D1, perceived brightness is 0.75, and the grayscale version is #C2C2C2.

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

In a RGB color space, #D1BAB2 is composed of 82% red, 73% green and 70% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 15% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 52.09, x: 0.3722, and y: 0.3652.

Color Code #D1BAB2

#D1BAB2rgb(209, 186, 178)
HEX
#D1BAB2
RGB
rgb(209, 186, 178)
HSL
hsl(15, 25%, 76%)
HSV
hsv(15, 15%, 82%)
CMYK
0%, 11%, 15%, 18%
XYZ
X: 53.08, Y: 52.09, Z: 37.45
Lab
L: 77.33, a: 7.49, b: 7.22
Name

Shades of Color #D1BAB2

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

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

#D1BAB2rgb(209, 186, 178)

About #D1BAB2 Color Code

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

  • HEX: #D1BAB2
  • RGB: rgb(209, 186, 178)
  • HSL: hsl(15, 25%, 76%)
  • HSV: hsv(15, 15%, 82%)
  • CMYK: 0.00% cyan, 11.00% magenta, 15.00% yellow, 18.00% black
  • XYZ: 53.08, 52.09, 37.45
  • Yxy: 52.09, 0.3722, 0.3652
  • Hunter Lab: 77.33, 7.49, 7.22
  • CIE-Lab: 77.33, 7.49, 7.22

In the XYZ color space, this color is represented as X: 53.08, Y: 52.09, Z: 37.45. The Yxy representation further refines this as Y: 52.09, x: 0.3722, and y: 0.3652.

In the Hunter Lab color space, this color is represented as L: 77.33, a: 7.49, and b: 7.22. Similarly, in the CIE-Lab color space, it is represented as L: 77.33, a: 7.49, and b: 7.22.

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

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

Analogous Colors of #D1BAB2

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

Split Complementary Colors of #D1BAB2

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

Tetradic Colors of #D1BAB2

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

Monochromatic Colors of #D1BAB2

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

Complementary Color of #D1BAB2

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

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

HTML Examples of #D1BAB2

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

Related Colors of #D1BAB2

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