Color: #DBCCF8

#DBCCF8 Color Information

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

In the HSL color space, this color has a hue angle of 260°,a saturation of 76%, and a lightness of 89%.The HSV representation shows a hue of 260°, a saturation of 18%, and a value of 97%.

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

In the Yxy color space, this color is represented as Y: 64.74, x: 0.3277, and y: 0.3140.

Color Code #DBCCF8

#DBCCF8rgb(219, 204, 248)
HEX
#DBCCF8
RGB
rgb(219, 204, 248)
HSL
hsl(260, 76%, 89%)
HSV
hsv(260, 18%, 97%)
CMYK
12%, 18%, 0%, 3%
XYZ
X: 67.57, Y: 64.74, Z: 73.89
Lab
L: 84.35, a: 11.58, b: -19.75
Name

Shades of Color #DBCCF8

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

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

#DBCCF8rgb(219, 204, 248)

About #DBCCF8 Color Code

In the HSL color space, this color has a hue angle of 260°, a saturation of 76%, and a lightness of 89%. The HSV representation shows a hue of 260°, a saturation of 18%, and a value of 97%.

  • HEX: #DBCCF8
  • RGB: rgb(219, 204, 248)
  • HSL: hsl(260, 76%, 89%)
  • HSV: hsv(260, 18%, 97%)
  • CMYK: 12.00% cyan, 18.00% magenta, 0.00% yellow, 3.00% black
  • XYZ: 67.57, 64.74, 73.89
  • Yxy: 64.74, 0.3277, 0.3140
  • Hunter Lab: 84.35, 11.58, -19.75
  • CIE-Lab: 84.35, 11.58, -19.75

In the XYZ color space, this color is represented as X: 67.57, Y: 64.74, Z: 73.89. The Yxy representation further refines this as Y: 64.74, x: 0.3277, and y: 0.3140.

In the Hunter Lab color space, this color is represented as L: 84.35, a: 11.58, and b: -19.75. Similarly, in the CIE-Lab color space, it is represented as L: 84.35, a: 11.58, and b: -19.75.

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

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

Analogous Colors of #DBCCF8

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

Monochromatic Colors of #DBCCF8

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

Complementary Color of #DBCCF8

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

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

HTML Examples of #DBCCF8

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

Related Colors of #DBCCF8

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