Color: #EBE2DD

#EBE2DD Color Information

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

In the HSL color space, this color has a hue angle of 21°,a saturation of 26%, and a lightness of 89%.The HSV representation shows a hue of 21°, a saturation of 6%, and a value of 92%.

In a RGB color space, #EBE2DD is composed of 92% red, 89% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 6% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 77.39, x: 0.3554, and y: 0.3626.

Color Code #EBE2DD

#EBE2DDrgb(235, 226, 221)
HEX
#EBE2DD
RGB
rgb(235, 226, 221)
HSL
hsl(21, 26%, 89%)
HSV
hsv(21, 6%, 92%)
CMYK
0%, 4%, 6%, 8%
XYZ
X: 75.86, Y: 77.39, Z: 60.18
Lab
L: 90.50, a: 2.53, b: 3.60
Name

Shades of Color #EBE2DD

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

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

#EBE2DDrgb(235, 226, 221)

About #EBE2DD Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 26%, and a lightness of 89%. The HSV representation shows a hue of 21°, a saturation of 6%, and a value of 92%.

  • HEX: #EBE2DD
  • RGB: rgb(235, 226, 221)
  • HSL: hsl(21, 26%, 89%)
  • HSV: hsv(21, 6%, 92%)
  • CMYK: 0.00% cyan, 4.00% magenta, 6.00% yellow, 8.00% black
  • XYZ: 75.86, 77.39, 60.18
  • Yxy: 77.39, 0.3554, 0.3626
  • Hunter Lab: 90.50, 2.53, 3.60
  • CIE-Lab: 90.50, 2.53, 3.60

In the XYZ color space, this color is represented as X: 75.86, Y: 77.39, Z: 60.18. The Yxy representation further refines this as Y: 77.39, x: 0.3554, and y: 0.3626.

In the Hunter Lab color space, this color is represented as L: 90.50, a: 2.53, and b: 3.60. Similarly, in the CIE-Lab color space, it is represented as L: 90.50, a: 2.53, and b: 3.60.

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

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

Analogous Colors of #EBE2DD

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

Monochromatic Colors of #EBE2DD

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

Complementary Color of #EBE2DD

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

/* Using HEX */
body {
  background-color: #ebe2dd;
}
/* Using RGB */
body {
  background-color: rgb(235, 226, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 226, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 26%, 89%);
}
/* Text color */
p {
  color: #ebe2dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebe2dd;
}
/* Border color */
.box {
  border: 4px solid #ebe2dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebe2dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebe2dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBE2DD
On Black Background
#EBE2DD
On White Background
#EBE2DD

HTML Examples of #EBE2DD

<!-- Using HEX -->
<div style="background-color: #ebe2dd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(235, 226, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(235, 226, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(21, 26%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ebe2dd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ebe2dd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ebe2dd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ebe2dd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ebe2dd; color: #fff; padding: 16px; border-radius: 8px;">
  #EBE2DD
</div>
#EBE2DD
On Black Background
#EBE2DD
On White Background
#EBE2DD

Related Colors of #EBE2DD

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