Color: #DADCF5

#DADCF5 Color Information

#DADCF5 is a light color. The closest websafe version is #DADCF5. A complement of this color would be #F5F3DB, perceived brightness is 0.87, and the grayscale version is #E8E8E8.

In the HSL color space, this color has a hue angle of 236°,a saturation of 57%, and a lightness of 91%.The HSV representation shows a hue of 236°, a saturation of 11%, and a value of 96%.

In a RGB color space, #DADCF5 is composed of 85% red, 86% green and 96% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 10% magenta, 0% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 72.44, x: 0.3284, and y: 0.3342.

Color Code #DADCF5

#DADCF5rgb(218, 220, 245)
HEX
#DADCF5
RGB
rgb(218, 220, 245)
HSL
hsl(236, 57%, 91%)
HSV
hsv(236, 11%, 96%)
CMYK
11%, 10%, 0%, 4%
XYZ
X: 71.20, Y: 72.44, Z: 73.14
Lab
L: 88.18, a: 2.87, b: -12.49
Name

Shades of Color #DADCF5

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

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

#DADCF5rgb(218, 220, 245)

About #DADCF5 Color Code

In the HSL color space, this color has a hue angle of 236°, a saturation of 57%, and a lightness of 91%. The HSV representation shows a hue of 236°, a saturation of 11%, and a value of 96%.

  • HEX: #DADCF5
  • RGB: rgb(218, 220, 245)
  • HSL: hsl(236, 57%, 91%)
  • HSV: hsv(236, 11%, 96%)
  • CMYK: 11.00% cyan, 10.00% magenta, 0.00% yellow, 4.00% black
  • XYZ: 71.20, 72.44, 73.14
  • Yxy: 72.44, 0.3284, 0.3342
  • Hunter Lab: 88.18, 2.87, -12.49
  • CIE-Lab: 88.18, 2.87, -12.49

In the XYZ color space, this color is represented as X: 71.20, Y: 72.44, Z: 73.14. The Yxy representation further refines this as Y: 72.44, x: 0.3284, and y: 0.3342.

In the Hunter Lab color space, this color is represented as L: 88.18, a: 2.87, and b: -12.49. Similarly, in the CIE-Lab color space, it is represented as L: 88.18, a: 2.87, and b: -12.49.

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

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

Analogous Colors of #DADCF5

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

Monochromatic Colors of #DADCF5

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

Complementary Color of #DADCF5

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

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

HTML Examples of #DADCF5

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

Related Colors of #DADCF5

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