Color: #DBDEBE

#DBDEBE Color Information

#DBDEBE is a light color. The closest websafe version is #DBDEBE. A complement of this color would be #C2BFDF, perceived brightness is 0.85, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 66°,a saturation of 33%, and a lightness of 81%.The HSV representation shows a hue of 66°, a saturation of 14%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 71.25, x: 0.3638, and y: 0.3904.

Color Code #DBDEBE

#DBDEBErgb(219, 222, 190)
HEX
#DBDEBE
RGB
rgb(219, 222, 190)
HSL
hsl(66, 33%, 81%)
HSV
hsv(66, 14%, 87%)
CMYK
1%, 0%, 14%, 13%
XYZ
X: 66.39, Y: 71.25, Z: 44.85
Lab
L: 87.61, a: -5.07, b: 15.41
Name

Shades of Color #DBDEBE

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

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

#DBDEBErgb(219, 222, 190)

About #DBDEBE Color Code

In the HSL color space, this color has a hue angle of 66°, a saturation of 33%, and a lightness of 81%. The HSV representation shows a hue of 66°, a saturation of 14%, and a value of 87%.

  • HEX: #DBDEBE
  • RGB: rgb(219, 222, 190)
  • HSL: hsl(66, 33%, 81%)
  • HSV: hsv(66, 14%, 87%)
  • CMYK: 100.00% cyan, 0.00% magenta, 14.00% yellow, 13.00% black
  • XYZ: 66.39, 71.25, 44.85
  • Yxy: 71.25, 0.3638, 0.3904
  • Hunter Lab: 87.61, -5.07, 15.41
  • CIE-Lab: 87.61, -5.07, 15.41

In the XYZ color space, this color is represented as X: 66.39, Y: 71.25, Z: 44.85. The Yxy representation further refines this as Y: 71.25, x: 0.3638, and y: 0.3904.

In the Hunter Lab color space, this color is represented as L: 87.61, a: -5.07, and b: 15.41. Similarly, in the CIE-Lab color space, it is represented as L: 87.61, a: -5.07, and b: 15.41.

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

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

Analogous Colors of #DBDEBE

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

Monochromatic Colors of #DBDEBE

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

Complementary Color of #DBDEBE

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

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

HTML Examples of #DBDEBE

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

Related Colors of #DBDEBE

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