Color: #DBCCF7

#DBCCF7 Color Information

#DBCCF7 is a light color. The closest websafe version is #DBCCF7. A complement of this color would be #E7F7CA, perceived brightness is 0.84, and the grayscale version is #E2E2E2.

In the HSL color space, this color has a hue angle of 261°,a saturation of 73%, and a lightness of 88%.The HSV representation shows a hue of 261°, a saturation of 17%, and a value of 97%.

In a RGB color space, #DBCCF7 is composed of 86% red, 80% green and 97% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 17% magenta, 0% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 64.69, x: 0.3284, and y: 0.3149.

Color Code #DBCCF7

#DBCCF7rgb(219, 204, 247)
HEX
#DBCCF7
RGB
rgb(219, 204, 247)
HSL
hsl(261, 73%, 88%)
HSV
hsv(261, 17%, 97%)
CMYK
11%, 17%, 0%, 3%
XYZ
X: 67.45, Y: 64.69, Z: 73.28
Lab
L: 84.32, a: 11.43, b: -19.26
Name

Shades of Color #DBCCF7

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

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

#DBCCF7rgb(219, 204, 247)

About #DBCCF7 Color Code

In the HSL color space, this color has a hue angle of 261°, a saturation of 73%, and a lightness of 88%. The HSV representation shows a hue of 261°, a saturation of 17%, and a value of 97%.

  • HEX: #DBCCF7
  • RGB: rgb(219, 204, 247)
  • HSL: hsl(261, 73%, 88%)
  • HSV: hsv(261, 17%, 97%)
  • CMYK: 11.00% cyan, 17.00% magenta, 0.00% yellow, 3.00% black
  • XYZ: 67.45, 64.69, 73.28
  • Yxy: 64.69, 0.3284, 0.3149
  • Hunter Lab: 84.32, 11.43, -19.26
  • CIE-Lab: 84.32, 11.43, -19.26

In the XYZ color space, this color is represented as X: 67.45, Y: 64.69, Z: 73.28. The Yxy representation further refines this as Y: 64.69, x: 0.3284, and y: 0.3149.

In the Hunter Lab color space, this color is represented as L: 84.32, a: 11.43, and b: -19.26. Similarly, in the CIE-Lab color space, it is represented as L: 84.32, a: 11.43, and b: -19.26.

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

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

Analogous Colors of #DBCCF7

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

Split Complementary Colors of #DBCCF7

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

Tetradic Colors of #DBCCF7

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

Monochromatic Colors of #DBCCF7

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

Complementary Color of #DBCCF7

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

/* Using HEX */
body {
  background-color: #dbccf7;
}
/* Using RGB */
body {
  background-color: rgb(219, 204, 247);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 204, 247, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(261, 73%, 88%);
}
/* Text color */
p {
  color: #dbccf7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbccf7;
}
/* Border color */
.box {
  border: 4px solid #dbccf7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbccf7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbccf7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBCCF7
On Black Background
#DBCCF7
On White Background
#DBCCF7

HTML Examples of #DBCCF7

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

Related Colors of #DBCCF7

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