Color: #E9DEFC

#E9DEFC Color Information

#E9DEFC is a light color. The closest websafe version is #E9DEFC. A complement of this color would be #F1FCDE, perceived brightness is 0.90, and the grayscale version is #EDEDED.

In the HSL color space, this color has a hue angle of 262°,a saturation of 83%, and a lightness of 93%.The HSV representation shows a hue of 262°, a saturation of 12%, and a value of 99%.

In a RGB color space, #E9DEFC is composed of 91% red, 87% green and 99% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 12% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 76.40, x: 0.3348, and y: 0.3297.

Color Code #E9DEFC

#E9DEFCrgb(233, 222, 252)
HEX
#E9DEFC
RGB
rgb(233, 222, 252)
HSL
hsl(262, 83%, 93%)
HSV
hsv(262, 12%, 99%)
CMYK
8%, 12%, 0%, 1%
XYZ
X: 77.59, Y: 76.40, Z: 77.75
Lab
L: 90.04, a: 7.98, b: -13.24
Name

Shades of Color #E9DEFC

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

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

#E9DEFCrgb(233, 222, 252)

About #E9DEFC Color Code

In the HSL color space, this color has a hue angle of 262°, a saturation of 83%, and a lightness of 93%. The HSV representation shows a hue of 262°, a saturation of 12%, and a value of 99%.

  • HEX: #E9DEFC
  • RGB: rgb(233, 222, 252)
  • HSL: hsl(262, 83%, 93%)
  • HSV: hsv(262, 12%, 99%)
  • CMYK: 8.00% cyan, 12.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 77.59, 76.40, 77.75
  • Yxy: 76.40, 0.3348, 0.3297
  • Hunter Lab: 90.04, 7.98, -13.24
  • CIE-Lab: 90.04, 7.98, -13.24

In the XYZ color space, this color is represented as X: 77.59, Y: 76.40, Z: 77.75. The Yxy representation further refines this as Y: 76.40, x: 0.3348, and y: 0.3297.

In the Hunter Lab color space, this color is represented as L: 90.04, a: 7.98, and b: -13.24. Similarly, in the CIE-Lab color space, it is represented as L: 90.04, a: 7.98, and b: -13.24.

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

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

Analogous Colors of #E9DEFC

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

Monochromatic Colors of #E9DEFC

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

Complementary Color of #E9DEFC

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

/* Using HEX */
body {
  background-color: #e9defc;
}
/* Using RGB */
body {
  background-color: rgb(233, 222, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(233, 222, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(262, 83%, 93%);
}
/* Text color */
p {
  color: #e9defc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e9defc;
}
/* Border color */
.box {
  border: 4px solid #e9defc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e9defc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e9defc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E9DEFC
On Black Background
#E9DEFC
On White Background
#E9DEFC

HTML Examples of #E9DEFC

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

Related Colors of #E9DEFC

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