Color: #ECCDDC

#ECCDDC Color Information

#ECCDDC is a light color. The closest websafe version is #ECCDDC. A complement of this color would be #CBEBDC, perceived brightness is 0.85, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 331°,a saturation of 45%, and a lightness of 86%.The HSV representation shows a hue of 331°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 66.77, x: 0.3601, and y: 0.3419.

Color Code #ECCDDC

HEX
#ECCDDC
RGB
rgb(236, 205, 220)
HSL
hsl(331, 45%, 86%)
HSV
hsv(331, 13%, 93%)
CMYK
0%, 13%, 7%, 7%
XYZ
X: 70.33, Y: 66.77, Z: 58.21
Lab
L: 85.39, a: 13.06, b: -3.23
Name

Shades of Color #ECCDDC

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

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

About #ECCDDC Color Code

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

  • HEX: #ECCDDC
  • RGB: rgb(236, 205, 220)
  • HSL: hsl(331, 45%, 86%)
  • HSV: hsv(331, 13%, 93%)
  • CMYK: 0.00% cyan, 13.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 70.33, 66.77, 58.21
  • Yxy: 66.77, 0.3601, 0.3419
  • Hunter Lab: 85.39, 13.06, -3.23
  • CIE-Lab: 85.39, 13.06, -3.23

In the XYZ color space, this color is represented as X: 70.33, Y: 66.77, Z: 58.21. The Yxy representation further refines this as Y: 66.77, x: 0.3601, and y: 0.3419.

In the Hunter Lab color space, this color is represented as L: 85.39, a: 13.06, and b: -3.23. Similarly, in the CIE-Lab color space, it is represented as L: 85.39, a: 13.06, and b: -3.23.

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

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

Analogous Colors of #ECCDDC

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

Monochromatic Colors of #ECCDDC

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

Complementary Color of #ECCDDC

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

/* Using HEX */
body {
  background-color: #eccddc;
}
/* Using RGB */
body {
  background-color: rgb(236, 205, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 205, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(331, 45%, 86%);
}
/* Text color */
p {
  color: #eccddc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eccddc;
}

HTML Examples of #ECCDDC

<!-- Using HEX -->
<div style="background-color: #eccddc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 205, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 205, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(331, 45%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eccddc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eccddc; width: 100px; height: 100px;"></div>

Related Colors of #ECCDDC

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