Color: #DF8EDC

#DF8EDC Color Information

#DF8EDC is a light color. The closest websafe version is #DF8EDC. A complement of this color would be #90E092, perceived brightness is 0.69, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 302°,a saturation of 56%, and a lightness of 72%.The HSV representation shows a hue of 302°, a saturation of 36%, and a value of 87%.

In a RGB color space, #DF8EDC is composed of 87% red, 56% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 36% magenta, 1% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 40.15, x: 0.3576, and y: 0.2717.

Color Code #DF8EDC

#DF8EDCrgb(223, 142, 220)
HEX
#DF8EDC
RGB
rgb(223, 142, 220)
HSL
hsl(302, 56%, 72%)
HSV
hsv(302, 36%, 87%)
CMYK
0%, 36%, 1%, 13%
XYZ
X: 52.83, Y: 40.15, Z: 54.77
Lab
L: 69.58, a: 40.29, b: -26.91
Name

Shades of Color #DF8EDC

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

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

#DF8EDCrgb(223, 142, 220)

About #DF8EDC Color Code

In the HSL color space, this color has a hue angle of 302°, a saturation of 56%, and a lightness of 72%. The HSV representation shows a hue of 302°, a saturation of 36%, and a value of 87%.

  • HEX: #DF8EDC
  • RGB: rgb(223, 142, 220)
  • HSL: hsl(302, 56%, 72%)
  • HSV: hsv(302, 36%, 87%)
  • CMYK: 0.00% cyan, 36.00% magenta, 100.00% yellow, 13.00% black
  • XYZ: 52.83, 40.15, 54.77
  • Yxy: 40.15, 0.3576, 0.2717
  • Hunter Lab: 69.58, 40.29, -26.91
  • CIE-Lab: 69.58, 40.29, -26.91

In the XYZ color space, this color is represented as X: 52.83, Y: 40.15, Z: 54.77. The Yxy representation further refines this as Y: 40.15, x: 0.3576, and y: 0.2717.

In the Hunter Lab color space, this color is represented as L: 69.58, a: 40.29, and b: -26.91. Similarly, in the CIE-Lab color space, it is represented as L: 69.58, a: 40.29, and b: -26.91.

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

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

Analogous Colors of #DF8EDC

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

Split Complementary Colors of #DF8EDC

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

Tetradic Colors of #DF8EDC

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

Monochromatic Colors of #DF8EDC

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

Complementary Color of #DF8EDC

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

/* Using HEX */
body {
  background-color: #df8edc;
}
/* Using RGB */
body {
  background-color: rgb(223, 142, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 142, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(302, 56%, 72%);
}
/* Text color */
p {
  color: #df8edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df8edc;
}
/* Border color */
.box {
  border: 4px solid #df8edc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #df8edc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #df8edc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DF8EDC
On Black Background
#DF8EDC
On White Background
#DF8EDC

HTML Examples of #DF8EDC

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

Related Colors of #DF8EDC

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