Color: #EDAACA

#EDAACA Color Information

#EDAACA is a light color. The closest websafe version is #EDAACA. A complement of this color would be #ABEDCD, perceived brightness is 0.76, and the grayscale version is #CBCBCB.

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

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

In the Yxy color space, this color is represented as Y: 51.24, x: 0.3819, and y: 0.3215.

Color Code #EDAACA

#EDAACArgb(237, 170, 202)
HEX
#EDAACA
RGB
rgb(237, 170, 202)
HSL
hsl(331, 65%, 80%)
HSV
hsv(331, 28%, 93%)
CMYK
0%, 28%, 15%, 7%
XYZ
X: 60.86, Y: 51.24, Z: 47.26
Lab
L: 76.82, a: 28.79, b: -6.05
Name

Shades of Color #EDAACA

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

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

#EDAACArgb(237, 170, 202)

About #EDAACA Color Code

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

  • HEX: #EDAACA
  • RGB: rgb(237, 170, 202)
  • HSL: hsl(331, 65%, 80%)
  • HSV: hsv(331, 28%, 93%)
  • CMYK: 0.00% cyan, 28.00% magenta, 15.00% yellow, 7.00% black
  • XYZ: 60.86, 51.24, 47.26
  • Yxy: 51.24, 0.3819, 0.3215
  • Hunter Lab: 76.82, 28.79, -6.05
  • CIE-Lab: 76.82, 28.79, -6.05

In the XYZ color space, this color is represented as X: 60.86, Y: 51.24, Z: 47.26. The Yxy representation further refines this as Y: 51.24, x: 0.3819, and y: 0.3215.

In the Hunter Lab color space, this color is represented as L: 76.82, a: 28.79, and b: -6.05. Similarly, in the CIE-Lab color space, it is represented as L: 76.82, a: 28.79, and b: -6.05.

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

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

Analogous Colors of #EDAACA

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

Split Complementary Colors of #EDAACA

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

Tetradic Colors of #EDAACA

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

Monochromatic Colors of #EDAACA

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

Complementary Color of #EDAACA

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

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

HTML Examples of #EDAACA

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

Related Colors of #EDAACA

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