Color: #DFACCC

#DFACCC Color Information

#DFACCC is a light color. The closest websafe version is #DFACCC. A complement of this color would be #ABDEBD, perceived brightness is 0.75, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 322°,a saturation of 44%, and a lightness of 77%.The HSV representation shows a hue of 322°, a saturation of 23%, and a value of 87%.

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

In the Yxy color space, this color is represented as Y: 49.65, x: 0.3670, and y: 0.3213.

Color Code #DFACCC

#DFACCCrgb(223, 172, 204)
HEX
#DFACCC
RGB
rgb(223, 172, 204)
HSL
hsl(322, 44%, 77%)
HSV
hsv(322, 23%, 87%)
CMYK
0%, 23%, 9%, 13%
XYZ
X: 56.70, Y: 49.65, Z: 48.16
Lab
L: 75.86, a: 22.97, b: -8.76
Name

Shades of Color #DFACCC

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

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

#DFACCCrgb(223, 172, 204)

About #DFACCC Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 44%, and a lightness of 77%. The HSV representation shows a hue of 322°, a saturation of 23%, and a value of 87%.

  • HEX: #DFACCC
  • RGB: rgb(223, 172, 204)
  • HSL: hsl(322, 44%, 77%)
  • HSV: hsv(322, 23%, 87%)
  • CMYK: 0.00% cyan, 23.00% magenta, 9.00% yellow, 13.00% black
  • XYZ: 56.70, 49.65, 48.16
  • Yxy: 49.65, 0.3670, 0.3213
  • Hunter Lab: 75.86, 22.97, -8.76
  • CIE-Lab: 75.86, 22.97, -8.76

In the XYZ color space, this color is represented as X: 56.70, Y: 49.65, Z: 48.16. The Yxy representation further refines this as Y: 49.65, x: 0.3670, and y: 0.3213.

In the Hunter Lab color space, this color is represented as L: 75.86, a: 22.97, and b: -8.76. Similarly, in the CIE-Lab color space, it is represented as L: 75.86, a: 22.97, and b: -8.76.

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

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

Analogous Colors of #DFACCC

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

Split Complementary Colors of #DFACCC

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

Tetradic Colors of #DFACCC

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

Monochromatic Colors of #DFACCC

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

Complementary Color of #DFACCC

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

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

HTML Examples of #DFACCC

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

Related Colors of #DFACCC

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