Color: #EABBB2

#EABBB2 Color Information

#EABBB2 is a light color. The closest websafe version is #EABBB2. A complement of this color would be #B3E1EA, perceived brightness is 0.78, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 10°,a saturation of 57%, and a lightness of 81%.The HSV representation shows a hue of 10°, a saturation of 24%, and a value of 92%.

In a RGB color space, #EABBB2 is composed of 92% red, 73% green and 70% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 24% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 56.63, x: 0.3940, and y: 0.3635.

Color Code #EABBB2

#EABBB2rgb(234, 187, 178)
HEX
#EABBB2
RGB
rgb(234, 187, 178)
HSL
hsl(10, 57%, 81%)
HSV
hsv(10, 24%, 92%)
CMYK
0%, 20%, 24%, 8%
XYZ
X: 61.38, Y: 56.63, Z: 37.77
Lab
L: 79.97, a: 16.46, b: 11.34
Name

Shades of Color #EABBB2

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

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

#EABBB2rgb(234, 187, 178)

About #EABBB2 Color Code

In the HSL color space, this color has a hue angle of 10°, a saturation of 57%, and a lightness of 81%. The HSV representation shows a hue of 10°, a saturation of 24%, and a value of 92%.

  • HEX: #EABBB2
  • RGB: rgb(234, 187, 178)
  • HSL: hsl(10, 57%, 81%)
  • HSV: hsv(10, 24%, 92%)
  • CMYK: 0.00% cyan, 20.00% magenta, 24.00% yellow, 8.00% black
  • XYZ: 61.38, 56.63, 37.77
  • Yxy: 56.63, 0.3940, 0.3635
  • Hunter Lab: 79.97, 16.46, 11.34
  • CIE-Lab: 79.97, 16.46, 11.34

In the XYZ color space, this color is represented as X: 61.38, Y: 56.63, Z: 37.77. The Yxy representation further refines this as Y: 56.63, x: 0.3940, and y: 0.3635.

In the Hunter Lab color space, this color is represented as L: 79.97, a: 16.46, and b: 11.34. Similarly, in the CIE-Lab color space, it is represented as L: 79.97, a: 16.46, and b: 11.34.

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

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

Analogous Colors of #EABBB2

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

Split Complementary Colors of #EABBB2

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

Tetradic Colors of #EABBB2

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

Monochromatic Colors of #EABBB2

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

Complementary Color of #EABBB2

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

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

HTML Examples of #EABBB2

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

Related Colors of #EABBB2

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