Color: #DADCBF

#DADCBF Color Information

#DADCBF is a light color. The closest websafe version is #DADCBF. A complement of this color would be #C2C0DD, perceived brightness is 0.85, and the grayscale version is #CECECE.

In the HSL color space, this color has a hue angle of 64°,a saturation of 29%, and a lightness of 81%.The HSV representation shows a hue of 64°, a saturation of 13%, and a value of 86%.

In a RGB color space, #DADCBF is composed of 85% red, 86% green and 75% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 13% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 70.06, x: 0.3628, and y: 0.3875.

Color Code #DADCBF

#DADCBFrgb(218, 220, 191)
HEX
#DADCBF
RGB
rgb(218, 220, 191)
HSL
hsl(64, 29%, 81%)
HSV
hsv(64, 13%, 86%)
CMYK
1%, 0%, 13%, 14%
XYZ
X: 65.59, Y: 70.06, Z: 45.13
Lab
L: 87.03, a: -4.36, b: 14.07
Name

Shades of Color #DADCBF

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

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

#DADCBFrgb(218, 220, 191)

About #DADCBF Color Code

In the HSL color space, this color has a hue angle of 64°, a saturation of 29%, and a lightness of 81%. The HSV representation shows a hue of 64°, a saturation of 13%, and a value of 86%.

  • HEX: #DADCBF
  • RGB: rgb(218, 220, 191)
  • HSL: hsl(64, 29%, 81%)
  • HSV: hsv(64, 13%, 86%)
  • CMYK: 100.00% cyan, 0.00% magenta, 13.00% yellow, 14.00% black
  • XYZ: 65.59, 70.06, 45.13
  • Yxy: 70.06, 0.3628, 0.3875
  • Hunter Lab: 87.03, -4.36, 14.07
  • CIE-Lab: 87.03, -4.36, 14.07

In the XYZ color space, this color is represented as X: 65.59, Y: 70.06, Z: 45.13. The Yxy representation further refines this as Y: 70.06, x: 0.3628, and y: 0.3875.

In the Hunter Lab color space, this color is represented as L: 87.03, a: -4.36, and b: 14.07. Similarly, in the CIE-Lab color space, it is represented as L: 87.03, a: -4.36, and b: 14.07.

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

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

Analogous Colors of #DADCBF

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

Split Complementary Colors of #DADCBF

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

Tetradic Colors of #DADCBF

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

Monochromatic Colors of #DADCBF

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

Complementary Color of #DADCBF

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

/* Using HEX */
body {
  background-color: #dadcbf;
}
/* Using RGB */
body {
  background-color: rgb(218, 220, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 220, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(64, 29%, 81%);
}
/* Text color */
p {
  color: #dadcbf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dadcbf;
}
/* Border color */
.box {
  border: 4px solid #dadcbf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dadcbf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dadcbf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DADCBF
On Black Background
#DADCBF
On White Background
#DADCBF

HTML Examples of #DADCBF

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

Related Colors of #DADCBF

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