Color: #ECBAE6

#ECBAE6 Color Information

#ECBAE6 is a light color. The closest websafe version is #ECBAE6. A complement of this color would be #BBECC1, perceived brightness is 0.81, and the grayscale version is #D3D3D3.

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

In a RGB color space, #ECBAE6 is composed of 93% red, 73% green and 90% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 3% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 58.66, x: 0.3555, and y: 0.3122.

Color Code #ECBAE6

#ECBAE6rgb(236, 186, 230)
HEX
#ECBAE6
RGB
rgb(236, 186, 230)
HSL
hsl(307, 57%, 83%)
HSV
hsv(307, 21%, 93%)
CMYK
0%, 21%, 3%, 7%
XYZ
X: 66.81, Y: 58.66, Z: 62.45
Lab
L: 81.10, a: 23.88, b: -14.84
Name

Shades of Color #ECBAE6

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

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

#ECBAE6rgb(236, 186, 230)

About #ECBAE6 Color Code

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

  • HEX: #ECBAE6
  • RGB: rgb(236, 186, 230)
  • HSL: hsl(307, 57%, 83%)
  • HSV: hsv(307, 21%, 93%)
  • CMYK: 0.00% cyan, 21.00% magenta, 3.00% yellow, 7.00% black
  • XYZ: 66.81, 58.66, 62.45
  • Yxy: 58.66, 0.3555, 0.3122
  • Hunter Lab: 81.10, 23.88, -14.84
  • CIE-Lab: 81.10, 23.88, -14.84

In the XYZ color space, this color is represented as X: 66.81, Y: 58.66, Z: 62.45. The Yxy representation further refines this as Y: 58.66, x: 0.3555, and y: 0.3122.

In the Hunter Lab color space, this color is represented as L: 81.10, a: 23.88, and b: -14.84. Similarly, in the CIE-Lab color space, it is represented as L: 81.10, a: 23.88, and b: -14.84.

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

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

Analogous Colors of #ECBAE6

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

Monochromatic Colors of #ECBAE6

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

Complementary Color of #ECBAE6

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

/* Using HEX */
body {
  background-color: #ecbae6;
}
/* Using RGB */
body {
  background-color: rgb(236, 186, 230);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 186, 230, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(307, 57%, 83%);
}
/* Text color */
p {
  color: #ecbae6;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecbae6;
}
/* Border color */
.box {
  border: 4px solid #ecbae6;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecbae6;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecbae6;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECBAE6
On Black Background
#ECBAE6
On White Background
#ECBAE6

HTML Examples of #ECBAE6

<!-- Using HEX -->
<div style="background-color: #ecbae6; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 186, 230); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 186, 230, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(307, 57%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ecbae6;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ecbae6; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ecbae6; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ecbae6;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ecbae6; color: #fff; padding: 16px; border-radius: 8px;">
  #ECBAE6
</div>
#ECBAE6
On Black Background
#ECBAE6
On White Background
#ECBAE6

Related Colors of #ECBAE6

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