Color: #DDBCD7

#DDBCD7 Color Information

#DDBCD7 is a light color. The closest websafe version is #DDBCD7. A complement of this color would be #BBDDC1, perceived brightness is 0.79, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 311°,a saturation of 33%, and a lightness of 80%.The HSV representation shows a hue of 311°, a saturation of 15%, and a value of 87%.

In a RGB color space, #DDBCD7 is composed of 87% red, 74% green and 84% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 3% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 56.26, x: 0.3539, and y: 0.3284.

Color Code #DDBCD7

#DDBCD7rgb(221, 188, 215)
HEX
#DDBCD7
RGB
rgb(221, 188, 215)
HSL
hsl(311, 33%, 80%)
HSV
hsv(311, 15%, 87%)
CMYK
0%, 15%, 3%, 13%
XYZ
X: 60.62, Y: 56.26, Z: 54.42
Lab
L: 79.76, a: 15.57, b: -8.98
Name

Shades of Color #DDBCD7

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

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

#DDBCD7rgb(221, 188, 215)

About #DDBCD7 Color Code

In the HSL color space, this color has a hue angle of 311°, a saturation of 33%, and a lightness of 80%. The HSV representation shows a hue of 311°, a saturation of 15%, and a value of 87%.

  • HEX: #DDBCD7
  • RGB: rgb(221, 188, 215)
  • HSL: hsl(311, 33%, 80%)
  • HSV: hsv(311, 15%, 87%)
  • CMYK: 0.00% cyan, 15.00% magenta, 3.00% yellow, 13.00% black
  • XYZ: 60.62, 56.26, 54.42
  • Yxy: 56.26, 0.3539, 0.3284
  • Hunter Lab: 79.76, 15.57, -8.98
  • CIE-Lab: 79.76, 15.57, -8.98

In the XYZ color space, this color is represented as X: 60.62, Y: 56.26, Z: 54.42. The Yxy representation further refines this as Y: 56.26, x: 0.3539, and y: 0.3284.

In the Hunter Lab color space, this color is represented as L: 79.76, a: 15.57, and b: -8.98. Similarly, in the CIE-Lab color space, it is represented as L: 79.76, a: 15.57, and b: -8.98.

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

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

Analogous Colors of #DDBCD7

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

Monochromatic Colors of #DDBCD7

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

Complementary Color of #DDBCD7

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

/* Using HEX */
body {
  background-color: #ddbcd7;
}
/* Using RGB */
body {
  background-color: rgb(221, 188, 215);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 188, 215, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 33%, 80%);
}
/* Text color */
p {
  color: #ddbcd7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddbcd7;
}
/* Border color */
.box {
  border: 4px solid #ddbcd7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ddbcd7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ddbcd7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDBCD7
On Black Background
#DDBCD7
On White Background
#DDBCD7

HTML Examples of #DDBCD7

<!-- Using HEX -->
<div style="background-color: #ddbcd7; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(221, 188, 215); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(221, 188, 215, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(311, 33%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ddbcd7;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ddbcd7; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ddbcd7; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ddbcd7;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ddbcd7; color: #fff; padding: 16px; border-radius: 8px;">
  #DDBCD7
</div>
#DDBCD7
On Black Background
#DDBCD7
On White Background
#DDBCD7

Related Colors of #DDBCD7

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