Color: #ECDCEC

#ECDCEC Color Information

#ECDCEC is a light color. The closest websafe version is #ECDCEC. A complement of this color would be #DBEBDB, perceived brightness is 0.89, and the grayscale version is #E4E4E4.

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

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

In the Yxy color space, this color is represented as Y: 75.05, x: 0.3473, and y: 0.3424.

Color Code #ECDCEC

HEX
#ECDCEC
RGB
rgb(236, 220, 236)
HSL
hsl(300, 30%, 89%)
HSV
hsv(300, 7%, 93%)
CMYK
0%, 7%, 0%, 7%
XYZ
X: 76.14, Y: 75.05, Z: 68.02
Lab
L: 89.42, a: 7.76, b: -5.77
Name

Shades of Color #ECDCEC

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

Tints are created by lightening the original color #ECDCEC 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 #ECDCEC Color Code

In the HSL color space, this color has a hue angle of 300°, a saturation of 30%, and a lightness of 89%. The HSV representation shows a hue of 300°, a saturation of 7%, and a value of 93%.

  • HEX: #ECDCEC
  • RGB: rgb(236, 220, 236)
  • HSL: hsl(300, 30%, 89%)
  • HSV: hsv(300, 7%, 93%)
  • CMYK: 0.00% cyan, 7.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 76.14, 75.05, 68.02
  • Yxy: 75.05, 0.3473, 0.3424
  • Hunter Lab: 89.42, 7.76, -5.77
  • CIE-Lab: 89.42, 7.76, -5.77

In the XYZ color space, this color is represented as X: 76.14, Y: 75.05, Z: 68.02. The Yxy representation further refines this as Y: 75.05, x: 0.3473, and y: 0.3424.

In the Hunter Lab color space, this color is represented as L: 89.42, a: 7.76, and b: -5.77. Similarly, in the CIE-Lab color space, it is represented as L: 89.42, a: 7.76, and b: -5.77.

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

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

Analogous Colors of #ECDCEC

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

Monochromatic Colors of #ECDCEC

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

Complementary Color of #ECDCEC

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

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

HTML Examples of #ECDCEC

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

Related Colors of #ECDCEC

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