Color: #ECBCCC

#ECBCCC Color Information

#ECBCCC is a light color. The closest websafe version is #ECBCCC. A complement of this color would be #BBECDC, perceived brightness is 0.80, and the grayscale version is #D4D4D4.

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

In a RGB color space, #ECBCCC is composed of 93% red, 74% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 14% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 58.37, x: 0.3752, and y: 0.3391.

Color Code #ECBCCC

#ECBCCCrgb(236, 188, 204)
HEX
#ECBCCC
RGB
rgb(236, 188, 204)
HSL
hsl(340, 56%, 83%)
HSV
hsv(340, 20%, 93%)
CMYK
0%, 20%, 14%, 7%
XYZ
X: 64.58, Y: 58.37, Z: 49.18
Lab
L: 80.95, a: 19.60, b: -1.15
Name

Shades of Color #ECBCCC

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

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

#ECBCCCrgb(236, 188, 204)

About #ECBCCC Color Code

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

  • HEX: #ECBCCC
  • RGB: rgb(236, 188, 204)
  • HSL: hsl(340, 56%, 83%)
  • HSV: hsv(340, 20%, 93%)
  • CMYK: 0.00% cyan, 20.00% magenta, 14.00% yellow, 7.00% black
  • XYZ: 64.58, 58.37, 49.18
  • Yxy: 58.37, 0.3752, 0.3391
  • Hunter Lab: 80.95, 19.60, -1.15
  • CIE-Lab: 80.95, 19.60, -1.15

In the XYZ color space, this color is represented as X: 64.58, Y: 58.37, Z: 49.18. The Yxy representation further refines this as Y: 58.37, x: 0.3752, and y: 0.3391.

In the Hunter Lab color space, this color is represented as L: 80.95, a: 19.60, and b: -1.15. Similarly, in the CIE-Lab color space, it is represented as L: 80.95, a: 19.60, and b: -1.15.

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

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

Analogous Colors of #ECBCCC

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

Monochromatic Colors of #ECBCCC

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

Complementary Color of #ECBCCC

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

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

HTML Examples of #ECBCCC

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

Related Colors of #ECBCCC

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