Color: #ECCEFB

#ECCEFB Color Information

#ECCEFB is a light color. The closest websafe version is #ECCEFB. A complement of this color would be #DEFBD0, perceived brightness is 0.86, and the grayscale version is #E4E4E4.

In the HSL color space, this color has a hue angle of 280°,a saturation of 85%, and a lightness of 90%.The HSV representation shows a hue of 280°, a saturation of 18%, and a value of 98%.

In a RGB color space, #ECCEFB is composed of 93% red, 81% green and 98% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 18% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 68.76, x: 0.3386, and y: 0.3140.

Color Code #ECCEFB

#ECCEFBrgb(236, 206, 251)
HEX
#ECCEFB
RGB
rgb(236, 206, 251)
HSL
hsl(280, 85%, 90%)
HSV
hsv(280, 18%, 98%)
CMYK
6%, 18%, 0%, 2%
XYZ
X: 74.15, Y: 68.76, Z: 76.06
Lab
L: 86.38, a: 16.77, b: -18.11
Name

Shades of Color #ECCEFB

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

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

#ECCEFBrgb(236, 206, 251)

About #ECCEFB Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 85%, and a lightness of 90%. The HSV representation shows a hue of 280°, a saturation of 18%, and a value of 98%.

  • HEX: #ECCEFB
  • RGB: rgb(236, 206, 251)
  • HSL: hsl(280, 85%, 90%)
  • HSV: hsv(280, 18%, 98%)
  • CMYK: 6.00% cyan, 18.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 74.15, 68.76, 76.06
  • Yxy: 68.76, 0.3386, 0.3140
  • Hunter Lab: 86.38, 16.77, -18.11
  • CIE-Lab: 86.38, 16.77, -18.11

In the XYZ color space, this color is represented as X: 74.15, Y: 68.76, Z: 76.06. The Yxy representation further refines this as Y: 68.76, x: 0.3386, and y: 0.3140.

In the Hunter Lab color space, this color is represented as L: 86.38, a: 16.77, and b: -18.11. Similarly, in the CIE-Lab color space, it is represented as L: 86.38, a: 16.77, and b: -18.11.

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

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

Analogous Colors of #ECCEFB

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

Monochromatic Colors of #ECCEFB

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

Complementary Color of #ECCEFB

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

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

HTML Examples of #ECCEFB

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

Related Colors of #ECCEFB

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