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