Color: #E5CEEC

#E5CEEC Color Information

#E5CEEC is a light color. The closest websafe version is #E5CEEC. A complement of this color would be #D6ECCF, perceived brightness is 0.85, and the grayscale version is #DDDDDD.

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

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

In the Yxy color space, this color is represented as Y: 66.76, x: 0.3434, and y: 0.3278.

Color Code #E5CEEC

#E5CEECrgb(229, 206, 236)
HEX
#E5CEEC
RGB
rgb(229, 206, 236)
HSL
hsl(286, 44%, 87%)
HSV
hsv(286, 13%, 93%)
CMYK
3%, 13%, 0%, 7%
XYZ
X: 69.94, Y: 66.76, Z: 66.99
Lab
L: 85.39, a: 12.24, b: -11.77
Name

Shades of Color #E5CEEC

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

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

#E5CEECrgb(229, 206, 236)

About #E5CEEC Color Code

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

  • HEX: #E5CEEC
  • RGB: rgb(229, 206, 236)
  • HSL: hsl(286, 44%, 87%)
  • HSV: hsv(286, 13%, 93%)
  • CMYK: 3.00% cyan, 13.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 69.94, 66.76, 66.99
  • Yxy: 66.76, 0.3434, 0.3278
  • Hunter Lab: 85.39, 12.24, -11.77
  • CIE-Lab: 85.39, 12.24, -11.77

In the XYZ color space, this color is represented as X: 69.94, Y: 66.76, Z: 66.99. The Yxy representation further refines this as Y: 66.76, x: 0.3434, and y: 0.3278.

In the Hunter Lab color space, this color is represented as L: 85.39, a: 12.24, and b: -11.77. Similarly, in the CIE-Lab color space, it is represented as L: 85.39, a: 12.24, and b: -11.77.

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

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

Analogous Colors of #E5CEEC

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

Split Complementary Colors of #E5CEEC

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

Tetradic Colors of #E5CEEC

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

Monochromatic Colors of #E5CEEC

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

Complementary Color of #E5CEEC

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

/* Using HEX */
body {
  background-color: #e5ceec;
}
/* Using RGB */
body {
  background-color: rgb(229, 206, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(229, 206, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 44%, 87%);
}
/* Text color */
p {
  color: #e5ceec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e5ceec;
}
/* Border color */
.box {
  border: 4px solid #e5ceec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e5ceec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e5ceec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E5CEEC
On Black Background
#E5CEEC
On White Background
#E5CEEC

HTML Examples of #E5CEEC

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

Related Colors of #E5CEEC

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