Color: #DFCFDB

#DFCFDB Color Information

#DFCFDB is a light color. The closest websafe version is #DFCFDB. A complement of this color would be #CEDED2, perceived brightness is 0.84, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 315°,a saturation of 20%, and a lightness of 84%.The HSV representation shows a hue of 315°, a saturation of 7%, and a value of 87%.

In a RGB color space, #DFCFDB is composed of 87% red, 81% green and 86% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 2% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 65.44, x: 0.3502, and y: 0.3454.

Color Code #DFCFDB

#DFCFDBrgb(223, 207, 219)
HEX
#DFCFDB
RGB
rgb(223, 207, 219)
HSL
hsl(315, 20%, 84%)
HSV
hsv(315, 7%, 87%)
CMYK
0%, 7%, 2%, 13%
XYZ
X: 66.34, Y: 65.44, Z: 57.68
Lab
L: 84.71, a: 7.30, b: -3.85
Name

Shades of Color #DFCFDB

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

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

#DFCFDBrgb(223, 207, 219)

About #DFCFDB Color Code

In the HSL color space, this color has a hue angle of 315°, a saturation of 20%, and a lightness of 84%. The HSV representation shows a hue of 315°, a saturation of 7%, and a value of 87%.

  • HEX: #DFCFDB
  • RGB: rgb(223, 207, 219)
  • HSL: hsl(315, 20%, 84%)
  • HSV: hsv(315, 7%, 87%)
  • CMYK: 0.00% cyan, 7.00% magenta, 2.00% yellow, 13.00% black
  • XYZ: 66.34, 65.44, 57.68
  • Yxy: 65.44, 0.3502, 0.3454
  • Hunter Lab: 84.71, 7.30, -3.85
  • CIE-Lab: 84.71, 7.30, -3.85

In the XYZ color space, this color is represented as X: 66.34, Y: 65.44, Z: 57.68. The Yxy representation further refines this as Y: 65.44, x: 0.3502, and y: 0.3454.

In the Hunter Lab color space, this color is represented as L: 84.71, a: 7.30, and b: -3.85. Similarly, in the CIE-Lab color space, it is represented as L: 84.71, a: 7.30, and b: -3.85.

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

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

Analogous Colors of #DFCFDB

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

Monochromatic Colors of #DFCFDB

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

Complementary Color of #DFCFDB

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

/* Using HEX */
body {
  background-color: #dfcfdb;
}
/* Using RGB */
body {
  background-color: rgb(223, 207, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 207, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(315, 20%, 84%);
}
/* Text color */
p {
  color: #dfcfdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfcfdb;
}
/* Border color */
.box {
  border: 4px solid #dfcfdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dfcfdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dfcfdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DFCFDB
On Black Background
#DFCFDB
On White Background
#DFCFDB

HTML Examples of #DFCFDB

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

Related Colors of #DFCFDB

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