Color: #DBBCEE

#DBBCEE Color Information

#DBBCEE is a light color. The closest websafe version is #DBBCEE. A complement of this color would be #D0EFBE, perceived brightness is 0.80, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 277°,a saturation of 60%, and a lightness of 84%.The HSV representation shows a hue of 277°, a saturation of 21%, and a value of 93%.

In a RGB color space, #DBBCEE is composed of 86% red, 74% green and 93% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 21% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 57.00, x: 0.3352, and y: 0.3058.

Color Code #DBBCEE

#DBBCEErgb(219, 188, 238)
HEX
#DBBCEE
RGB
rgb(219, 188, 238)
HSL
hsl(277, 60%, 84%)
HSV
hsv(277, 21%, 93%)
CMYK
8%, 21%, 0%, 7%
XYZ
X: 62.49, Y: 57.00, Z: 66.93
Lab
L: 80.18, a: 18.13, b: -20.69
Name

Shades of Color #DBBCEE

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

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

#DBBCEErgb(219, 188, 238)

About #DBBCEE Color Code

In the HSL color space, this color has a hue angle of 277°, a saturation of 60%, and a lightness of 84%. The HSV representation shows a hue of 277°, a saturation of 21%, and a value of 93%.

  • HEX: #DBBCEE
  • RGB: rgb(219, 188, 238)
  • HSL: hsl(277, 60%, 84%)
  • HSV: hsv(277, 21%, 93%)
  • CMYK: 8.00% cyan, 21.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 62.49, 57.00, 66.93
  • Yxy: 57.00, 0.3352, 0.3058
  • Hunter Lab: 80.18, 18.13, -20.69
  • CIE-Lab: 80.18, 18.13, -20.69

In the XYZ color space, this color is represented as X: 62.49, Y: 57.00, Z: 66.93. The Yxy representation further refines this as Y: 57.00, x: 0.3352, and y: 0.3058.

In the Hunter Lab color space, this color is represented as L: 80.18, a: 18.13, and b: -20.69. Similarly, in the CIE-Lab color space, it is represented as L: 80.18, a: 18.13, and b: -20.69.

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

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

Analogous Colors of #DBBCEE

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

Split Complementary Colors of #DBBCEE

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

Tetradic Colors of #DBBCEE

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

Monochromatic Colors of #DBBCEE

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

Complementary Color of #DBBCEE

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

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

HTML Examples of #DBBCEE

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

Related Colors of #DBBCEE

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