Color: #EDCCEC

#EDCCEC Color Information

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

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

In a RGB color space, #EDCCEC is composed of 93% red, 80% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 67.21, x: 0.3498, and y: 0.3257.

Color Code #EDCCEC

#EDCCECrgb(237, 204, 236)
HEX
#EDCCEC
RGB
rgb(237, 204, 236)
HSL
hsl(302, 48%, 86%)
HSV
hsv(302, 14%, 93%)
CMYK
0%, 14%, 0%, 7%
XYZ
X: 72.18, Y: 67.21, Z: 66.95
Lab
L: 85.61, a: 16.02, b: -11.34
Name

Shades of Color #EDCCEC

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

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

#EDCCECrgb(237, 204, 236)

About #EDCCEC Color Code

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

  • HEX: #EDCCEC
  • RGB: rgb(237, 204, 236)
  • HSL: hsl(302, 48%, 86%)
  • HSV: hsv(302, 14%, 93%)
  • CMYK: 0.00% cyan, 14.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 72.18, 67.21, 66.95
  • Yxy: 67.21, 0.3498, 0.3257
  • Hunter Lab: 85.61, 16.02, -11.34
  • CIE-Lab: 85.61, 16.02, -11.34

In the XYZ color space, this color is represented as X: 72.18, Y: 67.21, Z: 66.95. The Yxy representation further refines this as Y: 67.21, x: 0.3498, and y: 0.3257.

In the Hunter Lab color space, this color is represented as L: 85.61, a: 16.02, and b: -11.34. Similarly, in the CIE-Lab color space, it is represented as L: 85.61, a: 16.02, and b: -11.34.

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

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

Analogous Colors of #EDCCEC

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

Monochromatic Colors of #EDCCEC

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

Complementary Color of #EDCCEC

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

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

HTML Examples of #EDCCEC

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

Related Colors of #EDCCEC

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