Color: #EBB3DB

#EBB3DB Color Information

#EBB3DB is a light color. The closest websafe version is #EBB3DB. A complement of this color would be #B2EBC2, perceived brightness is 0.79, and the grayscale version is #CFCFCF.

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

In a RGB color space, #EBB3DB is composed of 92% red, 70% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 7% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 55.09, x: 0.3642, and y: 0.3149.

Color Code #EBB3DB

HEX
#EBB3DB
RGB
rgb(235, 179, 219)
HSL
hsl(317, 58%, 81%)
HSV
hsv(317, 24%, 92%)
CMYK
0%, 24%, 7%, 8%
XYZ
X: 63.72, Y: 55.09, Z: 56.13
Lab
L: 79.10, a: 25.62, b: -11.93
Name

Shades of Color #EBB3DB

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

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

In the HSL color space, this color has a hue angle of 317°, a saturation of 58%, and a lightness of 81%. The HSV representation shows a hue of 317°, a saturation of 24%, and a value of 92%.

  • HEX: #EBB3DB
  • RGB: rgb(235, 179, 219)
  • HSL: hsl(317, 58%, 81%)
  • HSV: hsv(317, 24%, 92%)
  • CMYK: 0.00% cyan, 24.00% magenta, 7.00% yellow, 8.00% black
  • XYZ: 63.72, 55.09, 56.13
  • Yxy: 55.09, 0.3642, 0.3149
  • Hunter Lab: 79.10, 25.62, -11.93
  • CIE-Lab: 79.10, 25.62, -11.93

In the XYZ color space, this color is represented as X: 63.72, Y: 55.09, Z: 56.13. The Yxy representation further refines this as Y: 55.09, x: 0.3642, and y: 0.3149.

In the Hunter Lab color space, this color is represented as L: 79.10, a: 25.62, and b: -11.93. Similarly, in the CIE-Lab color space, it is represented as L: 79.10, a: 25.62, and b: -11.93.

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

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

Analogous Colors of #EBB3DB

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

Monochromatic Colors of #EBB3DB

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

Complementary Color of #EBB3DB

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

/* Using HEX */
body {
  background-color: #ebb3db;
}
/* Using RGB */
body {
  background-color: rgb(235, 179, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(235, 179, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(317, 58%, 81%);
}
/* Text color */
p {
  color: #ebb3db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ebb3db;
}

HTML Examples of #EBB3DB

<!-- Using HEX -->
<div style="background-color: #ebb3db; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(235, 179, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(235, 179, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(317, 58%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ebb3db;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ebb3db; width: 100px; height: 100px;"></div>

Related Colors of #EBB3DB

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