Color: #EFDCFC

#EFDCFC Color Information

#EFDCFC is a light color. The closest websafe version is #EFDCFC. A complement of this color would be #EAFCDE, perceived brightness is 0.90, and the grayscale version is #ECECEC.

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

In a RGB color space, #EFDCFC is composed of 94% red, 86% green and 99% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 13% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 76.41, x: 0.3393, and y: 0.3276.

Color Code #EFDCFC

#EFDCFCrgb(239, 220, 252)
HEX
#EFDCFC
RGB
rgb(239, 220, 252)
HSL
hsl(276, 84%, 93%)
HSV
hsv(276, 13%, 99%)
CMYK
5%, 13%, 0%, 1%
XYZ
X: 79.13, Y: 76.41, Z: 77.67
Lab
L: 90.05, a: 11.00, b: -13.16
Name

Shades of Color #EFDCFC

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

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

#EFDCFCrgb(239, 220, 252)

About #EFDCFC Color Code

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

  • HEX: #EFDCFC
  • RGB: rgb(239, 220, 252)
  • HSL: hsl(276, 84%, 93%)
  • HSV: hsv(276, 13%, 99%)
  • CMYK: 5.00% cyan, 13.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 79.13, 76.41, 77.67
  • Yxy: 76.41, 0.3393, 0.3276
  • Hunter Lab: 90.05, 11.00, -13.16
  • CIE-Lab: 90.05, 11.00, -13.16

In the XYZ color space, this color is represented as X: 79.13, Y: 76.41, Z: 77.67. The Yxy representation further refines this as Y: 76.41, x: 0.3393, and y: 0.3276.

In the Hunter Lab color space, this color is represented as L: 90.05, a: 11.00, and b: -13.16. Similarly, in the CIE-Lab color space, it is represented as L: 90.05, a: 11.00, and b: -13.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 #EFDCFC

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

Analogous Colors of #EFDCFC

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

Split Complementary Colors of #EFDCFC

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

Tetradic Colors of #EFDCFC

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

Monochromatic Colors of #EFDCFC

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

Complementary Color of #EFDCFC

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

/* Using HEX */
body {
  background-color: #efdcfc;
}
/* Using RGB */
body {
  background-color: rgb(239, 220, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(239, 220, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(276, 84%, 93%);
}
/* Text color */
p {
  color: #efdcfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #efdcfc;
}
/* Border color */
.box {
  border: 4px solid #efdcfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #efdcfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #efdcfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EFDCFC
On Black Background
#EFDCFC
On White Background
#EFDCFC

HTML Examples of #EFDCFC

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

Related Colors of #EFDCFC

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