Color: #ECCADC

#ECCADC Color Information

#ECCADC is a light color. The closest websafe version is #ECCADC. A complement of this color would be #CBECDA, perceived brightness is 0.84, and the grayscale version is #DBDBDB.

In the HSL color space, this color has a hue angle of 328°,a saturation of 47%, and a lightness of 86%.The HSV representation shows a hue of 328°, a saturation of 14%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 65.34, x: 0.3606, and y: 0.3387.

Color Code #ECCADC

#ECCADCrgb(236, 202, 220)
HEX
#ECCADC
RGB
rgb(236, 202, 220)
HSL
hsl(328, 47%, 86%)
HSV
hsv(328, 14%, 93%)
CMYK
0%, 14%, 7%, 7%
XYZ
X: 69.56, Y: 65.34, Z: 58.02
Lab
L: 84.66, a: 14.56, b: -4.29
Name

Shades of Color #ECCADC

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

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

#ECCADCrgb(236, 202, 220)

About #ECCADC Color Code

In the HSL color space, this color has a hue angle of 328°, a saturation of 47%, and a lightness of 86%. The HSV representation shows a hue of 328°, a saturation of 14%, and a value of 93%.

  • HEX: #ECCADC
  • RGB: rgb(236, 202, 220)
  • HSL: hsl(328, 47%, 86%)
  • HSV: hsv(328, 14%, 93%)
  • CMYK: 0.00% cyan, 14.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 69.56, 65.34, 58.02
  • Yxy: 65.34, 0.3606, 0.3387
  • Hunter Lab: 84.66, 14.56, -4.29
  • CIE-Lab: 84.66, 14.56, -4.29

In the XYZ color space, this color is represented as X: 69.56, Y: 65.34, Z: 58.02. The Yxy representation further refines this as Y: 65.34, x: 0.3606, and y: 0.3387.

In the Hunter Lab color space, this color is represented as L: 84.66, a: 14.56, and b: -4.29. Similarly, in the CIE-Lab color space, it is represented as L: 84.66, a: 14.56, and b: -4.29.

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

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

Analogous Colors of #ECCADC

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

Monochromatic Colors of #ECCADC

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

Complementary Color of #ECCADC

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

/* Using HEX */
body {
  background-color: #eccadc;
}
/* Using RGB */
body {
  background-color: rgb(236, 202, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 202, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 47%, 86%);
}
/* Text color */
p {
  color: #eccadc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eccadc;
}
/* Border color */
.box {
  border: 4px solid #eccadc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eccadc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eccadc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECCADC
On Black Background
#ECCADC
On White Background
#ECCADC

HTML Examples of #ECCADC

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

Related Colors of #ECCADC

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