Color: #EDDBDC

#EDDBDC Color Information

#EDDBDC is a light color. The closest websafe version is #EDDBDC. A complement of this color would be #DAECEB, perceived brightness is 0.88, and the grayscale version is #E4E4E4.

In the HSL color space, this color has a hue angle of 357°,a saturation of 33%, and a lightness of 89%.The HSV representation shows a hue of 357°, a saturation of 8%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 73.96, x: 0.3587, and y: 0.3563.

Color Code #EDDBDC

#EDDBDCrgb(237, 219, 220)
HEX
#EDDBDC
RGB
rgb(237, 219, 220)
HSL
hsl(357, 33%, 89%)
HSV
hsv(357, 8%, 93%)
CMYK
0%, 8%, 7%, 7%
XYZ
X: 74.45, Y: 73.96, Z: 59.17
Lab
L: 88.91, a: 6.52, b: 1.86
Name

Shades of Color #EDDBDC

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

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

#EDDBDCrgb(237, 219, 220)

About #EDDBDC Color Code

In the HSL color space, this color has a hue angle of 357°, a saturation of 33%, and a lightness of 89%. The HSV representation shows a hue of 357°, a saturation of 8%, and a value of 93%.

  • HEX: #EDDBDC
  • RGB: rgb(237, 219, 220)
  • HSL: hsl(357, 33%, 89%)
  • HSV: hsv(357, 8%, 93%)
  • CMYK: 0.00% cyan, 8.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 74.45, 73.96, 59.17
  • Yxy: 73.96, 0.3587, 0.3563
  • Hunter Lab: 88.91, 6.52, 1.86
  • CIE-Lab: 88.91, 6.52, 1.86

In the XYZ color space, this color is represented as X: 74.45, Y: 73.96, Z: 59.17. The Yxy representation further refines this as Y: 73.96, x: 0.3587, and y: 0.3563.

In the Hunter Lab color space, this color is represented as L: 88.91, a: 6.52, and b: 1.86. Similarly, in the CIE-Lab color space, it is represented as L: 88.91, a: 6.52, and b: 1.86.

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

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

Analogous Colors of #EDDBDC

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

Monochromatic Colors of #EDDBDC

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

Complementary Color of #EDDBDC

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

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

HTML Examples of #EDDBDC

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

Related Colors of #EDDBDC

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