Color: #ECB3DD

#ECB3DD Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 55.36, x: 0.3635, and y: 0.3131.

Color Code #ECB3DD

#ECB3DDrgb(236, 179, 221)
HEX
#ECB3DD
RGB
rgb(236, 179, 221)
HSL
hsl(316, 60%, 81%)
HSV
hsv(316, 24%, 93%)
CMYK
0%, 24%, 6%, 7%
XYZ
X: 64.28, Y: 55.36, Z: 57.18
Lab
L: 79.25, a: 26.23, b: -12.76
Name

Shades of Color #ECB3DD

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

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

#ECB3DDrgb(236, 179, 221)

About #ECB3DD Color Code

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

  • HEX: #ECB3DD
  • RGB: rgb(236, 179, 221)
  • HSL: hsl(316, 60%, 81%)
  • HSV: hsv(316, 24%, 93%)
  • CMYK: 0.00% cyan, 24.00% magenta, 6.00% yellow, 7.00% black
  • XYZ: 64.28, 55.36, 57.18
  • Yxy: 55.36, 0.3635, 0.3131
  • Hunter Lab: 79.25, 26.23, -12.76
  • CIE-Lab: 79.25, 26.23, -12.76

In the XYZ color space, this color is represented as X: 64.28, Y: 55.36, Z: 57.18. The Yxy representation further refines this as Y: 55.36, x: 0.3635, and y: 0.3131.

In the Hunter Lab color space, this color is represented as L: 79.25, a: 26.23, and b: -12.76. Similarly, in the CIE-Lab color space, it is represented as L: 79.25, a: 26.23, and b: -12.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 #ECB3DD

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

Analogous Colors of #ECB3DD

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

Split Complementary Colors of #ECB3DD

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

Tetradic Colors of #ECB3DD

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

Monochromatic Colors of #ECB3DD

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

Complementary Color of #ECB3DD

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

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

HTML Examples of #ECB3DD

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

Related Colors of #ECB3DD

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