Color: #DDE98E

#DDE98E Color Information

#DDE98E is a light color. The closest websafe version is #DDE98E. A complement of this color would be #9C90E9, perceived brightness is 0.86, and the grayscale version is #BCBCBC.

In the HSL color space, this color has a hue angle of 68°,a saturation of 67%, and a lightness of 74%.The HSV representation shows a hue of 68°, a saturation of 39%, and a value of 91%.

In a RGB color space, #DDE98E is composed of 87% red, 91% green and 56% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 0% magenta, 39% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 76.14, x: 0.3902, and y: 0.4448.

Color Code #DDE98E

#DDE98Ergb(221, 233, 142)
HEX
#DDE98E
RGB
rgb(221, 233, 142)
HSL
hsl(68, 67%, 74%)
HSV
hsv(68, 39%, 91%)
CMYK
5%, 0%, 39%, 9%
XYZ
X: 66.78, Y: 76.14, Z: 28.24
Lab
L: 89.93, a: -14.20, b: 42.74
Name

Shades of Color #DDE98E

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

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

#DDE98Ergb(221, 233, 142)

About #DDE98E Color Code

In the HSL color space, this color has a hue angle of 68°, a saturation of 67%, and a lightness of 74%. The HSV representation shows a hue of 68°, a saturation of 39%, and a value of 91%.

  • HEX: #DDE98E
  • RGB: rgb(221, 233, 142)
  • HSL: hsl(68, 67%, 74%)
  • HSV: hsv(68, 39%, 91%)
  • CMYK: 5.00% cyan, 0.00% magenta, 39.00% yellow, 9.00% black
  • XYZ: 66.78, 76.14, 28.24
  • Yxy: 76.14, 0.3902, 0.4448
  • Hunter Lab: 89.93, -14.20, 42.74
  • CIE-Lab: 89.93, -14.20, 42.74

In the XYZ color space, this color is represented as X: 66.78, Y: 76.14, Z: 28.24. The Yxy representation further refines this as Y: 76.14, x: 0.3902, and y: 0.4448.

In the Hunter Lab color space, this color is represented as L: 89.93, a: -14.20, and b: 42.74. Similarly, in the CIE-Lab color space, it is represented as L: 89.93, a: -14.20, and b: 42.74.

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

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

Analogous Colors of #DDE98E

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

Monochromatic Colors of #DDE98E

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

Complementary Color of #DDE98E

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

/* Using HEX */
body {
  background-color: #dde98e;
}
/* Using RGB */
body {
  background-color: rgb(221, 233, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 233, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(68, 67%, 74%);
}
/* Text color */
p {
  color: #dde98e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dde98e;
}
/* Border color */
.box {
  border: 4px solid #dde98e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dde98e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dde98e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDE98E
On Black Background
#DDE98E
On White Background
#DDE98E

HTML Examples of #DDE98E

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

Related Colors of #DDE98E

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