Color: #ECAFBE

#ECAFBE Color Information

#ECAFBE is a light color. The closest websafe version is #ECAFBE. A complement of this color would be #B1EDDE, perceived brightness is 0.76, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 345°,a saturation of 62%, and a lightness of 81%.The HSV representation shows a hue of 345°, a saturation of 26%, and a value of 93%.

In a RGB color space, #ECAFBE is composed of 93% red, 69% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 19% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 52.52, x: 0.3898, and y: 0.3387.

Color Code #ECAFBE

#ECAFBErgb(236, 175, 190)
HEX
#ECAFBE
RGB
rgb(236, 175, 190)
HSL
hsl(345, 62%, 81%)
HSV
hsv(345, 26%, 93%)
CMYK
0%, 26%, 19%, 7%
XYZ
X: 60.45, Y: 52.52, Z: 42.11
Lab
L: 77.59, a: 24.54, b: 1.54
Name

Shades of Color #ECAFBE

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

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

#ECAFBErgb(236, 175, 190)

About #ECAFBE Color Code

In the HSL color space, this color has a hue angle of 345°, a saturation of 62%, and a lightness of 81%. The HSV representation shows a hue of 345°, a saturation of 26%, and a value of 93%.

  • HEX: #ECAFBE
  • RGB: rgb(236, 175, 190)
  • HSL: hsl(345, 62%, 81%)
  • HSV: hsv(345, 26%, 93%)
  • CMYK: 0.00% cyan, 26.00% magenta, 19.00% yellow, 7.00% black
  • XYZ: 60.45, 52.52, 42.11
  • Yxy: 52.52, 0.3898, 0.3387
  • Hunter Lab: 77.59, 24.54, 1.54
  • CIE-Lab: 77.59, 24.54, 1.54

In the XYZ color space, this color is represented as X: 60.45, Y: 52.52, Z: 42.11. The Yxy representation further refines this as Y: 52.52, x: 0.3898, and y: 0.3387.

In the Hunter Lab color space, this color is represented as L: 77.59, a: 24.54, and b: 1.54. Similarly, in the CIE-Lab color space, it is represented as L: 77.59, a: 24.54, and b: 1.54.

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

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

Analogous Colors of #ECAFBE

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

Monochromatic Colors of #ECAFBE

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

Complementary Color of #ECAFBE

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

/* Using HEX */
body {
  background-color: #ecafbe;
}
/* Using RGB */
body {
  background-color: rgb(236, 175, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 175, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(345, 62%, 81%);
}
/* Text color */
p {
  color: #ecafbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecafbe;
}
/* Border color */
.box {
  border: 4px solid #ecafbe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecafbe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecafbe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECAFBE
On Black Background
#ECAFBE
On White Background
#ECAFBE

HTML Examples of #ECAFBE

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

Related Colors of #ECAFBE

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