Color: #DABDBB

#DABDBB Color Information

#DABDBB is a light color. The closest websafe version is #DABDBB. A complement of this color would be #B9D7DA, perceived brightness is 0.77, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 4°,a saturation of 30%, and a lightness of 79%.The HSV representation shows a hue of 4°, a saturation of 100%, and a value of 100%.

In a RGB color space, #DABDBB is composed of 85% red, 74% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 14% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 55.09, x: 0.3725, and y: 0.3582.

Color Code #DABDBB

HEX
#DABDBB
RGB
rgb(218, 189, 187)
HSL
hsl(4, 30%, 79%)
HSV
hsv(4, 14%, 85%)
CMYK
0%, 13%, 14%, 15%
XYZ
X: 57.28, Y: 55.09, Z: 41.41
Lab
L: 79.09, a: 10.42, b: 5.03
Name

Shades of Color #DABDBB

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

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

About #DABDBB Color Code

In the HSL color space, this color has a hue angle of 4°, a saturation of 30%, and a lightness of 79%. The HSV representation shows a hue of 4°, a saturation of 14%, and a value of 85%.

  • HEX: #DABDBB
  • RGB: rgb(218, 189, 187)
  • HSL: hsl(4, 30%, 79%)
  • HSV: hsv(4, 14%, 85%)
  • CMYK: 0.00% cyan, 13.00% magenta, 14.00% yellow, 15.00% black
  • XYZ: 57.28, 55.09, 41.41
  • Yxy: 55.09, 0.3725, 0.3582
  • Hunter Lab: 79.09, 10.42, 5.03
  • CIE-Lab: 79.09, 10.42, 5.03

In the XYZ color space, this color is represented as X: 57.28, Y: 55.09, Z: 41.41. The Yxy representation further refines this as Y: 55.09, x: 0.3725, and y: 0.3582.

In the Hunter Lab color space, this color is represented as L: 79.09, a: 10.42, and b: 5.03. Similarly, in the CIE-Lab color space, it is represented as L: 79.09, a: 10.42, and b: 5.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 #DABDBB

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

Analogous Colors of #DABDBB

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

Monochromatic Colors of #DABDBB

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

Complementary Color of #DABDBB

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

/* Using HEX */
body {
  background-color: #dabdbb;
}
/* Using RGB */
body {
  background-color: rgb(218, 189, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 189, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(4, 30%, 79%);
}
/* Text color */
p {
  color: #dabdbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dabdbb;
}

HTML Examples of #DABDBB

<!-- Using HEX -->
<div style="background-color: #dabdbb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 189, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 189, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(4, 30%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dabdbb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dabdbb; width: 100px; height: 100px;"></div>

Related Colors of #DABDBB

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