Color: #D68EBC

#D68EBC Color Information

#D68EBC is a light color. The closest websafe version is #D68EBC. A complement of this color would be #8FD6A9, perceived brightness is 0.66, and the grayscale version is #B2B2B2.

In the HSL color space, this color has a hue angle of 322°,a saturation of 47%, and a lightness of 70%.The HSV representation shows a hue of 322°, a saturation of 34%, and a value of 84%.

In a RGB color space, #D68EBC is composed of 84% red, 56% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 12% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 37.40, x: 0.3790, and y: 0.3021.

Color Code #D68EBC

#D68EBCrgb(214, 142, 188)
HEX
#D68EBC
RGB
rgb(214, 142, 188)
HSL
hsl(322, 47%, 70%)
HSV
hsv(322, 34%, 84%)
CMYK
0%, 34%, 12%, 16%
XYZ
X: 46.93, Y: 37.40, Z: 39.48
Lab
L: 67.58, a: 33.07, b: -12.32
Name

Shades of Color #D68EBC

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

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

#D68EBCrgb(214, 142, 188)

About #D68EBC Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 47%, and a lightness of 70%. The HSV representation shows a hue of 322°, a saturation of 34%, and a value of 84%.

  • HEX: #D68EBC
  • RGB: rgb(214, 142, 188)
  • HSL: hsl(322, 47%, 70%)
  • HSV: hsv(322, 34%, 84%)
  • CMYK: 0.00% cyan, 34.00% magenta, 12.00% yellow, 16.00% black
  • XYZ: 46.93, 37.40, 39.48
  • Yxy: 37.40, 0.3790, 0.3021
  • Hunter Lab: 67.58, 33.07, -12.32
  • CIE-Lab: 67.58, 33.07, -12.32

In the XYZ color space, this color is represented as X: 46.93, Y: 37.40, Z: 39.48. The Yxy representation further refines this as Y: 37.40, x: 0.3790, and y: 0.3021.

In the Hunter Lab color space, this color is represented as L: 67.58, a: 33.07, and b: -12.32. Similarly, in the CIE-Lab color space, it is represented as L: 67.58, a: 33.07, and b: -12.32.

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

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

Analogous Colors of #D68EBC

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

Monochromatic Colors of #D68EBC

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

Complementary Color of #D68EBC

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

/* Using HEX */
body {
  background-color: #d68ebc;
}
/* Using RGB */
body {
  background-color: rgb(214, 142, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(214, 142, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 47%, 70%);
}
/* Text color */
p {
  color: #d68ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d68ebc;
}
/* Border color */
.box {
  border: 4px solid #d68ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d68ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d68ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D68EBC
On Black Background
#D68EBC
On White Background
#D68EBC

HTML Examples of #D68EBC

<!-- Using HEX -->
<div style="background-color: #d68ebc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(214, 142, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(214, 142, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(322, 47%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d68ebc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d68ebc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d68ebc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d68ebc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d68ebc; color: #fff; padding: 16px; border-radius: 8px;">
  #D68EBC
</div>
#D68EBC
On Black Background
#D68EBC
On White Background
#D68EBC

Related Colors of #D68EBC

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