Color: #EBCFD2

#EBCFD2 Color Information

#EBCFD2 is a light color. The closest websafe version is #EBCFD2. A complement of this color would be #D0EBE9, perceived brightness is 0.85, and the grayscale version is #DDDDDD.

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

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

In the Yxy color space, this color is represented as Y: 67.12, x: 0.3660, and y: 0.3536.

Color Code #EBCFD2

HEX
#EBCFD2
RGB
rgb(235, 207, 210)
HSL
hsl(354, 41%, 87%)
HSV
hsv(354, 12%, 92%)
CMYK
0%, 12%, 11%, 8%
XYZ
X: 69.48, Y: 67.12, Z: 53.24
Lab
L: 85.57, a: 10.47, b: 2.29
Name

Shades of Color #EBCFD2

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

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

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

  • HEX: #EBCFD2
  • RGB: rgb(235, 207, 210)
  • HSL: hsl(354, 41%, 87%)
  • HSV: hsv(354, 12%, 92%)
  • CMYK: 0.00% cyan, 12.00% magenta, 11.00% yellow, 8.00% black
  • XYZ: 69.48, 67.12, 53.24
  • Yxy: 67.12, 0.3660, 0.3536
  • Hunter Lab: 85.57, 10.47, 2.29
  • CIE-Lab: 85.57, 10.47, 2.29

In the XYZ color space, this color is represented as X: 69.48, Y: 67.12, Z: 53.24. The Yxy representation further refines this as Y: 67.12, x: 0.3660, and y: 0.3536.

In the Hunter Lab color space, this color is represented as L: 85.57, a: 10.47, and b: 2.29. Similarly, in the CIE-Lab color space, it is represented as L: 85.57, a: 10.47, and b: 2.29.

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

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

Analogous Colors of #EBCFD2

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

Monochromatic Colors of #EBCFD2

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

Complementary Color of #EBCFD2

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

/* Using HEX */
body {
  background-color: #ebcfd2;
}
/* Using RGB */
body {
  background-color: rgb(235, 207, 210);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 207, 210, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(354, 41%, 87%);
}
/* Text color */
p {
  color: #ebcfd2;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebcfd2;
}

HTML Examples of #EBCFD2

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

Related Colors of #EBCFD2

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