Color: #EECDDF

#EECDDF Color Information

#EECDDF is a light color. The closest websafe version is #EECDDF. A complement of this color would be #CEEEDC, perceived brightness is 0.85, and the grayscale version is #DEDEDE.

In the HSL color space, this color has a hue angle of 327°,a saturation of 49%, and a lightness of 87%.The HSV representation shows a hue of 327°, a saturation of 14%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 67.26, x: 0.3596, and y: 0.3390.

Color Code #EECDDF

#EECDDFrgb(238, 205, 223)
HEX
#EECDDF
RGB
rgb(238, 205, 223)
HSL
hsl(327, 49%, 87%)
HSV
hsv(327, 14%, 93%)
CMYK
0%, 14%, 6%, 7%
XYZ
X: 71.35, Y: 67.26, Z: 59.82
Lab
L: 85.64, a: 14.16, b: -4.43
Name

Shades of Color #EECDDF

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

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

#EECDDFrgb(238, 205, 223)

About #EECDDF Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 49%, and a lightness of 87%. The HSV representation shows a hue of 327°, a saturation of 14%, and a value of 93%.

  • HEX: #EECDDF
  • RGB: rgb(238, 205, 223)
  • HSL: hsl(327, 49%, 87%)
  • HSV: hsv(327, 14%, 93%)
  • CMYK: 0.00% cyan, 14.00% magenta, 6.00% yellow, 7.00% black
  • XYZ: 71.35, 67.26, 59.82
  • Yxy: 67.26, 0.3596, 0.3390
  • Hunter Lab: 85.64, 14.16, -4.43
  • CIE-Lab: 85.64, 14.16, -4.43

In the XYZ color space, this color is represented as X: 71.35, Y: 67.26, Z: 59.82. The Yxy representation further refines this as Y: 67.26, x: 0.3596, and y: 0.3390.

In the Hunter Lab color space, this color is represented as L: 85.64, a: 14.16, and b: -4.43. Similarly, in the CIE-Lab color space, it is represented as L: 85.64, a: 14.16, and b: -4.43.

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

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

Analogous Colors of #EECDDF

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

Split Complementary Colors of #EECDDF

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

Tetradic Colors of #EECDDF

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

Monochromatic Colors of #EECDDF

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

Complementary Color of #EECDDF

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

/* Using HEX */
body {
  background-color: #eecddf;
}
/* Using RGB */
body {
  background-color: rgb(238, 205, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(238, 205, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 49%, 87%);
}
/* Text color */
p {
  color: #eecddf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #eecddf;
}
/* Border color */
.box {
  border: 4px solid #eecddf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #eecddf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #eecddf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EECDDF
On Black Background
#EECDDF
On White Background
#EECDDF

HTML Examples of #EECDDF

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

Related Colors of #EECDDF

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