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