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