Color: #DFCDBE

#DFCDBE Color Information

#DFCDBE is a light color. The closest websafe version is #DFCDBE. A complement of this color would be #BED0DF, perceived brightness is 0.82, and the grayscale version is #CFCFCF.

In the HSL color space, this color has a hue angle of 27°,a saturation of 34%, and a lightness of 81%.The HSV representation shows a hue of 27°, a saturation of 15%, and a value of 87%.

In a RGB color space, #DFCDBE is composed of 87% red, 80% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 15% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 63.31, x: 0.3707, and y: 0.3722.

Color Code #DFCDBE

#DFCDBErgb(223, 205, 190)
HEX
#DFCDBE
RGB
rgb(223, 205, 190)
HSL
hsl(27, 34%, 81%)
HSV
hsv(27, 15%, 87%)
CMYK
0%, 8%, 15%, 13%
XYZ
X: 63.05, Y: 63.31, Z: 43.73
Lab
L: 83.60, a: 4.67, b: 9.88
Name

Shades of Color #DFCDBE

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

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

#DFCDBErgb(223, 205, 190)

About #DFCDBE Color Code

In the HSL color space, this color has a hue angle of 27°, a saturation of 34%, and a lightness of 81%. The HSV representation shows a hue of 27°, a saturation of 15%, and a value of 87%.

  • HEX: #DFCDBE
  • RGB: rgb(223, 205, 190)
  • HSL: hsl(27, 34%, 81%)
  • HSV: hsv(27, 15%, 87%)
  • CMYK: 0.00% cyan, 8.00% magenta, 15.00% yellow, 13.00% black
  • XYZ: 63.05, 63.31, 43.73
  • Yxy: 63.31, 0.3707, 0.3722
  • Hunter Lab: 83.60, 4.67, 9.88
  • CIE-Lab: 83.60, 4.67, 9.88

In the XYZ color space, this color is represented as X: 63.05, Y: 63.31, Z: 43.73. The Yxy representation further refines this as Y: 63.31, x: 0.3707, and y: 0.3722.

In the Hunter Lab color space, this color is represented as L: 83.60, a: 4.67, and b: 9.88. Similarly, in the CIE-Lab color space, it is represented as L: 83.60, a: 4.67, and b: 9.88.

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

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

Analogous Colors of #DFCDBE

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

Split Complementary Colors of #DFCDBE

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

Tetradic Colors of #DFCDBE

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

Monochromatic Colors of #DFCDBE

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

Complementary Color of #DFCDBE

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

/* Using HEX */
body {
  background-color: #dfcdbe;
}
/* Using RGB */
body {
  background-color: rgb(223, 205, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 205, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 34%, 81%);
}
/* Text color */
p {
  color: #dfcdbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfcdbe;
}
/* Border color */
.box {
  border: 4px solid #dfcdbe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dfcdbe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dfcdbe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DFCDBE
On Black Background
#DFCDBE
On White Background
#DFCDBE

HTML Examples of #DFCDBE

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

Related Colors of #DFCDBE

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