Color: #DCDE9D

#DCDE9D Color Information

#DCDE9D is a light color. The closest websafe version is #DCDE9D. A complement of this color would be #9E9CDE, perceived brightness is 0.84, and the grayscale version is #BEBEBE.

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

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

In the Yxy color space, this color is represented as Y: 70.33, x: 0.3850, and y: 0.4220.

Color Code #DCDE9D

HEX
#DCDE9D
RGB
rgb(220, 222, 157)
HSL
hsl(62, 50%, 74%)
HSV
hsv(62, 29%, 87%)
CMYK
1%, 0%, 29%, 13%
XYZ
X: 64.16, Y: 70.33, Z: 32.17
Lab
L: 87.16, a: -8.14, b: 31.76
Name

Shades of Color #DCDE9D

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

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

In the HSL color space, this color has a hue angle of 62°, a saturation of 50%, and a lightness of 74%. The HSV representation shows a hue of 62°, a saturation of 29%, and a value of 87%.

  • HEX: #DCDE9D
  • RGB: rgb(220, 222, 157)
  • HSL: hsl(62, 50%, 74%)
  • HSV: hsv(62, 29%, 87%)
  • CMYK: 100.00% cyan, 0.00% magenta, 29.00% yellow, 13.00% black
  • XYZ: 64.16, 70.33, 32.17
  • Yxy: 70.33, 0.3850, 0.4220
  • Hunter Lab: 87.16, -8.14, 31.76
  • CIE-Lab: 87.16, -8.14, 31.76

In the XYZ color space, this color is represented as X: 64.16, Y: 70.33, Z: 32.17. The Yxy representation further refines this as Y: 70.33, x: 0.3850, and y: 0.4220.

In the Hunter Lab color space, this color is represented as L: 87.16, a: -8.14, and b: 31.76. Similarly, in the CIE-Lab color space, it is represented as L: 87.16, a: -8.14, and b: 31.76.

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

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

Analogous Colors of #DCDE9D

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

Monochromatic Colors of #DCDE9D

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

Complementary Color of #DCDE9D

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

/* Using HEX */
body {
  background-color: #dcde9d;
}
/* Using RGB */
body {
  background-color: rgb(220, 222, 157);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 222, 157, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(62, 50%, 74%);
}
/* Text color */
p {
  color: #dcde9d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dcde9d;
}

HTML Examples of #DCDE9D

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

Related Colors of #DCDE9D

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