Color: #DDEADF
#DDEADF Color Information
#DDEADF is a light color. The closest websafe version is #DDEADF. A complement of this color would be #EADCE8, perceived brightness is 0.90, and the grayscale version is #E4E4E4.
In the HSL color space, this color has a hue angle of 129°,a saturation of 24%, and a lightness of 89%.The HSV representation shows a hue of 129°, a saturation of 6%, and a value of 92%.
In a RGB color space, #DDEADF is composed of 87% red, 92% green and 87% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 5% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 79.55, x: 0.3431, and y: 0.3700.
Color Code #DDEADF
Shades of Color #DDEADF
Shades are created by darkening the original color #DDEADF 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 #DDEADF
Tints are created by lightening the original color #DDEADF 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.
About #DDEADF Color Code
In the HSL color space, this color has a hue angle of 129°, a saturation of 24%, and a lightness of 89%. The HSV representation shows a hue of 129°, a saturation of 6%, and a value of 92%.
- HEX: #DDEADF
- RGB: rgb(221, 234, 223)
- HSL: hsl(129, 24%, 89%)
- HSV: hsv(129, 6%, 92%)
- CMYK: 6.00% cyan, 0.00% magenta, 5.00% yellow, 8.00% black
- XYZ: 73.77, 79.55, 61.70
- Yxy: 79.55, 0.3431, 0.3700
- Hunter Lab: 91.48, -5.97, 3.79
- CIE-Lab: 91.48, -5.97, 3.79
In the XYZ color space, this color is represented as X: 73.77, Y: 79.55, Z: 61.70. The Yxy representation further refines this as Y: 79.55, x: 0.3431, and y: 0.3700.
In the Hunter Lab color space, this color is represented as L: 91.48, a: -5.97, and b: 3.79. Similarly, in the CIE-Lab color space, it is represented as L: 91.48, a: -5.97, and b: 3.79.
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 #DDEADF
Triadic colors are three colors evenly spaced around the color wheel, including #DDEADF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DDEADF
Split complementary colors are two colors adjacent to the complementary color of #DDEADF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DDEADF
Monochromatic colors are variations of #DDEADF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDEADF
The complementary color of #DDEADF 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 #DDEADF
/* Using HEX */ body { background-color: #ddeadf; }
/* Using RGB */ body { background-color: rgb(221, 234, 223); }
/* Using RGB with opacity */ body { background-color: rgba(221, 234, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(129, 24%, 89%); }
/* Text color */ p { color: #ddeadf; }
/* Box shadow */ div { box-shadow: 4px 4px #ddeadf; }
/* Border color */ .box { border: 4px solid #ddeadf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ddeadf; }
/* Background with text */ div { background: #ddeadf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DDEADF
<!-- Using HEX --> <div style="background-color: #ddeadf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 234, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 234, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(129, 24%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ddeadf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ddeadf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ddeadf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ddeadf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ddeadf; color: #fff; padding: 16px; border-radius: 8px;"> #DDEADF </div>
Related Colors of #DDEADF
These colors are similar to #DDEADF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.