Color: #EDAAB9

#EDAAB9 Color Information

#EDAAB9 is a light color. The closest websafe version is #EDAAB9. 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, #EDAAB9 is composed of 93% red, 67% green and 73% 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.60, x: 0.3965, and y: 0.3381.

Color Code #EDAAB9

#EDAAB9rgb(237, 170, 185)
HEX
#EDAAB9
RGB
rgb(237, 170, 185)
HSL
hsl(347, 65%, 80%)
HSV
hsv(347, 28%, 93%)
CMYK
0%, 28%, 22%, 7%
XYZ
X: 59.35, Y: 50.60, Z: 39.73
Lab
L: 76.44, a: 26.89, b: 2.62
Name

Shades of Color #EDAAB9

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

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

#EDAAB9rgb(237, 170, 185)

About #EDAAB9 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: #EDAAB9
  • RGB: rgb(237, 170, 185)
  • 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.35, 50.60, 39.73
  • Yxy: 50.60, 0.3965, 0.3381
  • Hunter Lab: 76.44, 26.89, 2.62
  • CIE-Lab: 76.44, 26.89, 2.62

In the XYZ color space, this color is represented as X: 59.35, Y: 50.60, Z: 39.73. The Yxy representation further refines this as Y: 50.60, x: 0.3965, and y: 0.3381.

In the Hunter Lab color space, this color is represented as L: 76.44, a: 26.89, and b: 2.62. Similarly, in the CIE-Lab color space, it is represented as L: 76.44, a: 26.89, and b: 2.62.

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

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

Analogous Colors of #EDAAB9

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

Split Complementary Colors of #EDAAB9

Split complementary colors are two colors adjacent to the complementary color of #EDAAB9. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EDAAB9

Tetradic colors form a rectangle on the color wheel, including #EDAAB9. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EDAAB9

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

Complementary Color of #EDAAB9

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

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

HTML Examples of #EDAAB9

<!-- Using HEX -->
<div style="background-color: #edaab9; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 170, 185); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 170, 185, 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: #edaab9;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #edaab9; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #edaab9; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #edaab9;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #edaab9; color: #fff; padding: 16px; border-radius: 8px;">
  #EDAAB9
</div>
#EDAAB9
On Black Background
#EDAAB9
On White Background
#EDAAB9

Related Colors of #EDAAB9

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