Color: #DBADB7

#DBADB7 Color Information

#DBADB7 is a light color. The closest websafe version is #DBADB7. A complement of this color would be #ADDBD1, perceived brightness is 0.74, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 347°,a saturation of 39%, and a lightness of 77%.The HSV representation shows a hue of 347°, a saturation of 21%, and a value of 86%.

In a RGB color space, #DBADB7 is composed of 86% red, 68% green and 72% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 16% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 48.59, x: 0.3807, and y: 0.3441.

Color Code #DBADB7

#DBADB7rgb(219, 173, 183)
HEX
#DBADB7
RGB
rgb(219, 173, 183)
HSL
hsl(347, 39%, 77%)
HSV
hsv(347, 21%, 86%)
CMYK
0%, 21%, 16%, 14%
XYZ
X: 53.76, Y: 48.59, Z: 38.86
Lab
L: 75.20, a: 18.44, b: 1.63
Name

Shades of Color #DBADB7

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

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

#DBADB7rgb(219, 173, 183)

About #DBADB7 Color Code

In the HSL color space, this color has a hue angle of 347°, a saturation of 39%, and a lightness of 77%. The HSV representation shows a hue of 347°, a saturation of 21%, and a value of 86%.

  • HEX: #DBADB7
  • RGB: rgb(219, 173, 183)
  • HSL: hsl(347, 39%, 77%)
  • HSV: hsv(347, 21%, 86%)
  • CMYK: 0.00% cyan, 21.00% magenta, 16.00% yellow, 14.00% black
  • XYZ: 53.76, 48.59, 38.86
  • Yxy: 48.59, 0.3807, 0.3441
  • Hunter Lab: 75.20, 18.44, 1.63
  • CIE-Lab: 75.20, 18.44, 1.63

In the XYZ color space, this color is represented as X: 53.76, Y: 48.59, Z: 38.86. The Yxy representation further refines this as Y: 48.59, x: 0.3807, and y: 0.3441.

In the Hunter Lab color space, this color is represented as L: 75.20, a: 18.44, and b: 1.63. Similarly, in the CIE-Lab color space, it is represented as L: 75.20, a: 18.44, and b: 1.63.

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

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

Analogous Colors of #DBADB7

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

Monochromatic Colors of #DBADB7

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

Complementary Color of #DBADB7

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

/* Using HEX */
body {
  background-color: #dbadb7;
}
/* Using RGB */
body {
  background-color: rgb(219, 173, 183);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 173, 183, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(347, 39%, 77%);
}
/* Text color */
p {
  color: #dbadb7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbadb7;
}
/* Border color */
.box {
  border: 4px solid #dbadb7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbadb7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbadb7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBADB7
On Black Background
#DBADB7
On White Background
#DBADB7

HTML Examples of #DBADB7

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

Related Colors of #DBADB7

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