Color: #EEADEC

#EEADEC Color Information

#EEADEC is a light color. The closest websafe version is #EEADEC. A complement of this color would be #AFEFB1, perceived brightness is 0.78, and the grayscale version is #CDCDCD.

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

In a RGB color space, #EEADEC is composed of 93% red, 68% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 1% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 54.07, x: 0.3542, and y: 0.2929.

Color Code #EEADEC

#EEADECrgb(238, 173, 236)
HEX
#EEADEC
RGB
rgb(238, 173, 236)
HSL
hsl(302, 66%, 81%)
HSV
hsv(302, 27%, 93%)
CMYK
0%, 27%, 1%, 7%
XYZ
X: 65.38, Y: 54.07, Z: 65.15
Lab
L: 78.50, a: 31.93, b: -21.92
Name

Shades of Color #EEADEC

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

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

#EEADECrgb(238, 173, 236)

About #EEADEC Color Code

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

  • HEX: #EEADEC
  • RGB: rgb(238, 173, 236)
  • HSL: hsl(302, 66%, 81%)
  • HSV: hsv(302, 27%, 93%)
  • CMYK: 0.00% cyan, 27.00% magenta, 100.00% yellow, 7.00% black
  • XYZ: 65.38, 54.07, 65.15
  • Yxy: 54.07, 0.3542, 0.2929
  • Hunter Lab: 78.50, 31.93, -21.92
  • CIE-Lab: 78.50, 31.93, -21.92

In the XYZ color space, this color is represented as X: 65.38, Y: 54.07, Z: 65.15. The Yxy representation further refines this as Y: 54.07, x: 0.3542, and y: 0.2929.

In the Hunter Lab color space, this color is represented as L: 78.50, a: 31.93, and b: -21.92. Similarly, in the CIE-Lab color space, it is represented as L: 78.50, a: 31.93, and b: -21.92.

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

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

Analogous Colors of #EEADEC

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

Monochromatic Colors of #EEADEC

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

Complementary Color of #EEADEC

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

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

HTML Examples of #EEADEC

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

Related Colors of #EEADEC

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