Color: #E3BBCB

#E3BBCB Color Information

#E3BBCB is a light color. The closest websafe version is #E3BBCB. A complement of this color would be #BAE3D3, perceived brightness is 0.79, and the grayscale version is #CFCFCF.

In the HSL color space, this color has a hue angle of 336°,a saturation of 42%, and a lightness of 81%.The HSV representation shows a hue of 336°, a saturation of 18%, and a value of 89%.

In a RGB color space, #E3BBCB is composed of 89% red, 73% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 11% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 56.34, x: 0.3684, and y: 0.3393.

Color Code #E3BBCB

#E3BBCBrgb(227, 187, 203)
HEX
#E3BBCB
RGB
rgb(227, 187, 203)
HSL
hsl(336, 42%, 81%)
HSV
hsv(336, 18%, 89%)
CMYK
0%, 18%, 11%, 11%
XYZ
X: 61.18, Y: 56.34, Z: 48.55
Lab
L: 79.80, a: 16.69, b: -2.40
Name

Shades of Color #E3BBCB

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

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

#E3BBCBrgb(227, 187, 203)

About #E3BBCB Color Code

In the HSL color space, this color has a hue angle of 336°, a saturation of 42%, and a lightness of 81%. The HSV representation shows a hue of 336°, a saturation of 18%, and a value of 89%.

  • HEX: #E3BBCB
  • RGB: rgb(227, 187, 203)
  • HSL: hsl(336, 42%, 81%)
  • HSV: hsv(336, 18%, 89%)
  • CMYK: 0.00% cyan, 18.00% magenta, 11.00% yellow, 11.00% black
  • XYZ: 61.18, 56.34, 48.55
  • Yxy: 56.34, 0.3684, 0.3393
  • Hunter Lab: 79.80, 16.69, -2.40
  • CIE-Lab: 79.80, 16.69, -2.40

In the XYZ color space, this color is represented as X: 61.18, Y: 56.34, Z: 48.55. The Yxy representation further refines this as Y: 56.34, x: 0.3684, and y: 0.3393.

In the Hunter Lab color space, this color is represented as L: 79.80, a: 16.69, and b: -2.40. Similarly, in the CIE-Lab color space, it is represented as L: 79.80, a: 16.69, and b: -2.40.

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

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

Analogous Colors of #E3BBCB

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

Monochromatic Colors of #E3BBCB

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

Complementary Color of #E3BBCB

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

/* Using HEX */
body {
  background-color: #e3bbcb;
}
/* Using RGB */
body {
  background-color: rgb(227, 187, 203);
}
/* Using RGB with opacity */
body {
  background-color: rgba(227, 187, 203, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(336, 42%, 81%);
}
/* Text color */
p {
  color: #e3bbcb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e3bbcb;
}
/* Border color */
.box {
  border: 4px solid #e3bbcb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e3bbcb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e3bbcb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E3BBCB
On Black Background
#E3BBCB
On White Background
#E3BBCB

HTML Examples of #E3BBCB

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

Related Colors of #E3BBCB

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