Color: #DFAAA3

#DFAAA3 Color Information

#DFAAA3 is a light color. The closest websafe version is #DFAAA3. A complement of this color would be #A4D8DF, perceived brightness is 0.73, and the grayscale version is #C1C1C1.

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

In a RGB color space, #DFAAA3 is composed of 87% red, 67% green and 64% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 27% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 47.46, x: 0.4024, and y: 0.3610.

Color Code #DFAAA3

HEX
#DFAAA3
RGB
rgb(223, 170, 163)
HSL
hsl(7, 48%, 76%)
HSV
hsv(7, 27%, 87%)
CMYK
0%, 24%, 27%, 13%
XYZ
X: 52.90, Y: 47.46, Z: 31.09
Lab
L: 74.48, a: 19.31, b: 11.55
Name

Shades of Color #DFAAA3

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

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

About #DFAAA3 Color Code

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

  • HEX: #DFAAA3
  • RGB: rgb(223, 170, 163)
  • HSL: hsl(7, 48%, 76%)
  • HSV: hsv(7, 27%, 87%)
  • CMYK: 0.00% cyan, 24.00% magenta, 27.00% yellow, 13.00% black
  • XYZ: 52.90, 47.46, 31.09
  • Yxy: 47.46, 0.4024, 0.3610
  • Hunter Lab: 74.48, 19.31, 11.55
  • CIE-Lab: 74.48, 19.31, 11.55

In the XYZ color space, this color is represented as X: 52.90, Y: 47.46, Z: 31.09. The Yxy representation further refines this as Y: 47.46, x: 0.4024, and y: 0.3610.

In the Hunter Lab color space, this color is represented as L: 74.48, a: 19.31, and b: 11.55. Similarly, in the CIE-Lab color space, it is represented as L: 74.48, a: 19.31, and b: 11.55.

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

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

Analogous Colors of #DFAAA3

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

Monochromatic Colors of #DFAAA3

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

Complementary Color of #DFAAA3

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

/* Using HEX */
body {
  background-color: #dfaaa3;
}
/* Using RGB */
body {
  background-color: rgb(223, 170, 163);
}
/* Using RGB with opacity */
body {
  background-color: rgba(223, 170, 163, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(7, 48%, 76%);
}
/* Text color */
p {
  color: #dfaaa3;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dfaaa3;
}

HTML Examples of #DFAAA3

<!-- Using HEX -->
<div style="background-color: #dfaaa3; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(223, 170, 163); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(223, 170, 163, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(7, 48%, 76%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dfaaa3;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dfaaa3; width: 100px; height: 100px;"></div>

Related Colors of #DFAAA3

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