Color: #EDCBBC

#EDCBBC Color Information

#EDCBBC is a light color. The closest websafe version is #EDCBBC. A complement of this color would be #BBDEED, perceived brightness is 0.83, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 18°,a saturation of 58%, and a lightness of 83%.The HSV representation shows a hue of 18°, a saturation of 21%, and a value of 93%.

In a RGB color space, #EDCBBC is composed of 93% red, 80% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 21% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 64.70, x: 0.3842, and y: 0.3703.

Color Code #EDCBBC

#EDCBBCrgb(237, 203, 188)
HEX
#EDCBBC
RGB
rgb(237, 203, 188)
HSL
hsl(18, 58%, 83%)
HSV
hsv(18, 21%, 93%)
CMYK
0%, 14%, 21%, 7%
XYZ
X: 67.12, Y: 64.70, Z: 42.89
Lab
L: 84.33, a: 10.67, b: 12.18
Name

Shades of Color #EDCBBC

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

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

#EDCBBCrgb(237, 203, 188)

About #EDCBBC Color Code

In the HSL color space, this color has a hue angle of 18°, a saturation of 58%, and a lightness of 83%. The HSV representation shows a hue of 18°, a saturation of 21%, and a value of 93%.

  • HEX: #EDCBBC
  • RGB: rgb(237, 203, 188)
  • HSL: hsl(18, 58%, 83%)
  • HSV: hsv(18, 21%, 93%)
  • CMYK: 0.00% cyan, 14.00% magenta, 21.00% yellow, 7.00% black
  • XYZ: 67.12, 64.70, 42.89
  • Yxy: 64.70, 0.3842, 0.3703
  • Hunter Lab: 84.33, 10.67, 12.18
  • CIE-Lab: 84.33, 10.67, 12.18

In the XYZ color space, this color is represented as X: 67.12, Y: 64.70, Z: 42.89. The Yxy representation further refines this as Y: 64.70, x: 0.3842, and y: 0.3703.

In the Hunter Lab color space, this color is represented as L: 84.33, a: 10.67, and b: 12.18. Similarly, in the CIE-Lab color space, it is represented as L: 84.33, a: 10.67, and b: 12.18.

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

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

Analogous Colors of #EDCBBC

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

Split Complementary Colors of #EDCBBC

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

Tetradic Colors of #EDCBBC

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

Monochromatic Colors of #EDCBBC

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

Complementary Color of #EDCBBC

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

/* Using HEX */
body {
  background-color: #edcbbc;
}
/* Using RGB */
body {
  background-color: rgb(237, 203, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 203, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(18, 58%, 83%);
}
/* Text color */
p {
  color: #edcbbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edcbbc;
}
/* Border color */
.box {
  border: 4px solid #edcbbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edcbbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edcbbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDCBBC
On Black Background
#EDCBBC
On White Background
#EDCBBC

HTML Examples of #EDCBBC

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

Related Colors of #EDCBBC

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