Color: #E9CFEE

#E9CFEE Color Information

#E9CFEE is a light color. The closest websafe version is #E9CFEE. A complement of this color would be #D3EECE, perceived brightness is 0.86, and the grayscale version is #DFDFDF.

In the HSL color space, this color has a hue angle of 290°,a saturation of 48%, and a lightness of 87%.The HSV representation shows a hue of 290°, a saturation of 100%, and a value of 100%.

In a RGB color space, #E9CFEE is composed of 91% red, 81% green and 93% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 13% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 68.04, x: 0.3450, and y: 0.3270.

Color Code #E9CFEE

HEX
#E9CFEE
RGB
rgb(233, 207, 238)
HSL
hsl(290, 48%, 87%)
HSV
hsv(290, 13%, 93%)
CMYK
2%, 13%, 0%, 7%
XYZ
X: 71.79, Y: 68.04, Z: 68.26
Lab
L: 86.03, a: 13.40, b: -11.83
Name

Shades of Color #E9CFEE

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

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

About #E9CFEE Color Code

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

  • HEX: #E9CFEE
  • RGB: rgb(233, 207, 238)
  • HSL: hsl(290, 48%, 87%)
  • HSV: hsv(290, 13%, 93%)
  • CMYK: 2.00% cyan, 13.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 71.79, 68.04, 68.26
  • Yxy: 68.04, 0.3450, 0.3270
  • Hunter Lab: 86.03, 13.40, -11.83
  • CIE-Lab: 86.03, 13.40, -11.83

In the XYZ color space, this color is represented as X: 71.79, Y: 68.04, Z: 68.26. The Yxy representation further refines this as Y: 68.04, x: 0.3450, and y: 0.3270.

In the Hunter Lab color space, this color is represented as L: 86.03, a: 13.40, and b: -11.83. Similarly, in the CIE-Lab color space, it is represented as L: 86.03, a: 13.40, and b: -11.83.

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

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

Analogous Colors of #E9CFEE

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

Monochromatic Colors of #E9CFEE

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

Complementary Color of #E9CFEE

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

/* Using HEX */
body {
  background-color: #e9cfee;
}
/* Using RGB */
body {
  background-color: rgb(233, 207, 238);
}
/* Using RGB with opacity */
body {
  background-color: rgba(233, 207, 238, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 48%, 87%);
}
/* Text color */
p {
  color: #e9cfee;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e9cfee;
}

HTML Examples of #E9CFEE

<!-- Using HEX -->
<div style="background-color: #e9cfee; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(233, 207, 238); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(233, 207, 238, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(290, 48%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e9cfee;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e9cfee; width: 100px; height: 100px;"></div>

Related Colors of #E9CFEE

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