Color: #EBBCC4

#EBBCC4 Color Information

#EBBCC4 is a light color. The closest websafe version is #EBBCC4. A complement of this color would be #BCEBE3, perceived brightness is 0.80, and the grayscale version is #D3D3D3.

In the HSL color space, this color has a hue angle of 350°,a saturation of 54%, and a lightness of 83%.The HSV representation shows a hue of 350°, a saturation of 20%, and a value of 92%.

In a RGB color space, #EBBCC4 is composed of 92% red, 74% green and 77% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 17% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 57.88, x: 0.3806, and y: 0.3469.

Color Code #EBBCC4

#EBBCC4rgb(235, 188, 196)
HEX
#EBBCC4
RGB
rgb(235, 188, 196)
HSL
hsl(350, 54%, 83%)
HSV
hsv(350, 20%, 92%)
CMYK
0%, 20%, 17%, 8%
XYZ
X: 63.49, Y: 57.88, Z: 45.46
Lab
L: 80.67, a: 18.30, b: 2.72
Name

Shades of Color #EBBCC4

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

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

#EBBCC4rgb(235, 188, 196)

About #EBBCC4 Color Code

In the HSL color space, this color has a hue angle of 350°, a saturation of 54%, and a lightness of 83%. The HSV representation shows a hue of 350°, a saturation of 20%, and a value of 92%.

  • HEX: #EBBCC4
  • RGB: rgb(235, 188, 196)
  • HSL: hsl(350, 54%, 83%)
  • HSV: hsv(350, 20%, 92%)
  • CMYK: 0.00% cyan, 20.00% magenta, 17.00% yellow, 8.00% black
  • XYZ: 63.49, 57.88, 45.46
  • Yxy: 57.88, 0.3806, 0.3469
  • Hunter Lab: 80.67, 18.30, 2.72
  • CIE-Lab: 80.67, 18.30, 2.72

In the XYZ color space, this color is represented as X: 63.49, Y: 57.88, Z: 45.46. The Yxy representation further refines this as Y: 57.88, x: 0.3806, and y: 0.3469.

In the Hunter Lab color space, this color is represented as L: 80.67, a: 18.30, and b: 2.72. Similarly, in the CIE-Lab color space, it is represented as L: 80.67, a: 18.30, and b: 2.72.

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

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

Analogous Colors of #EBBCC4

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

Monochromatic Colors of #EBBCC4

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

Complementary Color of #EBBCC4

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

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

HTML Examples of #EBBCC4

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

Related Colors of #EBBCC4

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