Color: #EDCAEF

#EDCAEF Color Information

#EDCAEF is a light color. The closest websafe version is #EDCAEF. A complement of this color would be #CAEFC8, perceived brightness is 0.85, and the grayscale version is #DCDCDC.

In the HSL color space, this color has a hue angle of 297°,a saturation of 54%, and a lightness of 86%.The HSV representation shows a hue of 297°, a saturation of 15%, and a value of 94%.

In a RGB color space, #EDCAEF is composed of 93% red, 79% green and 94% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 15% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 66.42, x: 0.3479, and y: 0.3209.

Color Code #EDCAEF

#EDCAEFrgb(237, 202, 239)
HEX
#EDCAEF
RGB
rgb(237, 202, 239)
HSL
hsl(297, 54%, 86%)
HSV
hsv(297, 15%, 94%)
CMYK
1%, 15%, 0%, 6%
XYZ
X: 72.02, Y: 66.42, Z: 68.56
Lab
L: 85.21, a: 17.42, b: -13.52
Name

Shades of Color #EDCAEF

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

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

#EDCAEFrgb(237, 202, 239)

About #EDCAEF Color Code

In the HSL color space, this color has a hue angle of 297°, a saturation of 54%, and a lightness of 86%. The HSV representation shows a hue of 297°, a saturation of 15%, and a value of 94%.

  • HEX: #EDCAEF
  • RGB: rgb(237, 202, 239)
  • HSL: hsl(297, 54%, 86%)
  • HSV: hsv(297, 15%, 94%)
  • CMYK: 100.00% cyan, 15.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 72.02, 66.42, 68.56
  • Yxy: 66.42, 0.3479, 0.3209
  • Hunter Lab: 85.21, 17.42, -13.52
  • CIE-Lab: 85.21, 17.42, -13.52

In the XYZ color space, this color is represented as X: 72.02, Y: 66.42, Z: 68.56. The Yxy representation further refines this as Y: 66.42, x: 0.3479, and y: 0.3209.

In the Hunter Lab color space, this color is represented as L: 85.21, a: 17.42, and b: -13.52. Similarly, in the CIE-Lab color space, it is represented as L: 85.21, a: 17.42, and b: -13.52.

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

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

Analogous Colors of #EDCAEF

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

Split Complementary Colors of #EDCAEF

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

Tetradic Colors of #EDCAEF

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

Monochromatic Colors of #EDCAEF

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

Complementary Color of #EDCAEF

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

/* Using HEX */
body {
  background-color: #edcaef;
}
/* Using RGB */
body {
  background-color: rgb(237, 202, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 202, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(297, 54%, 86%);
}
/* Text color */
p {
  color: #edcaef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edcaef;
}
/* Border color */
.box {
  border: 4px solid #edcaef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #edcaef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #edcaef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EDCAEF
On Black Background
#EDCAEF
On White Background
#EDCAEF

HTML Examples of #EDCAEF

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

Related Colors of #EDCAEF

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