Color: #DBFCCE

#DBFCCE Color Information

#DBFCCE is a light color. The closest websafe version is #DBFCCE. A complement of this color would be #EFCFFC, perceived brightness is 0.93, and the grayscale version is #E5E5E5.

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

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

In the Yxy color space, this color is represented as Y: 89.29, x: 0.3493, and y: 0.4040.

Color Code #DBFCCE

#DBFCCErgb(219, 252, 206)
HEX
#DBFCCE
RGB
rgb(219, 252, 206)
HSL
hsl(103, 88%, 90%)
HSV
hsv(103, 18%, 99%)
CMYK
13%, 0%, 18%, 1%
XYZ
X: 77.21, Y: 89.29, Z: 54.52
Lab
L: 95.70, a: -17.17, b: 18.40
Name

Shades of Color #DBFCCE

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

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

#DBFCCErgb(219, 252, 206)

About #DBFCCE Color Code

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

  • HEX: #DBFCCE
  • RGB: rgb(219, 252, 206)
  • HSL: hsl(103, 88%, 90%)
  • HSV: hsv(103, 18%, 99%)
  • CMYK: 13.00% cyan, 0.00% magenta, 18.00% yellow, 100.00% black
  • XYZ: 77.21, 89.29, 54.52
  • Yxy: 89.29, 0.3493, 0.4040
  • Hunter Lab: 95.70, -17.17, 18.40
  • CIE-Lab: 95.70, -17.17, 18.40

In the XYZ color space, this color is represented as X: 77.21, Y: 89.29, Z: 54.52. The Yxy representation further refines this as Y: 89.29, x: 0.3493, and y: 0.4040.

In the Hunter Lab color space, this color is represented as L: 95.70, a: -17.17, and b: 18.40. Similarly, in the CIE-Lab color space, it is represented as L: 95.70, a: -17.17, and b: 18.40.

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

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

Analogous Colors of #DBFCCE

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

Split Complementary Colors of #DBFCCE

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

Tetradic Colors of #DBFCCE

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

Monochromatic Colors of #DBFCCE

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

Complementary Color of #DBFCCE

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

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

HTML Examples of #DBFCCE

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

Related Colors of #DBFCCE

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