Color: #EEDFF8

#EEDFF8 Color Information

#EEDFF8 is a light color. The closest websafe version is #EEDFF8. A complement of this color would be #E8F8DE, perceived brightness is 0.90, and the grayscale version is #EBEBEB.

In the HSL color space, this color has a hue angle of 276°,a saturation of 64%, and a lightness of 92%.The HSV representation shows a hue of 276°, a saturation of 10%, and a value of 97%.

In a RGB color space, #EEDFF8 is composed of 93% red, 87% green and 97% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 10% magenta, 0% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 77.61, x: 0.3409, and y: 0.3343.

Color Code #EEDFF8

#EEDFF8rgb(238, 223, 248)
HEX
#EEDFF8
RGB
rgb(238, 223, 248)
HSL
hsl(276, 64%, 92%)
HSV
hsv(276, 10%, 97%)
CMYK
4%, 10%, 0%, 3%
XYZ
X: 79.13, Y: 77.61, Z: 75.40
Lab
L: 90.60, a: 8.62, b: -10.27
Name

Shades of Color #EEDFF8

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

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

#EEDFF8rgb(238, 223, 248)

About #EEDFF8 Color Code

In the HSL color space, this color has a hue angle of 276°, a saturation of 64%, and a lightness of 92%. The HSV representation shows a hue of 276°, a saturation of 10%, and a value of 97%.

  • HEX: #EEDFF8
  • RGB: rgb(238, 223, 248)
  • HSL: hsl(276, 64%, 92%)
  • HSV: hsv(276, 10%, 97%)
  • CMYK: 4.00% cyan, 10.00% magenta, 0.00% yellow, 3.00% black
  • XYZ: 79.13, 77.61, 75.40
  • Yxy: 77.61, 0.3409, 0.3343
  • Hunter Lab: 90.60, 8.62, -10.27
  • CIE-Lab: 90.60, 8.62, -10.27

In the XYZ color space, this color is represented as X: 79.13, Y: 77.61, Z: 75.40. The Yxy representation further refines this as Y: 77.61, x: 0.3409, and y: 0.3343.

In the Hunter Lab color space, this color is represented as L: 90.60, a: 8.62, and b: -10.27. Similarly, in the CIE-Lab color space, it is represented as L: 90.60, a: 8.62, and b: -10.27.

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

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

Analogous Colors of #EEDFF8

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

Split Complementary Colors of #EEDFF8

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

Tetradic Colors of #EEDFF8

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

Monochromatic Colors of #EEDFF8

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

Complementary Color of #EEDFF8

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

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

HTML Examples of #EEDFF8

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

Related Colors of #EEDFF8

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