Color: #DF9ECC

#DF9ECC Color Information

#DF9ECC is a light color. The closest websafe version is #DF9ECC. A complement of this color would be #9FDFB3, perceived brightness is 0.72, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 318°,a saturation of 50%, and a lightness of 75%.The HSV representation shows a hue of 318°, a saturation of 29%, and a value of 87%.

In a RGB color space, #DF9ECC is composed of 87% red, 62% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 9% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 44.59, x: 0.3696, and y: 0.3053.

Color Code #DF9ECC

#DF9ECCrgb(223, 158, 204)
HEX
#DF9ECC
RGB
rgb(223, 158, 204)
HSL
hsl(318, 50%, 75%)
HSV
hsv(318, 29%, 87%)
CMYK
0%, 29%, 9%, 13%
XYZ
X: 53.98, Y: 44.59, Z: 47.47
Lab
L: 72.62, a: 30.11, b: -13.54
Name

Shades of Color #DF9ECC

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

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

#DF9ECCrgb(223, 158, 204)

About #DF9ECC Color Code

In the HSL color space, this color has a hue angle of 318°, a saturation of 50%, and a lightness of 75%. The HSV representation shows a hue of 318°, a saturation of 29%, and a value of 87%.

  • HEX: #DF9ECC
  • RGB: rgb(223, 158, 204)
  • HSL: hsl(318, 50%, 75%)
  • HSV: hsv(318, 29%, 87%)
  • CMYK: 0.00% cyan, 29.00% magenta, 9.00% yellow, 13.00% black
  • XYZ: 53.98, 44.59, 47.47
  • Yxy: 44.59, 0.3696, 0.3053
  • Hunter Lab: 72.62, 30.11, -13.54
  • CIE-Lab: 72.62, 30.11, -13.54

In the XYZ color space, this color is represented as X: 53.98, Y: 44.59, Z: 47.47. The Yxy representation further refines this as Y: 44.59, x: 0.3696, and y: 0.3053.

In the Hunter Lab color space, this color is represented as L: 72.62, a: 30.11, and b: -13.54. Similarly, in the CIE-Lab color space, it is represented as L: 72.62, a: 30.11, and b: -13.54.

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

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

Analogous Colors of #DF9ECC

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

Monochromatic Colors of #DF9ECC

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

Complementary Color of #DF9ECC

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

/* Using HEX */
body {
  background-color: #df9ecc;
}
/* Using RGB */
body {
  background-color: rgb(223, 158, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 158, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(318, 50%, 75%);
}
/* Text color */
p {
  color: #df9ecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #df9ecc;
}
/* Border color */
.box {
  border: 4px solid #df9ecc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #df9ecc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #df9ecc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DF9ECC
On Black Background
#DF9ECC
On White Background
#DF9ECC

HTML Examples of #DF9ECC

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

Related Colors of #DF9ECC

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