Color: #DBFAE5

#DBFAE5 Color Information

#DBFAE5 is a light color. The closest websafe version is #DBFAE5. A complement of this color would be #FADBF0, perceived brightness is 0.93, and the grayscale version is #EBEBEB.

In the HSL color space, this color has a hue angle of 139°,a saturation of 76%, and a lightness of 92%.The HSV representation shows a hue of 139°, a saturation of 12%, and a value of 98%.

In a RGB color space, #DBFAE5 is composed of 86% red, 98% green and 90% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 8% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 89.04, x: 0.3370, and y: 0.3802.

Color Code #DBFAE5

#DBFAE5rgb(219, 250, 229)
HEX
#DBFAE5
RGB
rgb(219, 250, 229)
HSL
hsl(139, 76%, 92%)
HSV
hsv(139, 12%, 98%)
CMYK
12%, 0%, 8%, 2%
XYZ
X: 78.91, Y: 89.04, Z: 66.23
Lab
L: 95.60, a: -13.34, b: 6.55
Name

Shades of Color #DBFAE5

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

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

#DBFAE5rgb(219, 250, 229)

About #DBFAE5 Color Code

In the HSL color space, this color has a hue angle of 139°, a saturation of 76%, and a lightness of 92%. The HSV representation shows a hue of 139°, a saturation of 12%, and a value of 98%.

  • HEX: #DBFAE5
  • RGB: rgb(219, 250, 229)
  • HSL: hsl(139, 76%, 92%)
  • HSV: hsv(139, 12%, 98%)
  • CMYK: 12.00% cyan, 0.00% magenta, 8.00% yellow, 2.00% black
  • XYZ: 78.91, 89.04, 66.23
  • Yxy: 89.04, 0.3370, 0.3802
  • Hunter Lab: 95.60, -13.34, 6.55
  • CIE-Lab: 95.60, -13.34, 6.55

In the XYZ color space, this color is represented as X: 78.91, Y: 89.04, Z: 66.23. The Yxy representation further refines this as Y: 89.04, x: 0.3370, and y: 0.3802.

In the Hunter Lab color space, this color is represented as L: 95.60, a: -13.34, and b: 6.55. Similarly, in the CIE-Lab color space, it is represented as L: 95.60, a: -13.34, and b: 6.55.

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

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

Analogous Colors of #DBFAE5

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

Split Complementary Colors of #DBFAE5

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

Tetradic Colors of #DBFAE5

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

Monochromatic Colors of #DBFAE5

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

Complementary Color of #DBFAE5

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

/* Using HEX */
body {
  background-color: #dbfae5;
}
/* Using RGB */
body {
  background-color: rgb(219, 250, 229);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 250, 229, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(139, 76%, 92%);
}
/* Text color */
p {
  color: #dbfae5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbfae5;
}
/* Border color */
.box {
  border: 4px solid #dbfae5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbfae5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbfae5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBFAE5
On Black Background
#DBFAE5
On White Background
#DBFAE5

HTML Examples of #DBFAE5

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

Related Colors of #DBFAE5

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