Color: #DDFAEC

#DDFAEC Color Information

#DDFAEC is a light color. The closest websafe version is #DDFAEC. A complement of this color would be #FADCEA, perceived brightness is 0.94, and the grayscale version is #EBEBEB.

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

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

In the Yxy color space, this color is represented as Y: 89.70, x: 0.3344, and y: 0.3734.

Color Code #DDFAEC

#DDFAECrgb(221, 250, 236)
HEX
#DDFAEC
RGB
rgb(221, 250, 236)
HSL
hsl(151, 74%, 92%)
HSV
hsv(151, 12%, 98%)
CMYK
12%, 0%, 6%, 2%
XYZ
X: 80.34, Y: 89.70, Z: 70.20
Lab
L: 95.87, a: -11.71, b: 3.39
Name

Shades of Color #DDFAEC

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

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

#DDFAECrgb(221, 250, 236)

About #DDFAEC Color Code

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

  • HEX: #DDFAEC
  • RGB: rgb(221, 250, 236)
  • HSL: hsl(151, 74%, 92%)
  • HSV: hsv(151, 12%, 98%)
  • CMYK: 12.00% cyan, 0.00% magenta, 6.00% yellow, 2.00% black
  • XYZ: 80.34, 89.70, 70.20
  • Yxy: 89.70, 0.3344, 0.3734
  • Hunter Lab: 95.87, -11.71, 3.39
  • CIE-Lab: 95.87, -11.71, 3.39

In the XYZ color space, this color is represented as X: 80.34, Y: 89.70, Z: 70.20. The Yxy representation further refines this as Y: 89.70, x: 0.3344, and y: 0.3734.

In the Hunter Lab color space, this color is represented as L: 95.87, a: -11.71, and b: 3.39. Similarly, in the CIE-Lab color space, it is represented as L: 95.87, a: -11.71, and b: 3.39.

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

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

Analogous Colors of #DDFAEC

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

Monochromatic Colors of #DDFAEC

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

Complementary Color of #DDFAEC

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

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

HTML Examples of #DDFAEC

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

Related Colors of #DDFAEC

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