Color: #EBD0DD

#EBD0DD Color Information

#EBD0DD is a light color. The closest websafe version is #EBD0DD. A complement of this color would be #D1EBDE, perceived brightness is 0.85, and the grayscale version is #DEDEDE.

In the HSL color space, this color has a hue angle of 331°,a saturation of 40%, and a lightness of 87%.The HSV representation shows a hue of 331°, a saturation of 11%, and a value of 92%.

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

In the Yxy color space, this color is represented as Y: 68.09, x: 0.3581, and y: 0.3441.

Color Code #EBD0DD

#EBD0DDrgb(235, 208, 221)
HEX
#EBD0DD
RGB
rgb(235, 208, 221)
HSL
hsl(331, 40%, 87%)
HSV
hsv(331, 11%, 92%)
CMYK
0%, 11%, 6%, 8%
XYZ
X: 70.86, Y: 68.09, Z: 58.92
Lab
L: 86.05, a: 11.35, b: -2.81
Name

Shades of Color #EBD0DD

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

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

#EBD0DDrgb(235, 208, 221)

About #EBD0DD Color Code

In the HSL color space, this color has a hue angle of 331°, a saturation of 40%, and a lightness of 87%. The HSV representation shows a hue of 331°, a saturation of 11%, and a value of 92%.

  • HEX: #EBD0DD
  • RGB: rgb(235, 208, 221)
  • HSL: hsl(331, 40%, 87%)
  • HSV: hsv(331, 11%, 92%)
  • CMYK: 0.00% cyan, 11.00% magenta, 6.00% yellow, 8.00% black
  • XYZ: 70.86, 68.09, 58.92
  • Yxy: 68.09, 0.3581, 0.3441
  • Hunter Lab: 86.05, 11.35, -2.81
  • CIE-Lab: 86.05, 11.35, -2.81

In the XYZ color space, this color is represented as X: 70.86, Y: 68.09, Z: 58.92. The Yxy representation further refines this as Y: 68.09, x: 0.3581, and y: 0.3441.

In the Hunter Lab color space, this color is represented as L: 86.05, a: 11.35, and b: -2.81. Similarly, in the CIE-Lab color space, it is represented as L: 86.05, a: 11.35, and b: -2.81.

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

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

Analogous Colors of #EBD0DD

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

Monochromatic Colors of #EBD0DD

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

Complementary Color of #EBD0DD

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

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

HTML Examples of #EBD0DD

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

Related Colors of #EBD0DD

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