Color: #EEBCDD

#EEBCDD Color Information

#EEBCDD is a light color. The closest websafe version is #EEBCDD. A complement of this color would be #BEEFCE, 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 84%.The HSV representation shows a hue of 320°, a saturation of 21%, and a value of 93%.

In a RGB color space, #EEBCDD is composed of 93% red, 74% 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.46, x: 0.3638, and y: 0.3229.

Color Code #EEBCDD

#EEBCDDrgb(238, 188, 221)
HEX
#EEBCDD
RGB
rgb(238, 188, 221)
HSL
hsl(320, 60%, 84%)
HSV
hsv(320, 21%, 93%)
CMYK
0%, 21%, 7%, 7%
XYZ
X: 66.99, Y: 59.46, Z: 57.71
Lab
L: 81.54, a: 22.41, b: -9.35
Name

Shades of Color #EEBCDD

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

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

#EEBCDDrgb(238, 188, 221)

About #EEBCDD Color Code

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

  • HEX: #EEBCDD
  • RGB: rgb(238, 188, 221)
  • HSL: hsl(320, 60%, 84%)
  • HSV: hsv(320, 21%, 93%)
  • CMYK: 0.00% cyan, 21.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 66.99, 59.46, 57.71
  • Yxy: 59.46, 0.3638, 0.3229
  • Hunter Lab: 81.54, 22.41, -9.35
  • CIE-Lab: 81.54, 22.41, -9.35

In the XYZ color space, this color is represented as X: 66.99, Y: 59.46, Z: 57.71. The Yxy representation further refines this as Y: 59.46, x: 0.3638, and y: 0.3229.

In the Hunter Lab color space, this color is represented as L: 81.54, a: 22.41, and b: -9.35. Similarly, in the CIE-Lab color space, it is represented as L: 81.54, a: 22.41, and b: -9.35.

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

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

Analogous Colors of #EEBCDD

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

Monochromatic Colors of #EEBCDD

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

Complementary Color of #EEBCDD

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

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

HTML Examples of #EEBCDD

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

Related Colors of #EEBCDD

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