Color: #EFECE7

#EFECE7 Color Information

#EFECE7 is a light color. The closest websafe version is #EFECE7. A complement of this color would be #E7EAEF, perceived brightness is 0.93, and the grayscale version is #EBEBEB.

In the HSL color space, this color has a hue angle of 38°,a saturation of 20%, and a lightness of 92%.The HSV representation shows a hue of 38°, a saturation of 3%, and a value of 94%.

In a RGB color space, #EFECE7 is composed of 94% red, 93% green and 91% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 3% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 84.18, x: 0.3508, and y: 0.3629.

Color Code #EFECE7

#EFECE7rgb(239, 236, 231)
HEX
#EFECE7
RGB
rgb(239, 236, 231)
HSL
hsl(38, 20%, 92%)
HSV
hsv(38, 3%, 94%)
CMYK
0%, 1%, 3%, 6%
XYZ
X: 81.37, Y: 84.18, Z: 66.42
Lab
L: 93.53, a: 0.39, b: 2.80
Name

Shades of Color #EFECE7

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

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

#EFECE7rgb(239, 236, 231)

About #EFECE7 Color Code

In the HSL color space, this color has a hue angle of 38°, a saturation of 20%, and a lightness of 92%. The HSV representation shows a hue of 38°, a saturation of 3%, and a value of 94%.

  • HEX: #EFECE7
  • RGB: rgb(239, 236, 231)
  • HSL: hsl(38, 20%, 92%)
  • HSV: hsv(38, 3%, 94%)
  • CMYK: 0.00% cyan, 100.00% magenta, 3.00% yellow, 6.00% black
  • XYZ: 81.37, 84.18, 66.42
  • Yxy: 84.18, 0.3508, 0.3629
  • Hunter Lab: 93.53, 0.39, 2.80
  • CIE-Lab: 93.53, 0.39, 2.80

In the XYZ color space, this color is represented as X: 81.37, Y: 84.18, Z: 66.42. The Yxy representation further refines this as Y: 84.18, x: 0.3508, and y: 0.3629.

In the Hunter Lab color space, this color is represented as L: 93.53, a: 0.39, and b: 2.80. Similarly, in the CIE-Lab color space, it is represented as L: 93.53, a: 0.39, and b: 2.80.

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

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

Analogous Colors of #EFECE7

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

Split Complementary Colors of #EFECE7

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

Tetradic Colors of #EFECE7

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

Monochromatic Colors of #EFECE7

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

Complementary Color of #EFECE7

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

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

HTML Examples of #EFECE7

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

Related Colors of #EFECE7

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