Color: #DBFBFE

#DBFBFE Color Information

#DBFBFE is a light color. The closest websafe version is #DBFBFE. A complement of this color would be #FEDFDC, perceived brightness is 0.95, and the grayscale version is #EDEDED.

In the HSL color space, this color has a hue angle of 185°,a saturation of 95%, and a lightness of 93%.The HSV representation shows a hue of 185°, a saturation of 14%, and a value of 100%.

In a RGB color space, #DBFBFE is composed of 86% red, 98% green and 100% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 1% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 90.93, x: 0.3233, and y: 0.3576.

Color Code #DBFBFE

#DBFBFErgb(219, 251, 254)
HEX
#DBFBFE
RGB
rgb(219, 251, 254)
HSL
hsl(185, 95%, 93%)
HSV
hsv(185, 14%, 100%)
CMYK
14%, 1%, 0%, 0%
XYZ
X: 82.22, Y: 90.93, Z: 81.14
Lab
L: 96.38, a: -10.26, b: -5.12
Name

Shades of Color #DBFBFE

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

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

#DBFBFErgb(219, 251, 254)

About #DBFBFE Color Code

In the HSL color space, this color has a hue angle of 185°, a saturation of 95%, and a lightness of 93%. The HSV representation shows a hue of 185°, a saturation of 14%, and a value of 100%.

  • HEX: #DBFBFE
  • RGB: rgb(219, 251, 254)
  • HSL: hsl(185, 95%, 93%)
  • HSV: hsv(185, 14%, 100%)
  • CMYK: 14.00% cyan, 100.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 82.22, 90.93, 81.14
  • Yxy: 90.93, 0.3233, 0.3576
  • Hunter Lab: 96.38, -10.26, -5.12
  • CIE-Lab: 96.38, -10.26, -5.12

In the XYZ color space, this color is represented as X: 82.22, Y: 90.93, Z: 81.14. The Yxy representation further refines this as Y: 90.93, x: 0.3233, and y: 0.3576.

In the Hunter Lab color space, this color is represented as L: 96.38, a: -10.26, and b: -5.12. Similarly, in the CIE-Lab color space, it is represented as L: 96.38, a: -10.26, and b: -5.12.

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

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

Analogous Colors of #DBFBFE

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

Monochromatic Colors of #DBFBFE

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

Complementary Color of #DBFBFE

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

/* Using HEX */
body {
  background-color: #dbfbfe;
}
/* Using RGB */
body {
  background-color: rgb(219, 251, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 251, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(185, 95%, 93%);
}
/* Text color */
p {
  color: #dbfbfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dbfbfe;
}
/* Border color */
.box {
  border: 4px solid #dbfbfe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dbfbfe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dbfbfe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DBFBFE
On Black Background
#DBFBFE
On White Background
#DBFBFE

HTML Examples of #DBFBFE

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

Related Colors of #DBFBFE

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