Color: #DEB2DD

#DEB2DD Color Information

#DEB2DD is a light color. The closest websafe version is #DEB2DD. A complement of this color would be #B0DDB1, perceived brightness is 0.77, and the grayscale version is #C8C8C8.

In the HSL color space, this color has a hue angle of 301°,a saturation of 40%, and a lightness of 78%.The HSV representation shows a hue of 301°, a saturation of 20%, and a value of 87%.

In a RGB color space, #DEB2DD is composed of 87% red, 70% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 52.55, x: 0.3514, and y: 0.3112.

Color Code #DEB2DD

#DEB2DDrgb(222, 178, 221)
HEX
#DEB2DD
RGB
rgb(222, 178, 221)
HSL
hsl(301, 40%, 78%)
HSV
hsv(301, 20%, 87%)
CMYK
0%, 20%, 0%, 13%
XYZ
X: 59.34, Y: 52.55, Z: 56.98
Lab
L: 77.61, a: 21.81, b: -15.38
Name

Shades of Color #DEB2DD

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

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

#DEB2DDrgb(222, 178, 221)

About #DEB2DD Color Code

In the HSL color space, this color has a hue angle of 301°, a saturation of 40%, and a lightness of 78%. The HSV representation shows a hue of 301°, a saturation of 20%, and a value of 87%.

  • HEX: #DEB2DD
  • RGB: rgb(222, 178, 221)
  • HSL: hsl(301, 40%, 78%)
  • HSV: hsv(301, 20%, 87%)
  • CMYK: 0.00% cyan, 20.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 59.34, 52.55, 56.98
  • Yxy: 52.55, 0.3514, 0.3112
  • Hunter Lab: 77.61, 21.81, -15.38
  • CIE-Lab: 77.61, 21.81, -15.38

In the XYZ color space, this color is represented as X: 59.34, Y: 52.55, Z: 56.98. The Yxy representation further refines this as Y: 52.55, x: 0.3514, and y: 0.3112.

In the Hunter Lab color space, this color is represented as L: 77.61, a: 21.81, and b: -15.38. Similarly, in the CIE-Lab color space, it is represented as L: 77.61, a: 21.81, and b: -15.38.

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

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

Analogous Colors of #DEB2DD

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

Split Complementary Colors of #DEB2DD

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

Tetradic Colors of #DEB2DD

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

Monochromatic Colors of #DEB2DD

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

Complementary Color of #DEB2DD

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

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

HTML Examples of #DEB2DD

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

Related Colors of #DEB2DD

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