Color: #EEDFF3

#EEDFF3 Color Information

#EEDFF3 is a light color. The closest websafe version is #EEDFF3. A complement of this color would be #E3F2DE, perceived brightness is 0.90, and the grayscale version is #E9E9E9.

In the HSL color space, this color has a hue angle of 285°,a saturation of 45%, and a lightness of 91%.The HSV representation shows a hue of 285°, a saturation of 8%, and a value of 95%.

In a RGB color space, #EEDFF3 is composed of 93% red, 87% green and 95% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 8% magenta, 0% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 77.36, x: 0.3440, and y: 0.3389.

Color Code #EEDFF3

#EEDFF3rgb(238, 223, 243)
HEX
#EEDFF3
RGB
rgb(238, 223, 243)
HSL
hsl(285, 45%, 91%)
HSV
hsv(285, 8%, 95%)
CMYK
2%, 8%, 0%, 5%
XYZ
X: 78.52, Y: 77.36, Z: 72.37
Lab
L: 90.49, a: 7.93, b: -7.84
Name

Shades of Color #EEDFF3

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

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

#EEDFF3rgb(238, 223, 243)

About #EEDFF3 Color Code

In the HSL color space, this color has a hue angle of 285°, a saturation of 45%, and a lightness of 91%. The HSV representation shows a hue of 285°, a saturation of 8%, and a value of 95%.

  • HEX: #EEDFF3
  • RGB: rgb(238, 223, 243)
  • HSL: hsl(285, 45%, 91%)
  • HSV: hsv(285, 8%, 95%)
  • CMYK: 2.00% cyan, 8.00% magenta, 0.00% yellow, 5.00% black
  • XYZ: 78.52, 77.36, 72.37
  • Yxy: 77.36, 0.3440, 0.3389
  • Hunter Lab: 90.49, 7.93, -7.84
  • CIE-Lab: 90.49, 7.93, -7.84

In the XYZ color space, this color is represented as X: 78.52, Y: 77.36, Z: 72.37. The Yxy representation further refines this as Y: 77.36, x: 0.3440, and y: 0.3389.

In the Hunter Lab color space, this color is represented as L: 90.49, a: 7.93, and b: -7.84. Similarly, in the CIE-Lab color space, it is represented as L: 90.49, a: 7.93, and b: -7.84.

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

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

Analogous Colors of #EEDFF3

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

Monochromatic Colors of #EEDFF3

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

Complementary Color of #EEDFF3

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

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

HTML Examples of #EEDFF3

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

Related Colors of #EEDFF3

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