Color: #ECBAEF

#ECBAEF Color Information

#ECBAEF is a light color. The closest websafe version is #ECBAEF. A complement of this color would be #BBEFB9, perceived brightness is 0.81, and the grayscale version is #D4D4D4.

In the HSL color space, this color has a hue angle of 297°,a saturation of 62%, and a lightness of 83%.The HSV representation shows a hue of 297°, a saturation of 22%, and a value of 94%.

In a RGB color space, #ECBAEF is composed of 93% red, 73% green and 94% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 22% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 59.10, x: 0.3488, and y: 0.3038.

Color Code #ECBAEF

#ECBAEFrgb(236, 186, 239)
HEX
#ECBAEF
RGB
rgb(236, 186, 239)
HSL
hsl(297, 62%, 83%)
HSV
hsv(297, 22%, 94%)
CMYK
1%, 22%, 0%, 6%
XYZ
X: 67.84, Y: 59.10, Z: 67.58
Lab
L: 81.34, a: 25.11, b: -19.28
Name

Shades of Color #ECBAEF

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

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

#ECBAEFrgb(236, 186, 239)

About #ECBAEF Color Code

In the HSL color space, this color has a hue angle of 297°, a saturation of 62%, and a lightness of 83%. The HSV representation shows a hue of 297°, a saturation of 22%, and a value of 94%.

  • HEX: #ECBAEF
  • RGB: rgb(236, 186, 239)
  • HSL: hsl(297, 62%, 83%)
  • HSV: hsv(297, 22%, 94%)
  • CMYK: 100.00% cyan, 22.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 67.84, 59.10, 67.58
  • Yxy: 59.10, 0.3488, 0.3038
  • Hunter Lab: 81.34, 25.11, -19.28
  • CIE-Lab: 81.34, 25.11, -19.28

In the XYZ color space, this color is represented as X: 67.84, Y: 59.10, Z: 67.58. The Yxy representation further refines this as Y: 59.10, x: 0.3488, and y: 0.3038.

In the Hunter Lab color space, this color is represented as L: 81.34, a: 25.11, and b: -19.28. Similarly, in the CIE-Lab color space, it is represented as L: 81.34, a: 25.11, and b: -19.28.

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

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

Analogous Colors of #ECBAEF

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

Split Complementary Colors of #ECBAEF

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

Tetradic Colors of #ECBAEF

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

Monochromatic Colors of #ECBAEF

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

Complementary Color of #ECBAEF

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

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

HTML Examples of #ECBAEF

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

Related Colors of #ECBAEF

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