Color: #DCC4CC

#DCC4CC Color Information

#DCC4CC is a light color. The closest websafe version is #DCC4CC. A complement of this color would be #C5DDD5, perceived brightness is 0.80, and the grayscale version is #D0D0D0.

In the HSL color space, this color has a hue angle of 340°,a saturation of 26%, and a lightness of 82%.The HSV representation shows a hue of 340°, a saturation of 11%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 59.16, x: 0.3600, and y: 0.3485.

Color Code #DCC4CC

#DCC4CCrgb(220, 196, 204)
HEX
#DCC4CC
RGB
rgb(220, 196, 204)
HSL
hsl(340, 26%, 82%)
HSV
hsv(340, 11%, 86%)
CMYK
0%, 11%, 7%, 14%
XYZ
X: 61.11, Y: 59.16, Z: 49.48
Lab
L: 81.38, a: 9.74, b: -0.76
Name

Shades of Color #DCC4CC

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

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

#DCC4CCrgb(220, 196, 204)

About #DCC4CC Color Code

In the HSL color space, this color has a hue angle of 340°, a saturation of 26%, and a lightness of 82%. The HSV representation shows a hue of 340°, a saturation of 11%, and a value of 86%.

  • HEX: #DCC4CC
  • RGB: rgb(220, 196, 204)
  • HSL: hsl(340, 26%, 82%)
  • HSV: hsv(340, 11%, 86%)
  • CMYK: 0.00% cyan, 11.00% magenta, 7.00% yellow, 14.00% black
  • XYZ: 61.11, 59.16, 49.48
  • Yxy: 59.16, 0.3600, 0.3485
  • Hunter Lab: 81.38, 9.74, -0.76
  • CIE-Lab: 81.38, 9.74, -0.76

In the XYZ color space, this color is represented as X: 61.11, Y: 59.16, Z: 49.48. The Yxy representation further refines this as Y: 59.16, x: 0.3600, and y: 0.3485.

In the Hunter Lab color space, this color is represented as L: 81.38, a: 9.74, and b: -0.76. Similarly, in the CIE-Lab color space, it is represented as L: 81.38, a: 9.74, and b: -0.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 #DCC4CC

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

Analogous Colors of #DCC4CC

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

Monochromatic Colors of #DCC4CC

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

Complementary Color of #DCC4CC

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

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

HTML Examples of #DCC4CC

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

Related Colors of #DCC4CC

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