Color: #DBDCB5

#DBDCB5 Color Information

#DBDCB5 is a light color. The closest websafe version is #DBDCB5. A complement of this color would be #B7B6DD, perceived brightness is 0.84, and the grayscale version is #C9C9C9.

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

In a RGB color space, #DBDCB5 is composed of 86% red, 86% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 18% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 69.87, x: 0.3699, and y: 0.3973.

Color Code #DBDCB5

HEX
#DBDCB5
RGB
rgb(219, 220, 181)
HSL
hsl(62, 36%, 79%)
HSV
hsv(62, 18%, 86%)
CMYK
0%, 0%, 18%, 14%
XYZ
X: 65.06, Y: 69.87, Z: 40.94
Lab
L: 86.93, a: -5.13, b: 19.15
Name

Shades of Color #DBDCB5

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

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

In the HSL color space, this color has a hue angle of 62°, a saturation of 36%, and a lightness of 79%. The HSV representation shows a hue of 62°, a saturation of 18%, and a value of 86%.

  • HEX: #DBDCB5
  • RGB: rgb(219, 220, 181)
  • HSL: hsl(62, 36%, 79%)
  • HSV: hsv(62, 18%, 86%)
  • CMYK: 0.00% cyan, 0.00% magenta, 18.00% yellow, 14.00% black
  • XYZ: 65.06, 69.87, 40.94
  • Yxy: 69.87, 0.3699, 0.3973
  • Hunter Lab: 86.93, -5.13, 19.15
  • CIE-Lab: 86.93, -5.13, 19.15

In the XYZ color space, this color is represented as X: 65.06, Y: 69.87, Z: 40.94. The Yxy representation further refines this as Y: 69.87, x: 0.3699, and y: 0.3973.

In the Hunter Lab color space, this color is represented as L: 86.93, a: -5.13, and b: 19.15. Similarly, in the CIE-Lab color space, it is represented as L: 86.93, a: -5.13, and b: 19.15.

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

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

Analogous Colors of #DBDCB5

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

Monochromatic Colors of #DBDCB5

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

Complementary Color of #DBDCB5

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

/* Using HEX */
body {
  background-color: #dbdcb5;
}
/* Using RGB */
body {
  background-color: rgb(219, 220, 181);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 220, 181, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(62, 36%, 79%);
}
/* Text color */
p {
  color: #dbdcb5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbdcb5;
}

HTML Examples of #DBDCB5

<!-- Using HEX -->
<div style="background-color: #dbdcb5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 220, 181); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 220, 181, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(62, 36%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dbdcb5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dbdcb5; width: 100px; height: 100px;"></div>

Related Colors of #DBDCB5

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