Color: #EBEFDF

#EBEFDF Color Information

#EBEFDF is a light color. The closest websafe version is #EBEFDF. A complement of this color would be #E4E0F0, perceived brightness is 0.93, and the grayscale version is #E7E7E7.

In the HSL color space, this color has a hue angle of 75°,a saturation of 33%, and a lightness of 91%.The HSV representation shows a hue of 75°, a saturation of 7%, and a value of 94%.

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

In the Yxy color space, this color is represented as Y: 84.84, x: 0.3524, and y: 0.3736.

Color Code #EBEFDF

#EBEFDFrgb(235, 239, 223)
HEX
#EBEFDF
RGB
rgb(235, 239, 223)
HSL
hsl(75, 33%, 91%)
HSV
hsv(75, 7%, 94%)
CMYK
2%, 0%, 7%, 6%
XYZ
X: 80.02, Y: 84.84, Z: 62.24
Lab
L: 93.81, a: -3.45, b: 7.28
Name

Shades of Color #EBEFDF

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

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

#EBEFDFrgb(235, 239, 223)

About #EBEFDF Color Code

In the HSL color space, this color has a hue angle of 75°, a saturation of 33%, and a lightness of 91%. The HSV representation shows a hue of 75°, a saturation of 7%, and a value of 94%.

  • HEX: #EBEFDF
  • RGB: rgb(235, 239, 223)
  • HSL: hsl(75, 33%, 91%)
  • HSV: hsv(75, 7%, 94%)
  • CMYK: 2.00% cyan, 0.00% magenta, 7.00% yellow, 6.00% black
  • XYZ: 80.02, 84.84, 62.24
  • Yxy: 84.84, 0.3524, 0.3736
  • Hunter Lab: 93.81, -3.45, 7.28
  • CIE-Lab: 93.81, -3.45, 7.28

In the XYZ color space, this color is represented as X: 80.02, Y: 84.84, Z: 62.24. The Yxy representation further refines this as Y: 84.84, x: 0.3524, and y: 0.3736.

In the Hunter Lab color space, this color is represented as L: 93.81, a: -3.45, and b: 7.28. Similarly, in the CIE-Lab color space, it is represented as L: 93.81, a: -3.45, and b: 7.28.

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

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

Analogous Colors of #EBEFDF

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

Split Complementary Colors of #EBEFDF

Split complementary colors are two colors adjacent to the complementary color of #EBEFDF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #EBEFDF

Tetradic colors form a rectangle on the color wheel, including #EBEFDF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #EBEFDF

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

Complementary Color of #EBEFDF

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

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

HTML Examples of #EBEFDF

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

Related Colors of #EBEFDF

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