Color: #DBCFFC

#DBCFFC Color Information

#DBCFFC is a light color. The closest websafe version is #DBCFFC. A complement of this color would be #F0FCCF, perceived brightness is 0.85, and the grayscale version is #E6E6E6.

In the HSL color space, this color has a hue angle of 256°,a saturation of 88%, and a lightness of 90%.The HSV representation shows a hue of 256°, a saturation of 18%, and a value of 99%.

In a RGB color space, #DBCFFC is composed of 86% red, 81% green and 99% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 18% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 66.39, x: 0.3251, and y: 0.3134.

Color Code #DBCFFC

#DBCFFCrgb(219, 207, 252)
HEX
#DBCFFC
RGB
rgb(219, 207, 252)
HSL
hsl(256, 88%, 90%)
HSV
hsv(256, 18%, 99%)
CMYK
13%, 18%, 0%, 1%
XYZ
X: 68.85, Y: 66.39, Z: 76.57
Lab
L: 85.20, a: 10.70, b: -20.59
Name

Shades of Color #DBCFFC

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

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

#DBCFFCrgb(219, 207, 252)

About #DBCFFC Color Code

In the HSL color space, this color has a hue angle of 256°, a saturation of 88%, and a lightness of 90%. The HSV representation shows a hue of 256°, a saturation of 18%, and a value of 99%.

  • HEX: #DBCFFC
  • RGB: rgb(219, 207, 252)
  • HSL: hsl(256, 88%, 90%)
  • HSV: hsv(256, 18%, 99%)
  • CMYK: 13.00% cyan, 18.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 68.85, 66.39, 76.57
  • Yxy: 66.39, 0.3251, 0.3134
  • Hunter Lab: 85.20, 10.70, -20.59
  • CIE-Lab: 85.20, 10.70, -20.59

In the XYZ color space, this color is represented as X: 68.85, Y: 66.39, Z: 76.57. The Yxy representation further refines this as Y: 66.39, x: 0.3251, and y: 0.3134.

In the Hunter Lab color space, this color is represented as L: 85.20, a: 10.70, and b: -20.59. Similarly, in the CIE-Lab color space, it is represented as L: 85.20, a: 10.70, and b: -20.59.

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

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

Analogous Colors of #DBCFFC

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

Monochromatic Colors of #DBCFFC

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

Complementary Color of #DBCFFC

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

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

HTML Examples of #DBCFFC

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

Related Colors of #DBCFFC

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