Color: #DBDAF3

#DBDAF3 Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 71.46, x: 0.3305, and y: 0.3340.

Color Code #DBDAF3

#DBDAF3rgb(219, 218, 243)
HEX
#DBDAF3
RGB
rgb(219, 218, 243)
HSL
hsl(242, 51%, 90%)
HSV
hsv(242, 10%, 95%)
CMYK
10%, 10%, 0%, 5%
XYZ
X: 70.71, Y: 71.46, Z: 71.80
Lab
L: 87.71, a: 3.89, b: -12.13
Name

Shades of Color #DBDAF3

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

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

#DBDAF3rgb(219, 218, 243)

About #DBDAF3 Color Code

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

  • HEX: #DBDAF3
  • RGB: rgb(219, 218, 243)
  • HSL: hsl(242, 51%, 90%)
  • HSV: hsv(242, 10%, 95%)
  • CMYK: 10.00% cyan, 10.00% magenta, 0.00% yellow, 5.00% black
  • XYZ: 70.71, 71.46, 71.80
  • Yxy: 71.46, 0.3305, 0.3340
  • Hunter Lab: 87.71, 3.89, -12.13
  • CIE-Lab: 87.71, 3.89, -12.13

In the XYZ color space, this color is represented as X: 70.71, Y: 71.46, Z: 71.80. The Yxy representation further refines this as Y: 71.46, x: 0.3305, and y: 0.3340.

In the Hunter Lab color space, this color is represented as L: 87.71, a: 3.89, and b: -12.13. Similarly, in the CIE-Lab color space, it is represented as L: 87.71, a: 3.89, and b: -12.13.

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

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

Analogous Colors of #DBDAF3

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

Split Complementary Colors of #DBDAF3

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

Tetradic Colors of #DBDAF3

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

Monochromatic Colors of #DBDAF3

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

Complementary Color of #DBDAF3

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

/* Using HEX */
body {
  background-color: #dbdaf3;
}
/* Using RGB */
body {
  background-color: rgb(219, 218, 243);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 218, 243, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(242, 51%, 90%);
}
/* Text color */
p {
  color: #dbdaf3;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbdaf3;
}
/* Border color */
.box {
  border: 4px solid #dbdaf3;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbdaf3;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbdaf3;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBDAF3
On Black Background
#DBDAF3
On White Background
#DBDAF3

HTML Examples of #DBDAF3

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

Related Colors of #DBDAF3

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