Color: #DACEBB

#DACEBB Color Information

#DACEBB is a light color. The closest websafe version is #DACEBB. A complement of this color would be #B9C6DA, perceived brightness is 0.81, and the grayscale version is #CBCBCB.

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

In a RGB color space, #DACEBB is composed of 85% red, 81% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 14% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 62.86, x: 0.3685, and y: 0.3769.

Color Code #DACEBB

HEX
#DACEBB
RGB
rgb(218, 206, 187)
HSL
hsl(37, 30%, 79%)
HSV
hsv(37, 14%, 85%)
CMYK
0%, 6%, 14%, 15%
XYZ
X: 61.45, Y: 62.86, Z: 42.46
Lab
L: 83.37, a: 1.97, b: 11.06
Name

Shades of Color #DACEBB

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

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

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

  • HEX: #DACEBB
  • RGB: rgb(218, 206, 187)
  • HSL: hsl(37, 30%, 79%)
  • HSV: hsv(37, 14%, 85%)
  • CMYK: 0.00% cyan, 6.00% magenta, 14.00% yellow, 15.00% black
  • XYZ: 61.45, 62.86, 42.46
  • Yxy: 62.86, 0.3685, 0.3769
  • Hunter Lab: 83.37, 1.97, 11.06
  • CIE-Lab: 83.37, 1.97, 11.06

In the XYZ color space, this color is represented as X: 61.45, Y: 62.86, Z: 42.46. The Yxy representation further refines this as Y: 62.86, x: 0.3685, and y: 0.3769.

In the Hunter Lab color space, this color is represented as L: 83.37, a: 1.97, and b: 11.06. Similarly, in the CIE-Lab color space, it is represented as L: 83.37, a: 1.97, and b: 11.06.

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

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

Analogous Colors of #DACEBB

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

Monochromatic Colors of #DACEBB

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

Complementary Color of #DACEBB

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

/* Using HEX */
body {
  background-color: #dacebb;
}
/* Using RGB */
body {
  background-color: rgb(218, 206, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 206, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 30%, 79%);
}
/* Text color */
p {
  color: #dacebb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dacebb;
}

HTML Examples of #DACEBB

<!-- Using HEX -->
<div style="background-color: #dacebb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 206, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 206, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(37, 30%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dacebb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dacebb; width: 100px; height: 100px;"></div>

Related Colors of #DACEBB

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