Color: #ECEAE2

#ECEAE2 Color Information

#ECEAE2 is a light color. The closest websafe version is #ECEAE2. A complement of this color would be #E3E5ED, perceived brightness is 0.92, and the grayscale version is #E7E7E7.

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

In a RGB color space, #ECEAE2 is composed of 93% red, 92% green and 89% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 4% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 82.26, x: 0.3519, and y: 0.3658.

Color Code #ECEAE2

HEX
#ECEAE2
RGB
rgb(236, 234, 226)
HSL
hsl(48, 21%, 91%)
HSV
hsv(48, 4%, 93%)
CMYK
0%, 1%, 4%, 7%
XYZ
X: 79.14, Y: 82.26, Z: 63.47
Lab
L: 92.69, a: -0.34, b: 4.15
Name

Shades of Color #ECEAE2

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

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

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

  • HEX: #ECEAE2
  • RGB: rgb(236, 234, 226)
  • HSL: hsl(48, 21%, 91%)
  • HSV: hsv(48, 4%, 93%)
  • CMYK: 0.00% cyan, 100.00% magenta, 4.00% yellow, 7.00% black
  • XYZ: 79.14, 82.26, 63.47
  • Yxy: 82.26, 0.3519, 0.3658
  • Hunter Lab: 92.69, -0.34, 4.15
  • CIE-Lab: 92.69, -0.34, 4.15

In the XYZ color space, this color is represented as X: 79.14, Y: 82.26, Z: 63.47. The Yxy representation further refines this as Y: 82.26, x: 0.3519, and y: 0.3658.

In the Hunter Lab color space, this color is represented as L: 92.69, a: -0.34, and b: 4.15. Similarly, in the CIE-Lab color space, it is represented as L: 92.69, a: -0.34, and b: 4.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 #ECEAE2

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

Analogous Colors of #ECEAE2

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

Monochromatic Colors of #ECEAE2

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

Complementary Color of #ECEAE2

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

/* Using HEX */
body {
  background-color: #eceae2;
}
/* Using RGB */
body {
  background-color: rgb(236, 234, 226);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 234, 226, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(48, 21%, 91%);
}
/* Text color */
p {
  color: #eceae2;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eceae2;
}

HTML Examples of #ECEAE2

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

Related Colors of #ECEAE2

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