Color: #ECDCF5

#ECDCF5 Color Information

#ECDCF5 is a light color. The closest websafe version is #ECDCF5. A complement of this color would be #E5F5DB, perceived brightness is 0.89, and the grayscale version is #E9E9E9.

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

In a RGB color space, #ECDCF5 is composed of 93% red, 86% green and 96% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 10% magenta, 0% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 75.51, x: 0.3415, and y: 0.3341.

Color Code #ECDCF5

HEX
#ECDCF5
RGB
rgb(236, 220, 245)
HSL
hsl(278, 56%, 91%)
HSV
hsv(278, 10%, 96%)
CMYK
4%, 10%, 0%, 4%
XYZ
X: 77.20, Y: 75.51, Z: 73.33
Lab
L: 89.63, a: 8.99, b: -10.16
Name

Shades of Color #ECDCF5

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

Tints are created by lightening the original color #ECDCF5 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 #ECDCF5 Color Code

In the HSL color space, this color has a hue angle of 278°, a saturation of 56%, and a lightness of 91%. The HSV representation shows a hue of 278°, a saturation of 10%, and a value of 96%.

  • HEX: #ECDCF5
  • RGB: rgb(236, 220, 245)
  • HSL: hsl(278, 56%, 91%)
  • HSV: hsv(278, 10%, 96%)
  • CMYK: 4.00% cyan, 10.00% magenta, 0.00% yellow, 4.00% black
  • XYZ: 77.20, 75.51, 73.33
  • Yxy: 75.51, 0.3415, 0.3341
  • Hunter Lab: 89.63, 8.99, -10.16
  • CIE-Lab: 89.63, 8.99, -10.16

In the XYZ color space, this color is represented as X: 77.20, Y: 75.51, Z: 73.33. The Yxy representation further refines this as Y: 75.51, x: 0.3415, and y: 0.3341.

In the Hunter Lab color space, this color is represented as L: 89.63, a: 8.99, and b: -10.16. Similarly, in the CIE-Lab color space, it is represented as L: 89.63, a: 8.99, and b: -10.16.

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

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

Analogous Colors of #ECDCF5

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

Monochromatic Colors of #ECDCF5

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

Complementary Color of #ECDCF5

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

/* Using HEX */
body {
  background-color: #ecdcf5;
}
/* Using RGB */
body {
  background-color: rgb(236, 220, 245);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 220, 245, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(278, 56%, 91%);
}
/* Text color */
p {
  color: #ecdcf5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecdcf5;
}

HTML Examples of #ECDCF5

<!-- Using HEX -->
<div style="background-color: #ecdcf5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(236, 220, 245); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(236, 220, 245, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(278, 56%, 91%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ecdcf5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ecdcf5; width: 100px; height: 100px;"></div>

Related Colors of #ECDCF5

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