Color: #DCABCC

#DCABCC Color Information

#DCABCC is a light color. The closest websafe version is #DCABCC. A complement of this color would be #ACDCBC, perceived brightness is 0.74, and the grayscale version is #C4C4C4.

In the HSL color space, this color has a hue angle of 320°,a saturation of 41%, and a lightness of 77%.The HSV representation shows a hue of 320°, a saturation of 22%, and a value of 86%.

In a RGB color space, #DCABCC is composed of 86% red, 67% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 7% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 48.78, x: 0.3644, and y: 0.3201.

Color Code #DCABCC

#DCABCCrgb(220, 171, 204)
HEX
#DCABCC
RGB
rgb(220, 171, 204)
HSL
hsl(320, 41%, 77%)
HSV
hsv(320, 22%, 86%)
CMYK
0%, 22%, 7%, 14%
XYZ
X: 55.53, Y: 48.78, Z: 48.08
Lab
L: 75.31, a: 22.40, b: -9.60
Name

Shades of Color #DCABCC

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

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

#DCABCCrgb(220, 171, 204)

About #DCABCC Color Code

In the HSL color space, this color has a hue angle of 320°, a saturation of 41%, and a lightness of 77%. The HSV representation shows a hue of 320°, a saturation of 22%, and a value of 86%.

  • HEX: #DCABCC
  • RGB: rgb(220, 171, 204)
  • HSL: hsl(320, 41%, 77%)
  • HSV: hsv(320, 22%, 86%)
  • CMYK: 0.00% cyan, 22.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 55.53, 48.78, 48.08
  • Yxy: 48.78, 0.3644, 0.3201
  • Hunter Lab: 75.31, 22.40, -9.60
  • CIE-Lab: 75.31, 22.40, -9.60

In the XYZ color space, this color is represented as X: 55.53, Y: 48.78, Z: 48.08. The Yxy representation further refines this as Y: 48.78, x: 0.3644, and y: 0.3201.

In the Hunter Lab color space, this color is represented as L: 75.31, a: 22.40, and b: -9.60. Similarly, in the CIE-Lab color space, it is represented as L: 75.31, a: 22.40, and b: -9.60.

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

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

Analogous Colors of #DCABCC

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

Split Complementary Colors of #DCABCC

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

Tetradic Colors of #DCABCC

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

Monochromatic Colors of #DCABCC

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

Complementary Color of #DCABCC

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

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

HTML Examples of #DCABCC

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

Related Colors of #DCABCC

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