Color: #ECB3DB

#ECB3DB Color Information

#ECB3DB is a light color. The closest websafe version is #ECB3DB. A complement of this color would be #B1ECC3, perceived brightness is 0.79, and the grayscale version is #D0D0D0.

In the HSL color space, this color has a hue angle of 318°,a saturation of 60%, and a lightness of 81%.The HSV representation shows a hue of 318°, a saturation of 24%, and a value of 93%.

In a RGB color space, #ECB3DB is composed of 93% red, 70% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 7% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 55.27, x: 0.3651, and y: 0.3150.

Color Code #ECB3DB

#ECB3DBrgb(236, 179, 219)
HEX
#ECB3DB
RGB
rgb(236, 179, 219)
HSL
hsl(318, 60%, 81%)
HSV
hsv(318, 24%, 93%)
CMYK
0%, 24%, 7%, 7%
XYZ
X: 64.07, Y: 55.27, Z: 56.14
Lab
L: 79.20, a: 25.98, b: -11.76
Name

Shades of Color #ECB3DB

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

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

#ECB3DBrgb(236, 179, 219)

About #ECB3DB Color Code

In the HSL color space, this color has a hue angle of 318°, a saturation of 60%, and a lightness of 81%. The HSV representation shows a hue of 318°, a saturation of 24%, and a value of 93%.

  • HEX: #ECB3DB
  • RGB: rgb(236, 179, 219)
  • HSL: hsl(318, 60%, 81%)
  • HSV: hsv(318, 24%, 93%)
  • CMYK: 0.00% cyan, 24.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 64.07, 55.27, 56.14
  • Yxy: 55.27, 0.3651, 0.3150
  • Hunter Lab: 79.20, 25.98, -11.76
  • CIE-Lab: 79.20, 25.98, -11.76

In the XYZ color space, this color is represented as X: 64.07, Y: 55.27, Z: 56.14. The Yxy representation further refines this as Y: 55.27, x: 0.3651, and y: 0.3150.

In the Hunter Lab color space, this color is represented as L: 79.20, a: 25.98, and b: -11.76. Similarly, in the CIE-Lab color space, it is represented as L: 79.20, a: 25.98, and b: -11.76.

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

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

Analogous Colors of #ECB3DB

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

Monochromatic Colors of #ECB3DB

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

Complementary Color of #ECB3DB

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

/* Using HEX */
body {
  background-color: #ecb3db;
}
/* Using RGB */
body {
  background-color: rgb(236, 179, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 179, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(318, 60%, 81%);
}
/* Text color */
p {
  color: #ecb3db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecb3db;
}
/* Border color */
.box {
  border: 4px solid #ecb3db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecb3db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecb3db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECB3DB
On Black Background
#ECB3DB
On White Background
#ECB3DB

HTML Examples of #ECB3DB

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

Related Colors of #ECB3DB

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