Color: #DBE2BD

#DBE2BD Color Information

#DBE2BD is a light color. The closest websafe version is #DBE2BD. A complement of this color would be #C3BCE1, perceived brightness is 0.86, and the grayscale version is #D0D0D0.

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

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

In the Yxy color space, this color is represented as Y: 73.37, x: 0.3636, and y: 0.3954.

Color Code #DBE2BD

#DBE2BDrgb(219, 226, 189)
HEX
#DBE2BD
RGB
rgb(219, 226, 189)
HSL
hsl(71, 39%, 81%)
HSV
hsv(71, 16%, 89%)
CMYK
3%, 0%, 16%, 11%
XYZ
X: 67.46, Y: 73.37, Z: 44.71
Lab
L: 88.62, a: -7.09, b: 17.33
Name

Shades of Color #DBE2BD

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

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

#DBE2BDrgb(219, 226, 189)

About #DBE2BD Color Code

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

  • HEX: #DBE2BD
  • RGB: rgb(219, 226, 189)
  • HSL: hsl(71, 39%, 81%)
  • HSV: hsv(71, 16%, 89%)
  • CMYK: 3.00% cyan, 0.00% magenta, 16.00% yellow, 11.00% black
  • XYZ: 67.46, 73.37, 44.71
  • Yxy: 73.37, 0.3636, 0.3954
  • Hunter Lab: 88.62, -7.09, 17.33
  • CIE-Lab: 88.62, -7.09, 17.33

In the XYZ color space, this color is represented as X: 67.46, Y: 73.37, Z: 44.71. The Yxy representation further refines this as Y: 73.37, x: 0.3636, and y: 0.3954.

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

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

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

Analogous Colors of #DBE2BD

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

Split Complementary Colors of #DBE2BD

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

Tetradic Colors of #DBE2BD

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

Monochromatic Colors of #DBE2BD

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

Complementary Color of #DBE2BD

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

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

HTML Examples of #DBE2BD

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

Related Colors of #DBE2BD

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