Color: #EBDCCE

#EBDCCE Color Information

#EBDCCE is a light color. The closest websafe version is #EBDCCE. A complement of this color would be #CCDCEA, perceived brightness is 0.87, and the grayscale version is #DDDDDD.

In the HSL color space, this color has a hue angle of 29°,a saturation of 42%, and a lightness of 86%.The HSV representation shows a hue of 29°, a saturation of 12%, and a value of 92%.

In a RGB color space, #EBDCCE is composed of 92% red, 86% green and 81% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 12% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 73.53, x: 0.3661, and y: 0.3707.

Color Code #EBDCCE

#EBDCCErgb(235, 220, 206)
HEX
#EBDCCE
RGB
rgb(235, 220, 206)
HSL
hsl(29, 42%, 86%)
HSV
hsv(29, 12%, 92%)
CMYK
0%, 6%, 12%, 8%
XYZ
X: 72.62, Y: 73.53, Z: 52.19
Lab
L: 88.70, a: 3.61, b: 8.85
Name

Shades of Color #EBDCCE

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

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

#EBDCCErgb(235, 220, 206)

About #EBDCCE Color Code

In the HSL color space, this color has a hue angle of 29°, a saturation of 42%, and a lightness of 86%. The HSV representation shows a hue of 29°, a saturation of 12%, and a value of 92%.

  • HEX: #EBDCCE
  • RGB: rgb(235, 220, 206)
  • HSL: hsl(29, 42%, 86%)
  • HSV: hsv(29, 12%, 92%)
  • CMYK: 0.00% cyan, 6.00% magenta, 12.00% yellow, 8.00% black
  • XYZ: 72.62, 73.53, 52.19
  • Yxy: 73.53, 0.3661, 0.3707
  • Hunter Lab: 88.70, 3.61, 8.85
  • CIE-Lab: 88.70, 3.61, 8.85

In the XYZ color space, this color is represented as X: 72.62, Y: 73.53, Z: 52.19. The Yxy representation further refines this as Y: 73.53, x: 0.3661, and y: 0.3707.

In the Hunter Lab color space, this color is represented as L: 88.70, a: 3.61, and b: 8.85. Similarly, in the CIE-Lab color space, it is represented as L: 88.70, a: 3.61, and b: 8.85.

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

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

Analogous Colors of #EBDCCE

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

Split Complementary Colors of #EBDCCE

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

Tetradic Colors of #EBDCCE

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

Monochromatic Colors of #EBDCCE

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

Complementary Color of #EBDCCE

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

/* Using HEX */
body {
  background-color: #ebdcce;
}
/* Using RGB */
body {
  background-color: rgb(235, 220, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 220, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(29, 42%, 86%);
}
/* Text color */
p {
  color: #ebdcce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebdcce;
}
/* Border color */
.box {
  border: 4px solid #ebdcce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ebdcce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ebdcce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#EBDCCE
On Black Background
#EBDCCE
On White Background
#EBDCCE

HTML Examples of #EBDCCE

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

Related Colors of #EBDCCE

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