Color: #EEACCC

#EEACCC Color Information

#EEACCC is a light color. The closest websafe version is #EEACCC. A complement of this color would be #AAEECD, perceived brightness is 0.77, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 331°,a saturation of 66%, and a lightness of 80%.The HSV representation shows a hue of 331°, a saturation of 28%, and a value of 93%.

In a RGB color space, #EEACCC is composed of 93% red, 67% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 14% yellow and 7% black.

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

Color Code #EEACCC

#EEACCCrgb(238, 172, 204)
HEX
#EEACCC
RGB
rgb(238, 172, 204)
HSL
hsl(331, 66%, 80%)
HSV
hsv(331, 28%, 93%)
CMYK
0%, 28%, 14%, 7%
XYZ
X: 61.81, Y: 52.26, Z: 48.32
Lab
L: 77.44, a: 28.38, b: -6.23
Name

Shades of Color #EEACCC

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

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

#EEACCCrgb(238, 172, 204)

About #EEACCC Color Code

In the HSL color space, this color has a hue angle of 331°, a saturation of 66%, and a lightness of 80%. The HSV representation shows a hue of 331°, a saturation of 28%, and a value of 93%.

  • HEX: #EEACCC
  • RGB: rgb(238, 172, 204)
  • HSL: hsl(331, 66%, 80%)
  • HSV: hsv(331, 28%, 93%)
  • CMYK: 0.00% cyan, 28.00% magenta, 14.00% yellow, 7.00% black
  • XYZ: 61.81, 52.26, 48.32
  • Yxy: 52.26, 0.3806, 0.3218
  • Hunter Lab: 77.44, 28.38, -6.23
  • CIE-Lab: 77.44, 28.38, -6.23

In the XYZ color space, this color is represented as X: 61.81, Y: 52.26, Z: 48.32. The Yxy representation further refines this as Y: 52.26, x: 0.3806, and y: 0.3218.

In the Hunter Lab color space, this color is represented as L: 77.44, a: 28.38, and b: -6.23. Similarly, in the CIE-Lab color space, it is represented as L: 77.44, a: 28.38, and b: -6.23.

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

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

Analogous Colors of #EEACCC

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

Split Complementary Colors of #EEACCC

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

Tetradic Colors of #EEACCC

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

Monochromatic Colors of #EEACCC

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

Complementary Color of #EEACCC

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

/* Using HEX */
body {
  background-color: #eeaccc;
}
/* Using RGB */
body {
  background-color: rgb(238, 172, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 172, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(331, 66%, 80%);
}
/* Text color */
p {
  color: #eeaccc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eeaccc;
}
/* Border color */
.box {
  border: 4px solid #eeaccc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eeaccc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eeaccc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEACCC
On Black Background
#EEACCC
On White Background
#EEACCC

HTML Examples of #EEACCC

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

Related Colors of #EEACCC

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