Color: #D8CFAB

#D8CFAB Color Information

#D8CFAB is a light color. The closest websafe version is #D8CFAB. A complement of this color would be #ABB4D8, perceived brightness is 0.81, and the grayscale version is #C2C2C2.

In the HSL color space, this color has a hue angle of 48°,a saturation of 37%, and a lightness of 76%.The HSV representation shows a hue of 48°, a saturation of 21%, and a value of 85%.

In a RGB color space, #D8CFAB is composed of 85% red, 81% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 21% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 62.48, x: 0.3776, and y: 0.3945.

Color Code #D8CFAB

#D8CFABrgb(216, 207, 171)
HEX
#D8CFAB
RGB
rgb(216, 207, 171)
HSL
hsl(48, 37%, 76%)
HSV
hsv(48, 21%, 85%)
CMYK
0%, 4%, 21%, 15%
XYZ
X: 59.80, Y: 62.48, Z: 36.10
Lab
L: 83.17, a: -1.05, b: 19.15
Name

Shades of Color #D8CFAB

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

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

#D8CFABrgb(216, 207, 171)

About #D8CFAB Color Code

In the HSL color space, this color has a hue angle of 48°, a saturation of 37%, and a lightness of 76%. The HSV representation shows a hue of 48°, a saturation of 21%, and a value of 85%.

  • HEX: #D8CFAB
  • RGB: rgb(216, 207, 171)
  • HSL: hsl(48, 37%, 76%)
  • HSV: hsv(48, 21%, 85%)
  • CMYK: 0.00% cyan, 4.00% magenta, 21.00% yellow, 15.00% black
  • XYZ: 59.80, 62.48, 36.10
  • Yxy: 62.48, 0.3776, 0.3945
  • Hunter Lab: 83.17, -1.05, 19.15
  • CIE-Lab: 83.17, -1.05, 19.15

In the XYZ color space, this color is represented as X: 59.80, Y: 62.48, Z: 36.10. The Yxy representation further refines this as Y: 62.48, x: 0.3776, and y: 0.3945.

In the Hunter Lab color space, this color is represented as L: 83.17, a: -1.05, and b: 19.15. Similarly, in the CIE-Lab color space, it is represented as L: 83.17, a: -1.05, and b: 19.15.

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

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

Analogous Colors of #D8CFAB

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

Monochromatic Colors of #D8CFAB

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

Complementary Color of #D8CFAB

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

/* Using HEX */
body {
  background-color: #d8cfab;
}
/* Using RGB */
body {
  background-color: rgb(216, 207, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(216, 207, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(48, 37%, 76%);
}
/* Text color */
p {
  color: #d8cfab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d8cfab;
}
/* Border color */
.box {
  border: 4px solid #d8cfab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d8cfab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d8cfab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D8CFAB
On Black Background
#D8CFAB
On White Background
#D8CFAB

HTML Examples of #D8CFAB

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

Related Colors of #D8CFAB

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