Color: #DBBDEC

#DBBDEC Color Information

#DBBDEC is a light color. The closest websafe version is #DBBDEC. A complement of this color would be #CDEBBC, perceived brightness is 0.80, and the grayscale version is #D4D4D4.

In the HSL color space, this color has a hue angle of 278°,a saturation of 55%, and a lightness of 83%.The HSV representation shows a hue of 278°, a saturation of 20%, and a value of 93%.

In a RGB color space, #DBBDEC is composed of 86% red, 74% green and 93% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 20% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 57.33, x: 0.3366, and y: 0.3088.

Color Code #DBBDEC

#DBBDECrgb(219, 189, 236)
HEX
#DBBDEC
RGB
rgb(219, 189, 236)
HSL
hsl(278, 55%, 83%)
HSV
hsv(278, 20%, 93%)
CMYK
7%, 20%, 0%, 7%
XYZ
X: 62.49, Y: 57.33, Z: 65.83
Lab
L: 80.36, a: 17.33, b: -19.35
Name

Shades of Color #DBBDEC

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

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

#DBBDECrgb(219, 189, 236)

About #DBBDEC Color Code

In the HSL color space, this color has a hue angle of 278°, a saturation of 55%, and a lightness of 83%. The HSV representation shows a hue of 278°, a saturation of 20%, and a value of 93%.

  • HEX: #DBBDEC
  • RGB: rgb(219, 189, 236)
  • HSL: hsl(278, 55%, 83%)
  • HSV: hsv(278, 20%, 93%)
  • CMYK: 7.00% cyan, 20.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 62.49, 57.33, 65.83
  • Yxy: 57.33, 0.3366, 0.3088
  • Hunter Lab: 80.36, 17.33, -19.35
  • CIE-Lab: 80.36, 17.33, -19.35

In the XYZ color space, this color is represented as X: 62.49, Y: 57.33, Z: 65.83. The Yxy representation further refines this as Y: 57.33, x: 0.3366, and y: 0.3088.

In the Hunter Lab color space, this color is represented as L: 80.36, a: 17.33, and b: -19.35. Similarly, in the CIE-Lab color space, it is represented as L: 80.36, a: 17.33, and b: -19.35.

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

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

Analogous Colors of #DBBDEC

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

Monochromatic Colors of #DBBDEC

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

Complementary Color of #DBBDEC

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

/* Using HEX */
body {
  background-color: #dbbdec;
}
/* Using RGB */
body {
  background-color: rgb(219, 189, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 189, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(278, 55%, 83%);
}
/* Text color */
p {
  color: #dbbdec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbbdec;
}
/* Border color */
.box {
  border: 4px solid #dbbdec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbbdec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbbdec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBBDEC
On Black Background
#DBBDEC
On White Background
#DBBDEC

HTML Examples of #DBBDEC

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

Related Colors of #DBBDEC

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