Color: #DADDF3

#DADDF3 Color Information

#DADDF3 is a light color. The closest websafe version is #DADDF3. A complement of this color would be #F3EFD8, perceived brightness is 0.87, and the grayscale version is #E6E6E6.

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

In a RGB color space, #DADDF3 is composed of 85% red, 87% green and 95% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 9% magenta, 0% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 72.87, x: 0.3296, and y: 0.3372.

Color Code #DADDF3

HEX
#DADDF3
RGB
rgb(218, 221, 243)
HSL
hsl(233, 51%, 90%)
HSV
hsv(233, 10%, 95%)
CMYK
10%, 9%, 0%, 5%
XYZ
X: 71.24, Y: 72.87, Z: 72.01
Lab
L: 88.38, a: 2.08, b: -11.14
Name

Shades of Color #DADDF3

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

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

In the HSL color space, this color has a hue angle of 233°, a saturation of 51%, and a lightness of 90%. The HSV representation shows a hue of 233°, a saturation of 10%, and a value of 95%.

  • HEX: #DADDF3
  • RGB: rgb(218, 221, 243)
  • HSL: hsl(233, 51%, 90%)
  • HSV: hsv(233, 10%, 95%)
  • CMYK: 10.00% cyan, 9.00% magenta, 0.00% yellow, 5.00% black
  • XYZ: 71.24, 72.87, 72.01
  • Yxy: 72.87, 0.3296, 0.3372
  • Hunter Lab: 88.38, 2.08, -11.14
  • CIE-Lab: 88.38, 2.08, -11.14

In the XYZ color space, this color is represented as X: 71.24, Y: 72.87, Z: 72.01. The Yxy representation further refines this as Y: 72.87, x: 0.3296, and y: 0.3372.

In the Hunter Lab color space, this color is represented as L: 88.38, a: 2.08, and b: -11.14. Similarly, in the CIE-Lab color space, it is represented as L: 88.38, a: 2.08, and b: -11.14.

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

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

Analogous Colors of #DADDF3

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

Monochromatic Colors of #DADDF3

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

Complementary Color of #DADDF3

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

/* Using HEX */
body {
  background-color: #daddf3;
}
/* Using RGB */
body {
  background-color: rgb(218, 221, 243);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 221, 243, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(233, 51%, 90%);
}
/* Text color */
p {
  color: #daddf3;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #daddf3;
}

HTML Examples of #DADDF3

<!-- Using HEX -->
<div style="background-color: #daddf3; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 221, 243); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 221, 243, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(233, 51%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #daddf3;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #daddf3; width: 100px; height: 100px;"></div>

Related Colors of #DADDF3

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