Color: #EFDAFC

#EFDAFC Color Information

#EFDAFC is a light color. The closest websafe version is #EFDAFC. A complement of this color would be #E7FCD9, perceived brightness is 0.89, and the grayscale version is #EBEBEB.

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

In a RGB color space, #EFDAFC is composed of 94% red, 85% 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: 75.37, x: 0.3394, and y: 0.3256.

Color Code #EFDAFC

#EFDAFCrgb(239, 218, 252)
HEX
#EFDAFC
RGB
rgb(239, 218, 252)
HSL
hsl(277, 85%, 92%)
HSV
hsv(277, 13%, 99%)
CMYK
5%, 13%, 0%, 1%
XYZ
X: 78.57, Y: 75.37, Z: 77.53
Lab
L: 89.56, a: 11.99, b: -13.88
Name

Shades of Color #EFDAFC

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

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

#EFDAFCrgb(239, 218, 252)

About #EFDAFC Color Code

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

  • HEX: #EFDAFC
  • RGB: rgb(239, 218, 252)
  • HSL: hsl(277, 85%, 92%)
  • HSV: hsv(277, 13%, 99%)
  • CMYK: 5.00% cyan, 13.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 78.57, 75.37, 77.53
  • Yxy: 75.37, 0.3394, 0.3256
  • Hunter Lab: 89.56, 11.99, -13.88
  • CIE-Lab: 89.56, 11.99, -13.88

In the XYZ color space, this color is represented as X: 78.57, Y: 75.37, Z: 77.53. The Yxy representation further refines this as Y: 75.37, x: 0.3394, and y: 0.3256.

In the Hunter Lab color space, this color is represented as L: 89.56, a: 11.99, and b: -13.88. Similarly, in the CIE-Lab color space, it is represented as L: 89.56, a: 11.99, and b: -13.88.

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

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

Analogous Colors of #EFDAFC

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

Monochromatic Colors of #EFDAFC

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

Complementary Color of #EFDAFC

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

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

HTML Examples of #EFDAFC

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

Related Colors of #EFDAFC

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