Color: #DDEFB4

#DDEFB4 Color Information

#DDEFB4 is a light color. The closest websafe version is #DDEFB4. A complement of this color would be #C5B3EF, perceived brightness is 0.89, and the grayscale version is #D1D1D1.

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

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

In the Yxy color space, this color is represented as Y: 80.73, x: 0.3675, and y: 0.4161.

Color Code #DDEFB4

#DDEFB4rgb(221, 239, 180)
HEX
#DDEFB4
RGB
rgb(221, 239, 180)
HSL
hsl(78, 65%, 82%)
HSV
hsv(78, 25%, 94%)
CMYK
8%, 0%, 25%, 6%
XYZ
X: 71.30, Y: 80.73, Z: 41.98
Lab
L: 92.01, a: -13.43, b: 26.57
Name

Shades of Color #DDEFB4

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

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

#DDEFB4rgb(221, 239, 180)

About #DDEFB4 Color Code

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

  • HEX: #DDEFB4
  • RGB: rgb(221, 239, 180)
  • HSL: hsl(78, 65%, 82%)
  • HSV: hsv(78, 25%, 94%)
  • CMYK: 8.00% cyan, 0.00% magenta, 25.00% yellow, 6.00% black
  • XYZ: 71.30, 80.73, 41.98
  • Yxy: 80.73, 0.3675, 0.4161
  • Hunter Lab: 92.01, -13.43, 26.57
  • CIE-Lab: 92.01, -13.43, 26.57

In the XYZ color space, this color is represented as X: 71.30, Y: 80.73, Z: 41.98. The Yxy representation further refines this as Y: 80.73, x: 0.3675, and y: 0.4161.

In the Hunter Lab color space, this color is represented as L: 92.01, a: -13.43, and b: 26.57. Similarly, in the CIE-Lab color space, it is represented as L: 92.01, a: -13.43, and b: 26.57.

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

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

Analogous Colors of #DDEFB4

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

Monochromatic Colors of #DDEFB4

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

Complementary Color of #DDEFB4

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

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

HTML Examples of #DDEFB4

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

Related Colors of #DDEFB4

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