Color: #DBDEBC

#DBDEBC Color Information

#DBDEBC is a light color. The closest websafe version is #DBDEBC. A complement of this color would be #BEBBDD, perceived brightness is 0.85, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 65°,a saturation of 34%, and a lightness of 80%.The HSV representation shows a hue of 65°, a saturation of 15%, and a value of 87%.

In a RGB color space, #DBDEBC is composed of 86% red, 87% green and 74% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 15% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 71.18, x: 0.3650, and y: 0.3924.

Color Code #DBDEBC

#DBDEBCrgb(219, 222, 188)
HEX
#DBDEBC
RGB
rgb(219, 222, 188)
HSL
hsl(65, 34%, 80%)
HSV
hsv(65, 15%, 87%)
CMYK
1%, 0%, 15%, 13%
XYZ
X: 66.21, Y: 71.18, Z: 43.99
Lab
L: 87.57, a: -5.30, b: 16.40
Name

Shades of Color #DBDEBC

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

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

#DBDEBCrgb(219, 222, 188)

About #DBDEBC Color Code

In the HSL color space, this color has a hue angle of 65°, a saturation of 34%, and a lightness of 80%. The HSV representation shows a hue of 65°, a saturation of 15%, and a value of 87%.

  • HEX: #DBDEBC
  • RGB: rgb(219, 222, 188)
  • HSL: hsl(65, 34%, 80%)
  • HSV: hsv(65, 15%, 87%)
  • CMYK: 100.00% cyan, 0.00% magenta, 15.00% yellow, 13.00% black
  • XYZ: 66.21, 71.18, 43.99
  • Yxy: 71.18, 0.3650, 0.3924
  • Hunter Lab: 87.57, -5.30, 16.40
  • CIE-Lab: 87.57, -5.30, 16.40

In the XYZ color space, this color is represented as X: 66.21, Y: 71.18, Z: 43.99. The Yxy representation further refines this as Y: 71.18, x: 0.3650, and y: 0.3924.

In the Hunter Lab color space, this color is represented as L: 87.57, a: -5.30, and b: 16.40. Similarly, in the CIE-Lab color space, it is represented as L: 87.57, a: -5.30, and b: 16.40.

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

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

Analogous Colors of #DBDEBC

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

Split Complementary Colors of #DBDEBC

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

Tetradic Colors of #DBDEBC

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

Monochromatic Colors of #DBDEBC

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

Complementary Color of #DBDEBC

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

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

HTML Examples of #DBDEBC

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

Related Colors of #DBDEBC

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