Color: #DDEF9F

#DDEF9F Color Information

#DDEF9F is a light color. The closest websafe version is #DDEF9F. A complement of this color would be #B29FEF, perceived brightness is 0.88, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 74°,a saturation of 71%, and a lightness of 78%.The HSV representation shows a hue of 74°, a saturation of 33%, and a value of 94%.

In a RGB color space, #DDEF9F is composed of 87% red, 94% green and 62% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 33% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 80.07, x: 0.3791, and y: 0.4353.

Color Code #DDEF9F

#DDEF9Frgb(221, 239, 159)
HEX
#DDEF9F
RGB
rgb(221, 239, 159)
HSL
hsl(74, 71%, 78%)
HSV
hsv(74, 33%, 94%)
CMYK
8%, 0%, 33%, 6%
XYZ
X: 69.73, Y: 80.07, Z: 34.15
Lab
L: 91.72, a: -15.50, b: 36.68
Name

Shades of Color #DDEF9F

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

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

#DDEF9Frgb(221, 239, 159)

About #DDEF9F Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 71%, and a lightness of 78%. The HSV representation shows a hue of 74°, a saturation of 33%, and a value of 94%.

  • HEX: #DDEF9F
  • RGB: rgb(221, 239, 159)
  • HSL: hsl(74, 71%, 78%)
  • HSV: hsv(74, 33%, 94%)
  • CMYK: 8.00% cyan, 0.00% magenta, 33.00% yellow, 6.00% black
  • XYZ: 69.73, 80.07, 34.15
  • Yxy: 80.07, 0.3791, 0.4353
  • Hunter Lab: 91.72, -15.50, 36.68
  • CIE-Lab: 91.72, -15.50, 36.68

In the XYZ color space, this color is represented as X: 69.73, Y: 80.07, Z: 34.15. The Yxy representation further refines this as Y: 80.07, x: 0.3791, and y: 0.4353.

In the Hunter Lab color space, this color is represented as L: 91.72, a: -15.50, and b: 36.68. Similarly, in the CIE-Lab color space, it is represented as L: 91.72, a: -15.50, and b: 36.68.

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

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

Analogous Colors of #DDEF9F

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

Monochromatic Colors of #DDEF9F

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

Complementary Color of #DDEF9F

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

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

HTML Examples of #DDEF9F

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

Related Colors of #DDEF9F

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