Color: #EEBBDD

#EEBBDD Color Information

#EEBBDD is a light color. The closest websafe version is #EEBBDD. A complement of this color would be #BAEECB, perceived brightness is 0.81, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 320°,a saturation of 60%, and a lightness of 83%.The HSV representation shows a hue of 320°, a saturation of 21%, and a value of 93%.

In a RGB color space, #EEBBDD is composed of 93% red, 73% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 7% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 59.03, x: 0.3639, and y: 0.3218.

Color Code #EEBBDD

#EEBBDDrgb(238, 187, 221)
HEX
#EEBBDD
RGB
rgb(238, 187, 221)
HSL
hsl(320, 60%, 83%)
HSV
hsv(320, 21%, 93%)
CMYK
0%, 21%, 7%, 7%
XYZ
X: 66.76, Y: 59.03, Z: 57.66
Lab
L: 81.31, a: 22.91, b: -9.70
Name

Shades of Color #EEBBDD

Shades are created by darkening the original color #EEBBDD 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 #EEBBDD

Tints are created by lightening the original color #EEBBDD 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.

#EEBBDDrgb(238, 187, 221)

About #EEBBDD Color Code

In the HSL color space, this color has a hue angle of 320°, a saturation of 60%, and a lightness of 83%. The HSV representation shows a hue of 320°, a saturation of 21%, and a value of 93%.

  • HEX: #EEBBDD
  • RGB: rgb(238, 187, 221)
  • HSL: hsl(320, 60%, 83%)
  • HSV: hsv(320, 21%, 93%)
  • CMYK: 0.00% cyan, 21.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 66.76, 59.03, 57.66
  • Yxy: 59.03, 0.3639, 0.3218
  • Hunter Lab: 81.31, 22.91, -9.70
  • CIE-Lab: 81.31, 22.91, -9.70

In the XYZ color space, this color is represented as X: 66.76, Y: 59.03, Z: 57.66. The Yxy representation further refines this as Y: 59.03, x: 0.3639, and y: 0.3218.

In the Hunter Lab color space, this color is represented as L: 81.31, a: 22.91, and b: -9.70. Similarly, in the CIE-Lab color space, it is represented as L: 81.31, a: 22.91, and b: -9.70.

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 #EEBBDD

Triadic colors are three colors evenly spaced around the color wheel, including #EEBBDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #EEBBDD

Analogous colors are adjacent to #EEBBDD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #EEBBDD

Monochromatic colors are variations of #EEBBDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #EEBBDD

The complementary color of #EEBBDD 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 #EEBBDD

/* Using HEX */
body {
  background-color: #eebbdd;
}
/* Using RGB */
body {
  background-color: rgb(238, 187, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 187, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(320, 60%, 83%);
}
/* Text color */
p {
  color: #eebbdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eebbdd;
}
/* Border color */
.box {
  border: 4px solid #eebbdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eebbdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eebbdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEBBDD
On Black Background
#EEBBDD
On White Background
#EEBBDD

HTML Examples of #EEBBDD

<!-- Using HEX -->
<div style="background-color: #eebbdd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(238, 187, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(238, 187, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(320, 60%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eebbdd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eebbdd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #eebbdd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #eebbdd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #eebbdd; color: #fff; padding: 16px; border-radius: 8px;">
  #EEBBDD
</div>
#EEBBDD
On Black Background
#EEBBDD
On White Background
#EEBBDD

Related Colors of #EEBBDD

These colors are similar to #EEBBDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.