Color: #DDCFB5

#DDCFB5 Color Information

#DDCFB5 is a light color. The closest websafe version is #DDCFB5. A complement of this color would be #B6C4DD, perceived brightness is 0.82, and the grayscale version is #C9C9C9.

In the HSL color space, this color has a hue angle of 39°,a saturation of 37%, and a lightness of 79%.The HSV representation shows a hue of 39°, a saturation of 18%, and a value of 87%.

In a RGB color space, #DDCFB5 is composed of 87% red, 81% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 18% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 63.62, x: 0.3748, and y: 0.3836.

Color Code #DDCFB5

#DDCFB5rgb(221, 207, 181)
HEX
#DDCFB5
RGB
rgb(221, 207, 181)
HSL
hsl(39, 37%, 79%)
HSV
hsv(39, 18%, 87%)
CMYK
0%, 6%, 18%, 13%
XYZ
X: 62.17, Y: 63.62, Z: 40.07
Lab
L: 83.77, a: 1.92, b: 14.82
Name

Shades of Color #DDCFB5

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

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

#DDCFB5rgb(221, 207, 181)

About #DDCFB5 Color Code

In the HSL color space, this color has a hue angle of 39°, a saturation of 37%, and a lightness of 79%. The HSV representation shows a hue of 39°, a saturation of 18%, and a value of 87%.

  • HEX: #DDCFB5
  • RGB: rgb(221, 207, 181)
  • HSL: hsl(39, 37%, 79%)
  • HSV: hsv(39, 18%, 87%)
  • CMYK: 0.00% cyan, 6.00% magenta, 18.00% yellow, 13.00% black
  • XYZ: 62.17, 63.62, 40.07
  • Yxy: 63.62, 0.3748, 0.3836
  • Hunter Lab: 83.77, 1.92, 14.82
  • CIE-Lab: 83.77, 1.92, 14.82

In the XYZ color space, this color is represented as X: 62.17, Y: 63.62, Z: 40.07. The Yxy representation further refines this as Y: 63.62, x: 0.3748, and y: 0.3836.

In the Hunter Lab color space, this color is represented as L: 83.77, a: 1.92, and b: 14.82. Similarly, in the CIE-Lab color space, it is represented as L: 83.77, a: 1.92, and b: 14.82.

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

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

Analogous Colors of #DDCFB5

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

Split Complementary Colors of #DDCFB5

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

Tetradic Colors of #DDCFB5

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

Monochromatic Colors of #DDCFB5

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

Complementary Color of #DDCFB5

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

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

HTML Examples of #DDCFB5

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

Related Colors of #DDCFB5

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