Color: #DBCF9E

#DBCF9E Color Information

#DBCF9E is a light color. The closest websafe version is #DBCF9E. A complement of this color would be #9EAADB, perceived brightness is 0.80, and the grayscale version is #BDBDBD.

In the HSL color space, this color has a hue angle of 48°,a saturation of 46%, and a lightness of 74%.The HSV representation shows a hue of 48°, a saturation of 28%, and a value of 86%.

In a RGB color space, #DBCF9E is composed of 86% red, 81% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 28% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 62.56, x: 0.3888, and y: 0.4067.

Color Code #DBCF9E

#DBCF9Ergb(219, 207, 158)
HEX
#DBCF9E
RGB
rgb(219, 207, 158)
HSL
hsl(48, 46%, 74%)
HSV
hsv(48, 28%, 86%)
CMYK
0%, 5%, 28%, 14%
XYZ
X: 59.81, Y: 62.56, Z: 31.46
Lab
L: 83.21, a: -1.23, b: 26.03
Name

Shades of Color #DBCF9E

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

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

#DBCF9Ergb(219, 207, 158)

About #DBCF9E Color Code

In the HSL color space, this color has a hue angle of 48°, a saturation of 46%, and a lightness of 74%. The HSV representation shows a hue of 48°, a saturation of 28%, and a value of 86%.

  • HEX: #DBCF9E
  • RGB: rgb(219, 207, 158)
  • HSL: hsl(48, 46%, 74%)
  • HSV: hsv(48, 28%, 86%)
  • CMYK: 0.00% cyan, 5.00% magenta, 28.00% yellow, 14.00% black
  • XYZ: 59.81, 62.56, 31.46
  • Yxy: 62.56, 0.3888, 0.4067
  • Hunter Lab: 83.21, -1.23, 26.03
  • CIE-Lab: 83.21, -1.23, 26.03

In the XYZ color space, this color is represented as X: 59.81, Y: 62.56, Z: 31.46. The Yxy representation further refines this as Y: 62.56, x: 0.3888, and y: 0.4067.

In the Hunter Lab color space, this color is represented as L: 83.21, a: -1.23, and b: 26.03. Similarly, in the CIE-Lab color space, it is represented as L: 83.21, a: -1.23, and b: 26.03.

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

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

Analogous Colors of #DBCF9E

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

Monochromatic Colors of #DBCF9E

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

Complementary Color of #DBCF9E

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

/* Using HEX */
body {
  background-color: #dbcf9e;
}
/* Using RGB */
body {
  background-color: rgb(219, 207, 158);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 207, 158, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(48, 46%, 74%);
}
/* Text color */
p {
  color: #dbcf9e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbcf9e;
}
/* Border color */
.box {
  border: 4px solid #dbcf9e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbcf9e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbcf9e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBCF9E
On Black Background
#DBCF9E
On White Background
#DBCF9E

HTML Examples of #DBCF9E

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

Related Colors of #DBCF9E

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