Color: #DBDEF1

#DBDEF1 Color Information

#DBDEF1 is a light color. The closest websafe version is #DBDEF1. A complement of this color would be #F1EEDA, perceived brightness is 0.88, and the grayscale version is #E6E6E6.

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

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

In the Yxy color space, this color is represented as Y: 73.46, x: 0.3315, and y: 0.3402.

Color Code #DBDEF1

HEX
#DBDEF1
RGB
rgb(219, 222, 241)
HSL
hsl(232, 44%, 90%)
HSV
hsv(232, 9%, 95%)
CMYK
9%, 8%, 0%, 5%
XYZ
X: 71.60, Y: 73.46, Z: 70.90
Lab
L: 88.67, a: 1.64, b: -9.67
Name

Shades of Color #DBDEF1

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

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

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

  • HEX: #DBDEF1
  • RGB: rgb(219, 222, 241)
  • HSL: hsl(232, 44%, 90%)
  • HSV: hsv(232, 9%, 95%)
  • CMYK: 9.00% cyan, 8.00% magenta, 0.00% yellow, 5.00% black
  • XYZ: 71.60, 73.46, 70.90
  • Yxy: 73.46, 0.3315, 0.3402
  • Hunter Lab: 88.67, 1.64, -9.67
  • CIE-Lab: 88.67, 1.64, -9.67

In the XYZ color space, this color is represented as X: 71.60, Y: 73.46, Z: 70.90. The Yxy representation further refines this as Y: 73.46, x: 0.3315, and y: 0.3402.

In the Hunter Lab color space, this color is represented as L: 88.67, a: 1.64, and b: -9.67. Similarly, in the CIE-Lab color space, it is represented as L: 88.67, a: 1.64, and b: -9.67.

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

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

Analogous Colors of #DBDEF1

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

Monochromatic Colors of #DBDEF1

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

Complementary Color of #DBDEF1

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

/* Using HEX */
body {
  background-color: #dbdef1;
}
/* Using RGB */
body {
  background-color: rgb(219, 222, 241);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 222, 241, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(232, 44%, 90%);
}
/* Text color */
p {
  color: #dbdef1;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbdef1;
}

HTML Examples of #DBDEF1

<!-- Using HEX -->
<div style="background-color: #dbdef1; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(219, 222, 241); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(219, 222, 241, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(232, 44%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #dbdef1;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #dbdef1; width: 100px; height: 100px;"></div>

Related Colors of #DBDEF1

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