Color: #EBEFDD

#EBEFDD Color Information

#EBEFDD is a light color. The closest websafe version is #EBEFDD. A complement of this color would be #E0DCEF, perceived brightness is 0.92, and the grayscale version is #E6E6E6.

In the HSL color space, this color has a hue angle of 73°,a saturation of 36%, and a lightness of 90%.The HSV representation shows a hue of 73°, a saturation of 8%, and a value of 94%.

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

In the Yxy color space, this color is represented as Y: 84.75, x: 0.3535, and y: 0.3754.

Color Code #EBEFDD

#EBEFDDrgb(235, 239, 221)
HEX
#EBEFDD
RGB
rgb(235, 239, 221)
HSL
hsl(73, 36%, 90%)
HSV
hsv(73, 8%, 94%)
CMYK
2%, 0%, 8%, 6%
XYZ
X: 79.81, Y: 84.75, Z: 61.18
Lab
L: 93.77, a: -3.70, b: 8.25
Name

Shades of Color #EBEFDD

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

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

#EBEFDDrgb(235, 239, 221)

About #EBEFDD Color Code

In the HSL color space, this color has a hue angle of 73°, a saturation of 36%, and a lightness of 90%. The HSV representation shows a hue of 73°, a saturation of 8%, and a value of 94%.

  • HEX: #EBEFDD
  • RGB: rgb(235, 239, 221)
  • HSL: hsl(73, 36%, 90%)
  • HSV: hsv(73, 8%, 94%)
  • CMYK: 2.00% cyan, 0.00% magenta, 8.00% yellow, 6.00% black
  • XYZ: 79.81, 84.75, 61.18
  • Yxy: 84.75, 0.3535, 0.3754
  • Hunter Lab: 93.77, -3.70, 8.25
  • CIE-Lab: 93.77, -3.70, 8.25

In the XYZ color space, this color is represented as X: 79.81, Y: 84.75, Z: 61.18. The Yxy representation further refines this as Y: 84.75, x: 0.3535, and y: 0.3754.

In the Hunter Lab color space, this color is represented as L: 93.77, a: -3.70, and b: 8.25. Similarly, in the CIE-Lab color space, it is represented as L: 93.77, a: -3.70, and b: 8.25.

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

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

Analogous Colors of #EBEFDD

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

Monochromatic Colors of #EBEFDD

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

Complementary Color of #EBEFDD

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

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

HTML Examples of #EBEFDD

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

Related Colors of #EBEFDD

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