Color: #DCEED5
#DCEED5 Color Information
#DCEED5 is a light color. The closest websafe version is #DCEED5. A complement of this color would be #E6D4ED, perceived brightness is 0.90, and the grayscale version is #E2E2E2.
In the HSL color space, this color has a hue angle of 103°,a saturation of 42%, and a lightness of 88%.The HSV representation shows a hue of 103°, a saturation of 11%, and a value of 93%.
In a RGB color space, #DCEED5 is composed of 86% red, 93% green and 84% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 11% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 81.25, x: 0.3479, and y: 0.3838.
Color Code #DCEED5
Shades of Color #DCEED5
Shades are created by darkening the original color #DCEED5 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 #DCEED5
Tints are created by lightening the original color #DCEED5 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 #DCEED5 Color Code
In the HSL color space, this color has a hue angle of 103°, a saturation of 42%, and a lightness of 88%. The HSV representation shows a hue of 103°, a saturation of 11%, and a value of 93%.
- HEX: #DCEED5
- RGB: rgb(220, 238, 213)
- HSL: hsl(103, 42%, 88%)
- HSV: hsv(103, 11%, 93%)
- CMYK: 8.00% cyan, 0.00% magenta, 11.00% yellow, 7.00% black
- XYZ: 73.65, 81.25, 56.82
- Yxy: 81.25, 0.3479, 0.3838
- Hunter Lab: 92.24, -9.50, 10.02
- CIE-Lab: 92.24, -9.50, 10.02
In the XYZ color space, this color is represented as X: 73.65, Y: 81.25, Z: 56.82. The Yxy representation further refines this as Y: 81.25, x: 0.3479, and y: 0.3838.
In the Hunter Lab color space, this color is represented as L: 92.24, a: -9.50, and b: 10.02. Similarly, in the CIE-Lab color space, it is represented as L: 92.24, a: -9.50, and b: 10.02.
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 #DCEED5
Triadic colors are three colors evenly spaced around the color wheel, including #DCEED5. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DCEED5
Split complementary colors are two colors adjacent to the complementary color of #DCEED5. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DCEED5
Monochromatic colors are variations of #DCEED5, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DCEED5
The complementary color of #DCEED5 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 #DCEED5
/* Using HEX */ body { background-color: #dceed5; }
/* Using RGB */ body { background-color: rgb(220, 238, 213); }
/* Using RGB with opacity */ body { background-color: rgba(220, 238, 213, 0.5); }
/* Using HSL */ body { background-color: hsl(103, 42%, 88%); }
/* Text color */ p { color: #dceed5; }
/* Box shadow */ div { box-shadow: 4px 4px #dceed5; }
/* Border color */ .box { border: 4px solid #dceed5; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dceed5; }
/* Background with text */ div { background: #dceed5; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DCEED5
<!-- Using HEX --> <div style="background-color: #dceed5; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(220, 238, 213); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(220, 238, 213, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(103, 42%, 88%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dceed5;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dceed5; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dceed5; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dceed5;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dceed5; color: #fff; padding: 16px; border-radius: 8px;"> #DCEED5 </div>
Related Colors of #DCEED5
These colors are similar to #DCEED5, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.