Color: #DDE1DF

#DDE1DF Color Information

#DDE1DF is a light color. The closest websafe version is #DDE1DF. A complement of this color would be #E0DCDE, perceived brightness is 0.88, and the grayscale version is #DFDFDF.

In the HSL color space, this color has a hue angle of 150°,a saturation of 6%, and a lightness of 87%.The HSV representation shows a hue of 150°, a saturation of 2%, and a value of 88%.

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

In the Yxy color space, this color is represented as Y: 74.54, x: 0.3440, and y: 0.3607.

Color Code #DDE1DF

#DDE1DFrgb(221, 225, 223)
HEX
#DDE1DF
RGB
rgb(221, 225, 223)
HSL
hsl(150, 6%, 87%)
HSV
hsv(150, 2%, 88%)
CMYK
2%, 0%, 1%, 12%
XYZ
X: 71.08, Y: 74.54, Z: 61.02
Lab
L: 89.18, a: -1.67, b: 0.48
Name

Shades of Color #DDE1DF

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

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

#DDE1DFrgb(221, 225, 223)

About #DDE1DF Color Code

In the HSL color space, this color has a hue angle of 150°, a saturation of 6%, and a lightness of 87%. The HSV representation shows a hue of 150°, a saturation of 2%, and a value of 88%.

  • HEX: #DDE1DF
  • RGB: rgb(221, 225, 223)
  • HSL: hsl(150, 6%, 87%)
  • HSV: hsv(150, 2%, 88%)
  • CMYK: 2.00% cyan, 0.00% magenta, 100.00% yellow, 12.00% black
  • XYZ: 71.08, 74.54, 61.02
  • Yxy: 74.54, 0.3440, 0.3607
  • Hunter Lab: 89.18, -1.67, 0.48
  • CIE-Lab: 89.18, -1.67, 0.48

In the XYZ color space, this color is represented as X: 71.08, Y: 74.54, Z: 61.02. The Yxy representation further refines this as Y: 74.54, x: 0.3440, and y: 0.3607.

In the Hunter Lab color space, this color is represented as L: 89.18, a: -1.67, and b: 0.48. Similarly, in the CIE-Lab color space, it is represented as L: 89.18, a: -1.67, and b: 0.48.

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

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

Analogous Colors of #DDE1DF

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

Monochromatic Colors of #DDE1DF

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

Complementary Color of #DDE1DF

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

/* Using HEX */
body {
  background-color: #dde1df;
}
/* Using RGB */
body {
  background-color: rgb(221, 225, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(221, 225, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(150, 6%, 87%);
}
/* Text color */
p {
  color: #dde1df;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dde1df;
}
/* Border color */
.box {
  border: 4px solid #dde1df;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dde1df;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dde1df;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DDE1DF
On Black Background
#DDE1DF
On White Background
#DDE1DF

HTML Examples of #DDE1DF

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

Related Colors of #DDE1DF

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