Color: #DDFBD9

#DDFBD9 Color Information

#DDFBD9 is a light color. The closest websafe version is #DDFBD9. A complement of this color would be #F7DAFB, perceived brightness is 0.93, and the grayscale version is #EAEAEA.

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

In a RGB color space, #DDFBD9 is composed of 87% red, 98% green and 85% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 14% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 89.45, x: 0.3448, and y: 0.3923.

Color Code #DDFBD9

#DDFBD9rgb(221, 251, 217)
HEX
#DDFBD9
RGB
rgb(221, 251, 217)
HSL
hsl(113, 81%, 92%)
HSV
hsv(113, 14%, 98%)
CMYK
12%, 0%, 14%, 2%
XYZ
X: 78.61, Y: 89.45, Z: 59.93
Lab
L: 95.77, a: -14.68, b: 12.93
Name

Shades of Color #DDFBD9

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

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

#DDFBD9rgb(221, 251, 217)

About #DDFBD9 Color Code

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

  • HEX: #DDFBD9
  • RGB: rgb(221, 251, 217)
  • HSL: hsl(113, 81%, 92%)
  • HSV: hsv(113, 14%, 98%)
  • CMYK: 12.00% cyan, 0.00% magenta, 14.00% yellow, 2.00% black
  • XYZ: 78.61, 89.45, 59.93
  • Yxy: 89.45, 0.3448, 0.3923
  • Hunter Lab: 95.77, -14.68, 12.93
  • CIE-Lab: 95.77, -14.68, 12.93

In the XYZ color space, this color is represented as X: 78.61, Y: 89.45, Z: 59.93. The Yxy representation further refines this as Y: 89.45, x: 0.3448, and y: 0.3923.

In the Hunter Lab color space, this color is represented as L: 95.77, a: -14.68, and b: 12.93. Similarly, in the CIE-Lab color space, it is represented as L: 95.77, a: -14.68, and b: 12.93.

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

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

Analogous Colors of #DDFBD9

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

Monochromatic Colors of #DDFBD9

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

Complementary Color of #DDFBD9

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

/* Using HEX */
body {
  background-color: #ddfbd9;
}
/* Using RGB */
body {
  background-color: rgb(221, 251, 217);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 251, 217, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(113, 81%, 92%);
}
/* Text color */
p {
  color: #ddfbd9;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ddfbd9;
}
/* Border color */
.box {
  border: 4px solid #ddfbd9;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ddfbd9;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ddfbd9;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDFBD9
On Black Background
#DDFBD9
On White Background
#DDFBD9

HTML Examples of #DDFBD9

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

Related Colors of #DDFBD9

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