Color: #ECBBD3

#ECBBD3 Color Information

#ECBBD3 is a light color. The closest websafe version is #ECBBD3. A complement of this color would be #BBECD4, perceived brightness is 0.80, and the grayscale version is #D3D3D3.

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

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

In the Yxy color space, this color is represented as Y: 58.24, x: 0.3699, and y: 0.3313.

Color Code #ECBBD3

#ECBBD3rgb(236, 187, 211)
HEX
#ECBBD3
RGB
rgb(236, 187, 211)
HSL
hsl(331, 56%, 83%)
HSV
hsv(331, 21%, 93%)
CMYK
0%, 21%, 11%, 7%
XYZ
X: 65.03, Y: 58.24, Z: 52.52
Lab
L: 80.87, a: 20.94, b: -5.01
Name

Shades of Color #ECBBD3

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

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

#ECBBD3rgb(236, 187, 211)

About #ECBBD3 Color Code

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

  • HEX: #ECBBD3
  • RGB: rgb(236, 187, 211)
  • HSL: hsl(331, 56%, 83%)
  • HSV: hsv(331, 21%, 93%)
  • CMYK: 0.00% cyan, 21.00% magenta, 11.00% yellow, 7.00% black
  • XYZ: 65.03, 58.24, 52.52
  • Yxy: 58.24, 0.3699, 0.3313
  • Hunter Lab: 80.87, 20.94, -5.01
  • CIE-Lab: 80.87, 20.94, -5.01

In the XYZ color space, this color is represented as X: 65.03, Y: 58.24, Z: 52.52. The Yxy representation further refines this as Y: 58.24, x: 0.3699, and y: 0.3313.

In the Hunter Lab color space, this color is represented as L: 80.87, a: 20.94, and b: -5.01. Similarly, in the CIE-Lab color space, it is represented as L: 80.87, a: 20.94, and b: -5.01.

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

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

Analogous Colors of #ECBBD3

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

Monochromatic Colors of #ECBBD3

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

Complementary Color of #ECBBD3

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

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

HTML Examples of #ECBBD3

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

Related Colors of #ECBBD3

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