Color: #EDDBAF

#EDDBAF Color Information

#EDDBAF is a light color. The closest websafe version is #EDDBAF. A complement of this color would be #B0C1ED, perceived brightness is 0.86, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 43°,a saturation of 63%, and a lightness of 81%.The HSV representation shows a hue of 43°, a saturation of 26%, and a value of 93%.

In a RGB color space, #EDDBAF is composed of 93% red, 86% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 26% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 72.22, x: 0.3881, and y: 0.3985.

Color Code #EDDBAF

#EDDBAFrgb(237, 219, 175)
HEX
#EDDBAF
RGB
rgb(237, 219, 175)
HSL
hsl(43, 63%, 81%)
HSV
hsv(43, 26%, 93%)
CMYK
0%, 8%, 26%, 7%
XYZ
X: 70.34, Y: 72.22, Z: 38.67
Lab
L: 88.08, a: 1.50, b: 24.09
Name

Shades of Color #EDDBAF

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

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

#EDDBAFrgb(237, 219, 175)

About #EDDBAF Color Code

In the HSL color space, this color has a hue angle of 43°, a saturation of 63%, and a lightness of 81%. The HSV representation shows a hue of 43°, a saturation of 26%, and a value of 93%.

  • HEX: #EDDBAF
  • RGB: rgb(237, 219, 175)
  • HSL: hsl(43, 63%, 81%)
  • HSV: hsv(43, 26%, 93%)
  • CMYK: 0.00% cyan, 8.00% magenta, 26.00% yellow, 7.00% black
  • XYZ: 70.34, 72.22, 38.67
  • Yxy: 72.22, 0.3881, 0.3985
  • Hunter Lab: 88.08, 1.50, 24.09
  • CIE-Lab: 88.08, 1.50, 24.09

In the XYZ color space, this color is represented as X: 70.34, Y: 72.22, Z: 38.67. The Yxy representation further refines this as Y: 72.22, x: 0.3881, and y: 0.3985.

In the Hunter Lab color space, this color is represented as L: 88.08, a: 1.50, and b: 24.09. Similarly, in the CIE-Lab color space, it is represented as L: 88.08, a: 1.50, and b: 24.09.

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

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

Analogous Colors of #EDDBAF

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

Split Complementary Colors of #EDDBAF

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

Tetradic Colors of #EDDBAF

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

Monochromatic Colors of #EDDBAF

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

Complementary Color of #EDDBAF

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

/* Using HEX */
body {
  background-color: #eddbaf;
}
/* Using RGB */
body {
  background-color: rgb(237, 219, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 219, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(43, 63%, 81%);
}
/* Text color */
p {
  color: #eddbaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eddbaf;
}
/* Border color */
.box {
  border: 4px solid #eddbaf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eddbaf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eddbaf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDDBAF
On Black Background
#EDDBAF
On White Background
#EDDBAF

HTML Examples of #EDDBAF

<!-- Using HEX -->
<div style="background-color: #eddbaf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 219, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 219, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(43, 63%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #eddbaf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #eddbaf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #eddbaf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #eddbaf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #eddbaf; color: #fff; padding: 16px; border-radius: 8px;">
  #EDDBAF
</div>
#EDDBAF
On Black Background
#EDDBAF
On White Background
#EDDBAF

Related Colors of #EDDBAF

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