Color: #EEC6DD

#EEC6DD Color Information

#EEC6DD is a light color. The closest websafe version is #EEC6DD. A complement of this color would be #C4EDD6, perceived brightness is 0.83, and the grayscale version is #DADADA.

In the HSL color space, this color has a hue angle of 326°,a saturation of 54%, and a lightness of 85%.The HSV representation shows a hue of 326°, a saturation of 17%, and a value of 93%.

In a RGB color space, #EEC6DD is composed of 93% red, 78% green and 87% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 7% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 63.89, x: 0.3621, and y: 0.3335.

Color Code #EEC6DD

#EEC6DDrgb(238, 198, 221)
HEX
#EEC6DD
RGB
rgb(238, 198, 221)
HSL
hsl(326, 54%, 85%)
HSV
hsv(326, 17%, 93%)
CMYK
0%, 17%, 7%, 7%
XYZ
X: 69.37, Y: 63.89, Z: 58.31
Lab
L: 83.91, a: 17.39, b: -5.89
Name

Shades of Color #EEC6DD

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

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

#EEC6DDrgb(238, 198, 221)

About #EEC6DD Color Code

In the HSL color space, this color has a hue angle of 326°, a saturation of 54%, and a lightness of 85%. The HSV representation shows a hue of 326°, a saturation of 17%, and a value of 93%.

  • HEX: #EEC6DD
  • RGB: rgb(238, 198, 221)
  • HSL: hsl(326, 54%, 85%)
  • HSV: hsv(326, 17%, 93%)
  • CMYK: 0.00% cyan, 17.00% magenta, 7.00% yellow, 7.00% black
  • XYZ: 69.37, 63.89, 58.31
  • Yxy: 63.89, 0.3621, 0.3335
  • Hunter Lab: 83.91, 17.39, -5.89
  • CIE-Lab: 83.91, 17.39, -5.89

In the XYZ color space, this color is represented as X: 69.37, Y: 63.89, Z: 58.31. The Yxy representation further refines this as Y: 63.89, x: 0.3621, and y: 0.3335.

In the Hunter Lab color space, this color is represented as L: 83.91, a: 17.39, and b: -5.89. Similarly, in the CIE-Lab color space, it is represented as L: 83.91, a: 17.39, and b: -5.89.

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

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

Analogous Colors of #EEC6DD

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

Split Complementary Colors of #EEC6DD

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

Tetradic Colors of #EEC6DD

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

Monochromatic Colors of #EEC6DD

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

Complementary Color of #EEC6DD

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

/* Using HEX */
body {
  background-color: #eec6dd;
}
/* Using RGB */
body {
  background-color: rgb(238, 198, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 198, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(326, 54%, 85%);
}
/* Text color */
p {
  color: #eec6dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eec6dd;
}
/* Border color */
.box {
  border: 4px solid #eec6dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eec6dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eec6dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EEC6DD
On Black Background
#EEC6DD
On White Background
#EEC6DD

HTML Examples of #EEC6DD

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

Related Colors of #EEC6DD

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