Color: #DECFA0

#DECFA0 Color Information

#DECFA0 is a light color. The closest websafe version is #DECFA0. A complement of this color would be #A1B0DE, perceived brightness is 0.81, and the grayscale version is #BFBFBF.

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

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

In the Yxy color space, this color is represented as Y: 63.11, x: 0.3899, and y: 0.4040.

Color Code #DECFA0

HEX
#DECFA0
RGB
rgb(222, 207, 160)
HSL
hsl(45, 48%, 75%)
HSV
hsv(45, 28%, 87%)
CMYK
0%, 7%, 28%, 13%
XYZ
X: 60.91, Y: 63.11, Z: 32.18
Lab
L: 83.50, a: 0.13, b: 25.43
Name

Shades of Color #DECFA0

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

Tints are created by lightening the original color #DECFA0 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 #DECFA0 Color Code

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

  • HEX: #DECFA0
  • RGB: rgb(222, 207, 160)
  • HSL: hsl(45, 48%, 75%)
  • HSV: hsv(45, 28%, 87%)
  • CMYK: 0.00% cyan, 7.00% magenta, 28.00% yellow, 13.00% black
  • XYZ: 60.91, 63.11, 32.18
  • Yxy: 63.11, 0.3899, 0.4040
  • Hunter Lab: 83.50, 0.13, 25.43
  • CIE-Lab: 83.50, 0.13, 25.43

In the XYZ color space, this color is represented as X: 60.91, Y: 63.11, Z: 32.18. The Yxy representation further refines this as Y: 63.11, x: 0.3899, and y: 0.4040.

In the Hunter Lab color space, this color is represented as L: 83.50, a: 0.13, and b: 25.43. Similarly, in the CIE-Lab color space, it is represented as L: 83.50, a: 0.13, and b: 25.43.

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

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

Analogous Colors of #DECFA0

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

Monochromatic Colors of #DECFA0

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

Complementary Color of #DECFA0

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

/* Using HEX */
body {
  background-color: #decfa0;
}
/* Using RGB */
body {
  background-color: rgb(222, 207, 160);
}
/* Using RGB with opacity */
body {
  background-color: rgba(222, 207, 160, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(45, 48%, 75%);
}
/* Text color */
p {
  color: #decfa0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #decfa0;
}

HTML Examples of #DECFA0

<!-- Using HEX -->
<div style="background-color: #decfa0; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(222, 207, 160); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(222, 207, 160, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(45, 48%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #decfa0;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #decfa0; width: 100px; height: 100px;"></div>

Related Colors of #DECFA0

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