Color: #DBAEFE

#DBAEFE Color Information

#DBAEFE is a light color. The closest websafe version is #DBAEFE. A complement of this color would be #D1FEAE, perceived brightness is 0.77, and the grayscale version is #D6D6D6.

In the HSL color space, this color has a hue angle of 274°,a saturation of 98%, and a lightness of 84%.The HSV representation shows a hue of 274°, a saturation of 31%, and a value of 100%.

In a RGB color space, #DBAEFE is composed of 86% red, 68% green and 100% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 31% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 52.11, x: 0.3241, and y: 0.2752.

Color Code #DBAEFE

#DBAEFErgb(219, 174, 254)
HEX
#DBAEFE
RGB
rgb(219, 174, 254)
HSL
hsl(274, 98%, 84%)
HSV
hsv(274, 31%, 100%)
CMYK
14%, 31%, 0%, 0%
XYZ
X: 61.37, Y: 52.11, Z: 75.88
Lab
L: 77.35, a: 27.73, b: -33.54
Name

Shades of Color #DBAEFE

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

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

#DBAEFErgb(219, 174, 254)

About #DBAEFE Color Code

In the HSL color space, this color has a hue angle of 274°, a saturation of 98%, and a lightness of 84%. The HSV representation shows a hue of 274°, a saturation of 31%, and a value of 100%.

  • HEX: #DBAEFE
  • RGB: rgb(219, 174, 254)
  • HSL: hsl(274, 98%, 84%)
  • HSV: hsv(274, 31%, 100%)
  • CMYK: 14.00% cyan, 31.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 61.37, 52.11, 75.88
  • Yxy: 52.11, 0.3241, 0.2752
  • Hunter Lab: 77.35, 27.73, -33.54
  • CIE-Lab: 77.35, 27.73, -33.54

In the XYZ color space, this color is represented as X: 61.37, Y: 52.11, Z: 75.88. The Yxy representation further refines this as Y: 52.11, x: 0.3241, and y: 0.2752.

In the Hunter Lab color space, this color is represented as L: 77.35, a: 27.73, and b: -33.54. Similarly, in the CIE-Lab color space, it is represented as L: 77.35, a: 27.73, and b: -33.54.

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

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

Analogous Colors of #DBAEFE

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

Split Complementary Colors of #DBAEFE

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

Tetradic Colors of #DBAEFE

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

Monochromatic Colors of #DBAEFE

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

Complementary Color of #DBAEFE

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

/* Using HEX */
body {
  background-color: #dbaefe;
}
/* Using RGB */
body {
  background-color: rgb(219, 174, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 174, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 98%, 84%);
}
/* Text color */
p {
  color: #dbaefe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbaefe;
}
/* Border color */
.box {
  border: 4px solid #dbaefe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbaefe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbaefe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBAEFE
On Black Background
#DBAEFE
On White Background
#DBAEFE

HTML Examples of #DBAEFE

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

Related Colors of #DBAEFE

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