Color: #ECFEEC

#ECFEEC Color Information

#ECFEEC is a light color. The closest websafe version is #ECFEEC. A complement of this color would be #FEECFE, perceived brightness is 0.97, and the grayscale version is #F5F5F5.

In the HSL color space, this color has a hue angle of 120°,a saturation of 90%, and a lightness of 96%.The HSV representation shows a hue of 120°, a saturation of 7%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 94.80, x: 0.3439, and y: 0.3758.

Color Code #ECFEEC

#ECFEECrgb(236, 254, 236)
HEX
#ECFEEC
RGB
rgb(236, 254, 236)
HSL
hsl(120, 90%, 96%)
HSV
hsv(120, 7%, 100%)
CMYK
7%, 0%, 7%, 0%
XYZ
X: 86.74, Y: 94.80, Z: 70.70
Lab
L: 97.95, a: -8.50, b: 6.52
Name

Shades of Color #ECFEEC

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

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

#ECFEECrgb(236, 254, 236)

About #ECFEEC Color Code

In the HSL color space, this color has a hue angle of 120°, a saturation of 90%, and a lightness of 96%. The HSV representation shows a hue of 120°, a saturation of 7%, and a value of 100%.

  • HEX: #ECFEEC
  • RGB: rgb(236, 254, 236)
  • HSL: hsl(120, 90%, 96%)
  • HSV: hsv(120, 7%, 100%)
  • CMYK: 7.00% cyan, 0.00% magenta, 7.00% yellow, 0.00% black
  • XYZ: 86.74, 94.80, 70.70
  • Yxy: 94.80, 0.3439, 0.3758
  • Hunter Lab: 97.95, -8.50, 6.52
  • CIE-Lab: 97.95, -8.50, 6.52

In the XYZ color space, this color is represented as X: 86.74, Y: 94.80, Z: 70.70. The Yxy representation further refines this as Y: 94.80, x: 0.3439, and y: 0.3758.

In the Hunter Lab color space, this color is represented as L: 97.95, a: -8.50, and b: 6.52. Similarly, in the CIE-Lab color space, it is represented as L: 97.95, a: -8.50, and b: 6.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 #ECFEEC

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

Analogous Colors of #ECFEEC

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

Split Complementary Colors of #ECFEEC

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

Tetradic Colors of #ECFEEC

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

Monochromatic Colors of #ECFEEC

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

Complementary Color of #ECFEEC

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

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

HTML Examples of #ECFEEC

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

Related Colors of #ECFEEC

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