Color: #ECDBFF

#ECDBFF Color Information

#ECDBFF is a light color. The closest websafe version is #ECDBFF. A complement of this color would be #EEFFDB, perceived brightness is 0.89, and the grayscale version is #EDEDED.

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

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

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

Color Code #ECDBFF

#ECDBFFrgb(236, 219, 255)
HEX
#ECDBFF
RGB
rgb(236, 219, 255)
HSL
hsl(268, 100%, 93%)
HSV
hsv(268, 14%, 100%)
CMYK
7%, 14%, 0%, 0%
XYZ
X: 78.16, Y: 75.51, Z: 79.46
Lab
L: 89.63, a: 10.90, b: -15.38
Name

Shades of Color #ECDBFF

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

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

#ECDBFFrgb(236, 219, 255)

About #ECDBFF Color Code

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

  • HEX: #ECDBFF
  • RGB: rgb(236, 219, 255)
  • HSL: hsl(268, 100%, 93%)
  • HSV: hsv(268, 14%, 100%)
  • CMYK: 7.00% cyan, 14.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 78.16, 75.51, 79.46
  • Yxy: 75.51, 0.3353, 0.3239
  • Hunter Lab: 89.63, 10.90, -15.38
  • CIE-Lab: 89.63, 10.90, -15.38

In the XYZ color space, this color is represented as X: 78.16, Y: 75.51, Z: 79.46. The Yxy representation further refines this as Y: 75.51, x: 0.3353, and y: 0.3239.

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

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

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

Analogous Colors of #ECDBFF

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

Split Complementary Colors of #ECDBFF

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

Tetradic Colors of #ECDBFF

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

Monochromatic Colors of #ECDBFF

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

Complementary Color of #ECDBFF

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

/* Using HEX */
body {
  background-color: #ecdbff;
}
/* Using RGB */
body {
  background-color: rgb(236, 219, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(236, 219, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(268, 100%, 93%);
}
/* Text color */
p {
  color: #ecdbff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ecdbff;
}
/* Border color */
.box {
  border: 4px solid #ecdbff;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ecdbff;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ecdbff;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ECDBFF
On Black Background
#ECDBFF
On White Background
#ECDBFF

HTML Examples of #ECDBFF

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

Related Colors of #ECDBFF

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