Color: #EDABAB

#EDABAB Color Information

#EDABAB is a light color. The closest websafe version is #EDABAB. A complement of this color would be #ABEDED, perceived brightness is 0.75, and the grayscale version is #CCCCCC.

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

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

In the Yxy color space, this color is represented as Y: 50.51, x: 0.4082, and y: 0.3528.

Color Code #EDABAB

HEX
#EDABAB
RGB
rgb(237, 171, 171)
HSL
hsl(0, 65%, 80%)
HSV
hsv(0, 28%, 93%)
CMYK
0%, 28%, 28%, 7%
XYZ
X: 58.44, Y: 50.51, Z: 34.22
Lab
L: 76.38, a: 24.95, b: 10.13
Name

Shades of Color #EDABAB

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

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

About #EDABAB Color Code

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

  • HEX: #EDABAB
  • RGB: rgb(237, 171, 171)
  • HSL: hsl(0, 65%, 80%)
  • HSV: hsv(0, 28%, 93%)
  • CMYK: 0.00% cyan, 28.00% magenta, 28.00% yellow, 7.00% black
  • XYZ: 58.44, 50.51, 34.22
  • Yxy: 50.51, 0.4082, 0.3528
  • Hunter Lab: 76.38, 24.95, 10.13
  • CIE-Lab: 76.38, 24.95, 10.13

In the XYZ color space, this color is represented as X: 58.44, Y: 50.51, Z: 34.22. The Yxy representation further refines this as Y: 50.51, x: 0.4082, and y: 0.3528.

In the Hunter Lab color space, this color is represented as L: 76.38, a: 24.95, and b: 10.13. Similarly, in the CIE-Lab color space, it is represented as L: 76.38, a: 24.95, and b: 10.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 #EDABAB

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

Analogous Colors of #EDABAB

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

Monochromatic Colors of #EDABAB

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

Complementary Color of #EDABAB

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

/* Using HEX */
body {
  background-color: #edabab;
}
/* Using RGB */
body {
  background-color: rgb(237, 171, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 171, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(0, 65%, 80%);
}
/* Text color */
p {
  color: #edabab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edabab;
}

HTML Examples of #EDABAB

<!-- Using HEX -->
<div style="background-color: #edabab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 171, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 171, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(0, 65%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #edabab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #edabab; width: 100px; height: 100px;"></div>

Related Colors of #EDABAB

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