Color: #DB9CBB

#DB9CBB Color Information

#DB9CBB is a light color. The closest websafe version is #DB9CBB. A complement of this color would be #9EDCBD, perceived brightness is 0.70, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 330°,a saturation of 47%, and a lightness of 74%.The HSV representation shows a hue of 330°, a saturation of 29%, and a value of 86%.

In a RGB color space, #DB9CBB is composed of 86% red, 61% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 15% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 42.61, x: 0.3816, and y: 0.3201.

Color Code #DB9CBB

#DB9CBBrgb(219, 156, 187)
HEX
#DB9CBB
RGB
rgb(219, 156, 187)
HSL
hsl(330, 47%, 74%)
HSV
hsv(330, 29%, 86%)
CMYK
0%, 29%, 15%, 14%
XYZ
X: 50.80, Y: 42.61, Z: 39.70
Lab
L: 71.29, a: 27.60, b: -6.22
Name

Shades of Color #DB9CBB

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

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

#DB9CBBrgb(219, 156, 187)

About #DB9CBB Color Code

In the HSL color space, this color has a hue angle of 330°, a saturation of 47%, and a lightness of 74%. The HSV representation shows a hue of 330°, a saturation of 29%, and a value of 86%.

  • HEX: #DB9CBB
  • RGB: rgb(219, 156, 187)
  • HSL: hsl(330, 47%, 74%)
  • HSV: hsv(330, 29%, 86%)
  • CMYK: 0.00% cyan, 29.00% magenta, 15.00% yellow, 14.00% black
  • XYZ: 50.80, 42.61, 39.70
  • Yxy: 42.61, 0.3816, 0.3201
  • Hunter Lab: 71.29, 27.60, -6.22
  • CIE-Lab: 71.29, 27.60, -6.22

In the XYZ color space, this color is represented as X: 50.80, Y: 42.61, Z: 39.70. The Yxy representation further refines this as Y: 42.61, x: 0.3816, and y: 0.3201.

In the Hunter Lab color space, this color is represented as L: 71.29, a: 27.60, and b: -6.22. Similarly, in the CIE-Lab color space, it is represented as L: 71.29, a: 27.60, and b: -6.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 #DB9CBB

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

Analogous Colors of #DB9CBB

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

Split Complementary Colors of #DB9CBB

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

Tetradic Colors of #DB9CBB

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

Monochromatic Colors of #DB9CBB

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

Complementary Color of #DB9CBB

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

/* Using HEX */
body {
  background-color: #db9cbb;
}
/* Using RGB */
body {
  background-color: rgb(219, 156, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 156, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(330, 47%, 74%);
}
/* Text color */
p {
  color: #db9cbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db9cbb;
}
/* Border color */
.box {
  border: 4px solid #db9cbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db9cbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db9cbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB9CBB
On Black Background
#DB9CBB
On White Background
#DB9CBB

HTML Examples of #DB9CBB

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

Related Colors of #DB9CBB

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