Color: #E7C2BC

#E7C2BC Color Information

#E7C2BC is a light color. The closest websafe version is #E7C2BC. A complement of this color would be #BCE1E7, perceived brightness is 0.80, and the grayscale version is #D2D2D2.

In the HSL color space, this color has a hue angle of 8°,a saturation of 47%, and a lightness of 82%.The HSV representation shows a hue of 8°, a saturation of 19%, and a value of 91%.

In a RGB color space, #E7C2BC is composed of 91% red, 76% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 19% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 59.50, x: 0.3817, and y: 0.3615.

Color Code #E7C2BC

#E7C2BCrgb(231, 194, 188)
HEX
#E7C2BC
RGB
rgb(231, 194, 188)
HSL
hsl(8, 47%, 82%)
HSV
hsv(8, 19%, 91%)
CMYK
0%, 16%, 19%, 9%
XYZ
X: 62.82, Y: 59.50, Z: 42.27
Lab
L: 81.57, a: 12.90, b: 8.20
Name

Shades of Color #E7C2BC

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

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

#E7C2BCrgb(231, 194, 188)

About #E7C2BC Color Code

In the HSL color space, this color has a hue angle of 8°, a saturation of 47%, and a lightness of 82%. The HSV representation shows a hue of 8°, a saturation of 19%, and a value of 91%.

  • HEX: #E7C2BC
  • RGB: rgb(231, 194, 188)
  • HSL: hsl(8, 47%, 82%)
  • HSV: hsv(8, 19%, 91%)
  • CMYK: 0.00% cyan, 16.00% magenta, 19.00% yellow, 9.00% black
  • XYZ: 62.82, 59.50, 42.27
  • Yxy: 59.50, 0.3817, 0.3615
  • Hunter Lab: 81.57, 12.90, 8.20
  • CIE-Lab: 81.57, 12.90, 8.20

In the XYZ color space, this color is represented as X: 62.82, Y: 59.50, Z: 42.27. The Yxy representation further refines this as Y: 59.50, x: 0.3817, and y: 0.3615.

In the Hunter Lab color space, this color is represented as L: 81.57, a: 12.90, and b: 8.20. Similarly, in the CIE-Lab color space, it is represented as L: 81.57, a: 12.90, and b: 8.20.

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

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

Analogous Colors of #E7C2BC

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

Monochromatic Colors of #E7C2BC

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

Complementary Color of #E7C2BC

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

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

HTML Examples of #E7C2BC

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

Related Colors of #E7C2BC

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