Color: #DBABEB

#DBABEB Color Information

#DBABEB is a light color. The closest websafe version is #DBABEB. A complement of this color would be #BCECAC, perceived brightness is 0.76, and the grayscale version is #CBCBCB.

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

In a RGB color space, #DBABEB is composed of 86% red, 67% green and 92% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 27% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 49.99, x: 0.3385, and y: 0.2894.

Color Code #DBABEB

HEX
#DBABEB
RGB
rgb(219, 171, 235)
HSL
hsl(285, 62%, 80%)
HSV
hsv(285, 27%, 92%)
CMYK
7%, 27%, 0%, 8%
XYZ
X: 58.46, Y: 49.99, Z: 64.27
Lab
L: 76.06, a: 26.35, b: -25.28
Name

Shades of Color #DBABEB

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

Tints are created by lightening the original color #DBABEB 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 #DBABEB Color Code

In the HSL color space, this color has a hue angle of 285°, a saturation of 62%, and a lightness of 80%. The HSV representation shows a hue of 285°, a saturation of 27%, and a value of 92%.

  • HEX: #DBABEB
  • RGB: rgb(219, 171, 235)
  • HSL: hsl(285, 62%, 80%)
  • HSV: hsv(285, 27%, 92%)
  • CMYK: 7.00% cyan, 27.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 58.46, 49.99, 64.27
  • Yxy: 49.99, 0.3385, 0.2894
  • Hunter Lab: 76.06, 26.35, -25.28
  • CIE-Lab: 76.06, 26.35, -25.28

In the XYZ color space, this color is represented as X: 58.46, Y: 49.99, Z: 64.27. The Yxy representation further refines this as Y: 49.99, x: 0.3385, and y: 0.2894.

In the Hunter Lab color space, this color is represented as L: 76.06, a: 26.35, and b: -25.28. Similarly, in the CIE-Lab color space, it is represented as L: 76.06, a: 26.35, and b: -25.28.

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

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

Analogous Colors of #DBABEB

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

Monochromatic Colors of #DBABEB

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

Complementary Color of #DBABEB

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

/* Using HEX */
body {
  background-color: #dbabeb;
}
/* Using RGB */
body {
  background-color: rgb(219, 171, 235);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 171, 235, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 62%, 80%);
}
/* Text color */
p {
  color: #dbabeb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbabeb;
}

HTML Examples of #DBABEB

<!-- Using HEX -->
<div style="background-color: #dbabeb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 171, 235); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 171, 235, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(285, 62%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dbabeb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dbabeb; width: 100px; height: 100px;"></div>

Related Colors of #DBABEB

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