Color: #ECDCBB

#ECDCBB Color Information

#ECDCBB is a light color. The closest websafe version is #ECDCBB. A complement of this color would be #BBCCEC, perceived brightness is 0.87, and the grayscale version is #D3D3D3.

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

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

In the Yxy color space, this color is represented as Y: 72.98, x: 0.3793, and y: 0.3885.

Color Code #ECDCBB

#ECDCBBrgb(236, 220, 187)
HEX
#ECDCBB
RGB
rgb(236, 220, 187)
HSL
hsl(40, 56%, 83%)
HSV
hsv(40, 21%, 93%)
CMYK
0%, 7%, 21%, 7%
XYZ
X: 71.25, Y: 72.98, Z: 43.61
Lab
L: 88.44, a: 1.86, b: 18.37
Name

Shades of Color #ECDCBB

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

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

#ECDCBBrgb(236, 220, 187)

About #ECDCBB Color Code

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

  • HEX: #ECDCBB
  • RGB: rgb(236, 220, 187)
  • HSL: hsl(40, 56%, 83%)
  • HSV: hsv(40, 21%, 93%)
  • CMYK: 0.00% cyan, 7.00% magenta, 21.00% yellow, 7.00% black
  • XYZ: 71.25, 72.98, 43.61
  • Yxy: 72.98, 0.3793, 0.3885
  • Hunter Lab: 88.44, 1.86, 18.37
  • CIE-Lab: 88.44, 1.86, 18.37

In the XYZ color space, this color is represented as X: 71.25, Y: 72.98, Z: 43.61. The Yxy representation further refines this as Y: 72.98, x: 0.3793, and y: 0.3885.

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

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

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

Analogous Colors of #ECDCBB

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

Split Complementary Colors of #ECDCBB

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

Tetradic Colors of #ECDCBB

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

Monochromatic Colors of #ECDCBB

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

Complementary Color of #ECDCBB

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

/* Using HEX */
body {
  background-color: #ecdcbb;
}
/* Using RGB */
body {
  background-color: rgb(236, 220, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 220, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 56%, 83%);
}
/* Text color */
p {
  color: #ecdcbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecdcbb;
}
/* Border color */
.box {
  border: 4px solid #ecdcbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecdcbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecdcbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECDCBB
On Black Background
#ECDCBB
On White Background
#ECDCBB

HTML Examples of #ECDCBB

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

Related Colors of #ECDCBB

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