Color: #DBBEE3

#DBBEE3 Color Information

#DBBEE3 is a light color. The closest websafe version is #DBBEE3. A complement of this color would be #C7E3BF, perceived brightness is 0.80, and the grayscale version is #D1D1D1.

In the HSL color space, this color has a hue angle of 287°,a saturation of 40%, and a lightness of 82%.The HSV representation shows a hue of 287°, a saturation of 16%, and a value of 89%.

In a RGB color space, #DBBEE3 is composed of 86% red, 75% green and 89% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 16% magenta, 0% yellow and 11% black.

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

Color Code #DBBEE3

#DBBEE3rgb(219, 190, 227)
HEX
#DBBEE3
RGB
rgb(219, 190, 227)
HSL
hsl(287, 40%, 82%)
HSV
hsv(287, 16%, 89%)
CMYK
4%, 16%, 0%, 11%
XYZ
X: 61.71, Y: 57.33, Z: 60.85
Lab
L: 80.37, a: 15.52, b: -14.54
Name

Shades of Color #DBBEE3

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

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

#DBBEE3rgb(219, 190, 227)

About #DBBEE3 Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 40%, and a lightness of 82%. The HSV representation shows a hue of 287°, a saturation of 16%, and a value of 89%.

  • HEX: #DBBEE3
  • RGB: rgb(219, 190, 227)
  • HSL: hsl(287, 40%, 82%)
  • HSV: hsv(287, 16%, 89%)
  • CMYK: 4.00% cyan, 16.00% magenta, 0.00% yellow, 11.00% black
  • XYZ: 61.71, 57.33, 60.85
  • Yxy: 57.33, 0.3430, 0.3187
  • Hunter Lab: 80.37, 15.52, -14.54
  • CIE-Lab: 80.37, 15.52, -14.54

In the XYZ color space, this color is represented as X: 61.71, Y: 57.33, Z: 60.85. The Yxy representation further refines this as Y: 57.33, x: 0.3430, and y: 0.3187.

In the Hunter Lab color space, this color is represented as L: 80.37, a: 15.52, and b: -14.54. Similarly, in the CIE-Lab color space, it is represented as L: 80.37, a: 15.52, and b: -14.54.

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

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

Analogous Colors of #DBBEE3

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

Monochromatic Colors of #DBBEE3

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

Complementary Color of #DBBEE3

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

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

HTML Examples of #DBBEE3

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

Related Colors of #DBBEE3

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