Color: #EDAAB8

#EDAAB8 Color Information

#EDAAB8 is a light color. The closest websafe version is #EDAAB8. A complement of this color would be #ABEDDF, perceived brightness is 0.75, and the grayscale version is #CBCBCB.

In the HSL color space, this color has a hue angle of 347°,a saturation of 65%, and a lightness of 80%.The HSV representation shows a hue of 347°, a saturation of 28%, and a value of 93%.

In a RGB color space, #EDAAB8 is composed of 93% red, 67% green and 72% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 22% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 50.57, x: 0.3974, and y: 0.3390.

Color Code #EDAAB8

#EDAAB8rgb(237, 170, 184)
HEX
#EDAAB8
RGB
rgb(237, 170, 184)
HSL
hsl(347, 65%, 80%)
HSV
hsv(347, 28%, 93%)
CMYK
0%, 28%, 22%, 7%
XYZ
X: 59.27, Y: 50.57, Z: 39.32
Lab
L: 76.42, a: 26.78, b: 3.13
Name

Shades of Color #EDAAB8

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

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

#EDAAB8rgb(237, 170, 184)

About #EDAAB8 Color Code

In the HSL color space, this color has a hue angle of 347°, a saturation of 65%, and a lightness of 80%. The HSV representation shows a hue of 347°, a saturation of 28%, and a value of 93%.

  • HEX: #EDAAB8
  • RGB: rgb(237, 170, 184)
  • HSL: hsl(347, 65%, 80%)
  • HSV: hsv(347, 28%, 93%)
  • CMYK: 0.00% cyan, 28.00% magenta, 22.00% yellow, 7.00% black
  • XYZ: 59.27, 50.57, 39.32
  • Yxy: 50.57, 0.3974, 0.3390
  • Hunter Lab: 76.42, 26.78, 3.13
  • CIE-Lab: 76.42, 26.78, 3.13

In the XYZ color space, this color is represented as X: 59.27, Y: 50.57, Z: 39.32. The Yxy representation further refines this as Y: 50.57, x: 0.3974, and y: 0.3390.

In the Hunter Lab color space, this color is represented as L: 76.42, a: 26.78, and b: 3.13. Similarly, in the CIE-Lab color space, it is represented as L: 76.42, a: 26.78, and b: 3.13.

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

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

Analogous Colors of #EDAAB8

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

Monochromatic Colors of #EDAAB8

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

Complementary Color of #EDAAB8

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

/* Using HEX */
body {
  background-color: #edaab8;
}
/* Using RGB */
body {
  background-color: rgb(237, 170, 184);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 170, 184, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(347, 65%, 80%);
}
/* Text color */
p {
  color: #edaab8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edaab8;
}
/* Border color */
.box {
  border: 4px solid #edaab8;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edaab8;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edaab8;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDAAB8
On Black Background
#EDAAB8
On White Background
#EDAAB8

HTML Examples of #EDAAB8

<!-- Using HEX -->
<div style="background-color: #edaab8; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 170, 184); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 170, 184, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(347, 65%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #edaab8;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #edaab8; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #edaab8; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #edaab8;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #edaab8; color: #fff; padding: 16px; border-radius: 8px;">
  #EDAAB8
</div>
#EDAAB8
On Black Background
#EDAAB8
On White Background
#EDAAB8

Related Colors of #EDAAB8

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