Color: #DCCBBC

#DCCBBC Color Information

#DCCBBC is a light color. The closest websafe version is #DCCBBC. A complement of this color would be #BCCDDC, perceived brightness is 0.81, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 28°,a saturation of 31%, and a lightness of 80%.The HSV representation shows a hue of 28°, a saturation of 15%, and a value of 86%.

In a RGB color space, #DCCBBC is composed of 86% red, 80% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 15% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 61.78, x: 0.3701, and y: 0.3724.

Color Code #DCCBBC

#DCCBBCrgb(220, 203, 188)
HEX
#DCCBBC
RGB
rgb(220, 203, 188)
HSL
hsl(28, 31%, 80%)
HSV
hsv(28, 15%, 86%)
CMYK
0%, 8%, 15%, 14%
XYZ
X: 61.40, Y: 61.78, Z: 42.71
Lab
L: 82.80, a: 4.31, b: 9.76
Name

Shades of Color #DCCBBC

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

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

#DCCBBCrgb(220, 203, 188)

About #DCCBBC Color Code

In the HSL color space, this color has a hue angle of 28°, a saturation of 31%, and a lightness of 80%. The HSV representation shows a hue of 28°, a saturation of 15%, and a value of 86%.

  • HEX: #DCCBBC
  • RGB: rgb(220, 203, 188)
  • HSL: hsl(28, 31%, 80%)
  • HSV: hsv(28, 15%, 86%)
  • CMYK: 0.00% cyan, 8.00% magenta, 15.00% yellow, 14.00% black
  • XYZ: 61.40, 61.78, 42.71
  • Yxy: 61.78, 0.3701, 0.3724
  • Hunter Lab: 82.80, 4.31, 9.76
  • CIE-Lab: 82.80, 4.31, 9.76

In the XYZ color space, this color is represented as X: 61.40, Y: 61.78, Z: 42.71. The Yxy representation further refines this as Y: 61.78, x: 0.3701, and y: 0.3724.

In the Hunter Lab color space, this color is represented as L: 82.80, a: 4.31, and b: 9.76. Similarly, in the CIE-Lab color space, it is represented as L: 82.80, a: 4.31, and b: 9.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 #DCCBBC

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

Analogous Colors of #DCCBBC

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

Monochromatic Colors of #DCCBBC

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

Complementary Color of #DCCBBC

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

/* Using HEX */
body {
  background-color: #dccbbc;
}
/* Using RGB */
body {
  background-color: rgb(220, 203, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 203, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(28, 31%, 80%);
}
/* Text color */
p {
  color: #dccbbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dccbbc;
}
/* Border color */
.box {
  border: 4px solid #dccbbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dccbbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dccbbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DCCBBC
On Black Background
#DCCBBC
On White Background
#DCCBBC

HTML Examples of #DCCBBC

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

Related Colors of #DCCBBC

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