Color: #DBFAEF

#DBFAEF Color Information

#DBFAEF is a light color. The closest websafe version is #DBFAEF. A complement of this color would be #FADBE6, perceived brightness is 0.94, and the grayscale version is #EBEBEB.

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

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

In the Yxy color space, this color is represented as Y: 89.53, x: 0.3315, and y: 0.3707.

Color Code #DBFAEF

HEX
#DBFAEF
RGB
rgb(219, 250, 239)
HSL
hsl(159, 76%, 92%)
HSV
hsv(159, 12%, 98%)
CMYK
12%, 0%, 4%, 2%
XYZ
X: 80.05, Y: 89.53, Z: 71.91
Lab
L: 95.80, a: -11.96, b: 1.72
Name

Shades of Color #DBFAEF

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

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

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

  • HEX: #DBFAEF
  • RGB: rgb(219, 250, 239)
  • HSL: hsl(159, 76%, 92%)
  • HSV: hsv(159, 12%, 98%)
  • CMYK: 12.00% cyan, 0.00% magenta, 4.00% yellow, 2.00% black
  • XYZ: 80.05, 89.53, 71.91
  • Yxy: 89.53, 0.3315, 0.3707
  • Hunter Lab: 95.80, -11.96, 1.72
  • CIE-Lab: 95.80, -11.96, 1.72

In the XYZ color space, this color is represented as X: 80.05, Y: 89.53, Z: 71.91. The Yxy representation further refines this as Y: 89.53, x: 0.3315, and y: 0.3707.

In the Hunter Lab color space, this color is represented as L: 95.80, a: -11.96, and b: 1.72. Similarly, in the CIE-Lab color space, it is represented as L: 95.80, a: -11.96, and b: 1.72.

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

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

Analogous Colors of #DBFAEF

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

Monochromatic Colors of #DBFAEF

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

Complementary Color of #DBFAEF

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

/* Using HEX */
body {
  background-color: #dbfaef;
}
/* Using RGB */
body {
  background-color: rgb(219, 250, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 250, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(159, 76%, 92%);
}
/* Text color */
p {
  color: #dbfaef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbfaef;
}

HTML Examples of #DBFAEF

<!-- Using HEX -->
<div style="background-color: #dbfaef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 250, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 250, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(159, 76%, 92%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dbfaef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dbfaef; width: 100px; height: 100px;"></div>

Related Colors of #DBFAEF

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