Color: #D6FBEF

#D6FBEF Color Information

#D6FBEF is a light color. The closest websafe version is #D6FBEF. A complement of this color would be #FBD5E1, perceived brightness is 0.94, and the grayscale version is #E8E8E8.

In the HSL color space, this color has a hue angle of 161°,a saturation of 82%, and a lightness of 91%.The HSV representation shows a hue of 161°, a saturation of 15%, and a value of 98%.

In a RGB color space, #D6FBEF is composed of 84% red, 98% green and 94% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 5% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 89.35, x: 0.3283, and y: 0.3721.

Color Code #D6FBEF

#D6FBEFrgb(214, 251, 239)
HEX
#D6FBEF
RGB
rgb(214, 251, 239)
HSL
hsl(161, 82%, 91%)
HSV
hsv(161, 15%, 98%)
CMYK
15%, 0%, 5%, 2%
XYZ
X: 78.82, Y: 89.35, Z: 71.95
Lab
L: 95.73, a: -14.07, b: 1.57
Name

Shades of Color #D6FBEF

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

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

#D6FBEFrgb(214, 251, 239)

About #D6FBEF Color Code

In the HSL color space, this color has a hue angle of 161°, a saturation of 82%, and a lightness of 91%. The HSV representation shows a hue of 161°, a saturation of 15%, and a value of 98%.

  • HEX: #D6FBEF
  • RGB: rgb(214, 251, 239)
  • HSL: hsl(161, 82%, 91%)
  • HSV: hsv(161, 15%, 98%)
  • CMYK: 15.00% cyan, 0.00% magenta, 5.00% yellow, 2.00% black
  • XYZ: 78.82, 89.35, 71.95
  • Yxy: 89.35, 0.3283, 0.3721
  • Hunter Lab: 95.73, -14.07, 1.57
  • CIE-Lab: 95.73, -14.07, 1.57

In the XYZ color space, this color is represented as X: 78.82, Y: 89.35, Z: 71.95. The Yxy representation further refines this as Y: 89.35, x: 0.3283, and y: 0.3721.

In the Hunter Lab color space, this color is represented as L: 95.73, a: -14.07, and b: 1.57. Similarly, in the CIE-Lab color space, it is represented as L: 95.73, a: -14.07, and b: 1.57.

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

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

Analogous Colors of #D6FBEF

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

Monochromatic Colors of #D6FBEF

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

Complementary Color of #D6FBEF

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

/* Using HEX */
body {
  background-color: #d6fbef;
}
/* Using RGB */
body {
  background-color: rgb(214, 251, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(214, 251, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(161, 82%, 91%);
}
/* Text color */
p {
  color: #d6fbef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d6fbef;
}
/* Border color */
.box {
  border: 4px solid #d6fbef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d6fbef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d6fbef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D6FBEF
On Black Background
#D6FBEF
On White Background
#D6FBEF

HTML Examples of #D6FBEF

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

Related Colors of #D6FBEF

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