Color: #D3DBAB

#D3DBAB Color Information

#D3DBAB is a light color. The closest websafe version is #D3DBAB. A complement of this color would be #B1A9DA, perceived brightness is 0.83, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 70°,a saturation of 40%, and a lightness of 76%.The HSV representation shows a hue of 70°, a saturation of 22%, and a value of 86%.

In a RGB color space, #D3DBAB is composed of 83% red, 86% green and 67% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 22% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 67.74, x: 0.3703, and y: 0.4078.

Color Code #D3DBAB

#D3DBABrgb(211, 219, 171)
HEX
#D3DBAB
RGB
rgb(211, 219, 171)
HSL
hsl(70, 40%, 76%)
HSV
hsv(70, 22%, 86%)
CMYK
4%, 0%, 22%, 14%
XYZ
X: 61.51, Y: 67.74, Z: 36.87
Lab
L: 85.88, a: -8.71, b: 22.76
Name

Shades of Color #D3DBAB

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

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

#D3DBABrgb(211, 219, 171)

About #D3DBAB Color Code

In the HSL color space, this color has a hue angle of 70°, a saturation of 40%, and a lightness of 76%. The HSV representation shows a hue of 70°, a saturation of 22%, and a value of 86%.

  • HEX: #D3DBAB
  • RGB: rgb(211, 219, 171)
  • HSL: hsl(70, 40%, 76%)
  • HSV: hsv(70, 22%, 86%)
  • CMYK: 4.00% cyan, 0.00% magenta, 22.00% yellow, 14.00% black
  • XYZ: 61.51, 67.74, 36.87
  • Yxy: 67.74, 0.3703, 0.4078
  • Hunter Lab: 85.88, -8.71, 22.76
  • CIE-Lab: 85.88, -8.71, 22.76

In the XYZ color space, this color is represented as X: 61.51, Y: 67.74, Z: 36.87. The Yxy representation further refines this as Y: 67.74, x: 0.3703, and y: 0.4078.

In the Hunter Lab color space, this color is represented as L: 85.88, a: -8.71, and b: 22.76. Similarly, in the CIE-Lab color space, it is represented as L: 85.88, a: -8.71, and b: 22.76.

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

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

Analogous Colors of #D3DBAB

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

Split Complementary Colors of #D3DBAB

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

Tetradic Colors of #D3DBAB

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

Monochromatic Colors of #D3DBAB

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

Complementary Color of #D3DBAB

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

/* Using HEX */
body {
  background-color: #d3dbab;
}
/* Using RGB */
body {
  background-color: rgb(211, 219, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(211, 219, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(70, 40%, 76%);
}
/* Text color */
p {
  color: #d3dbab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d3dbab;
}
/* Border color */
.box {
  border: 4px solid #d3dbab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d3dbab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d3dbab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D3DBAB
On Black Background
#D3DBAB
On White Background
#D3DBAB

HTML Examples of #D3DBAB

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

Related Colors of #D3DBAB

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