Color: #DEC6BE

#DEC6BE Color Information

#DEC6BE is a light color. The closest websafe version is #DEC6BE. A complement of this color would be #BFD7DF, perceived brightness is 0.80, and the grayscale version is #CECECE.

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

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

In the Yxy color space, this color is represented as Y: 59.86, x: 0.3715, and y: 0.3648.

Color Code #DEC6BE

HEX
#DEC6BE
RGB
rgb(222, 198, 190)
HSL
hsl(15, 33%, 81%)
HSV
hsv(15, 14%, 87%)
CMYK
0%, 11%, 14%, 13%
XYZ
X: 60.97, Y: 59.86, Z: 43.28
Lab
L: 81.76, a: 7.77, b: 7.27
Name

Shades of Color #DEC6BE

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

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

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

  • HEX: #DEC6BE
  • RGB: rgb(222, 198, 190)
  • HSL: hsl(15, 33%, 81%)
  • HSV: hsv(15, 14%, 87%)
  • CMYK: 0.00% cyan, 11.00% magenta, 14.00% yellow, 13.00% black
  • XYZ: 60.97, 59.86, 43.28
  • Yxy: 59.86, 0.3715, 0.3648
  • Hunter Lab: 81.76, 7.77, 7.27
  • CIE-Lab: 81.76, 7.77, 7.27

In the XYZ color space, this color is represented as X: 60.97, Y: 59.86, Z: 43.28. The Yxy representation further refines this as Y: 59.86, x: 0.3715, and y: 0.3648.

In the Hunter Lab color space, this color is represented as L: 81.76, a: 7.77, and b: 7.27. Similarly, in the CIE-Lab color space, it is represented as L: 81.76, a: 7.77, and b: 7.27.

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

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

Analogous Colors of #DEC6BE

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

Monochromatic Colors of #DEC6BE

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

Complementary Color of #DEC6BE

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

/* Using HEX */
body {
  background-color: #dec6be;
}
/* Using RGB */
body {
  background-color: rgb(222, 198, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(222, 198, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(15, 33%, 81%);
}
/* Text color */
p {
  color: #dec6be;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dec6be;
}

HTML Examples of #DEC6BE

<!-- Using HEX -->
<div style="background-color: #dec6be; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(222, 198, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(222, 198, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(15, 33%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dec6be;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dec6be; width: 100px; height: 100px;"></div>

Related Colors of #DEC6BE

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