Color: #EFCFDA

#EFCFDA Color Information

#EFCFDA is a light color. The closest websafe version is #EFCFDA. A complement of this color would be #CDEEE3, perceived brightness is 0.85, and the grayscale version is #DFDFDF.

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

In a RGB color space, #EFCFDA is composed of 94% red, 81% green and 85% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 9% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 68.19, x: 0.3636, and y: 0.3458.

Color Code #EFCFDA

HEX
#EFCFDA
RGB
rgb(239, 207, 218)
HSL
hsl(339, 50%, 87%)
HSV
hsv(339, 13%, 94%)
CMYK
0%, 13%, 9%, 6%
XYZ
X: 71.70, Y: 68.19, Z: 57.33
Lab
L: 86.10, a: 12.90, b: -1.10
Name

Shades of Color #EFCFDA

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

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

In the HSL color space, this color has a hue angle of 339°, a saturation of 50%, and a lightness of 87%. The HSV representation shows a hue of 339°, a saturation of 13%, and a value of 94%.

  • HEX: #EFCFDA
  • RGB: rgb(239, 207, 218)
  • HSL: hsl(339, 50%, 87%)
  • HSV: hsv(339, 13%, 94%)
  • CMYK: 0.00% cyan, 13.00% magenta, 9.00% yellow, 6.00% black
  • XYZ: 71.70, 68.19, 57.33
  • Yxy: 68.19, 0.3636, 0.3458
  • Hunter Lab: 86.10, 12.90, -1.10
  • CIE-Lab: 86.10, 12.90, -1.10

In the XYZ color space, this color is represented as X: 71.70, Y: 68.19, Z: 57.33. The Yxy representation further refines this as Y: 68.19, x: 0.3636, and y: 0.3458.

In the Hunter Lab color space, this color is represented as L: 86.10, a: 12.90, and b: -1.10. Similarly, in the CIE-Lab color space, it is represented as L: 86.10, a: 12.90, and b: -1.10.

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

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

Analogous Colors of #EFCFDA

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

Monochromatic Colors of #EFCFDA

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

Complementary Color of #EFCFDA

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

/* Using HEX */
body {
  background-color: #efcfda;
}
/* Using RGB */
body {
  background-color: rgb(239, 207, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 207, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(339, 50%, 87%);
}
/* Text color */
p {
  color: #efcfda;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #efcfda;
}

HTML Examples of #EFCFDA

<!-- Using HEX -->
<div style="background-color: #efcfda; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(239, 207, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(239, 207, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(339, 50%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #efcfda;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #efcfda; width: 100px; height: 100px;"></div>

Related Colors of #EFCFDA

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