Color: #EDFBDB

#EDFBDB Color Information

#EDFBDB is a light color. The closest websafe version is #EDFBDB. A complement of this color would be #E8DAFB, perceived brightness is 0.95, and the grayscale version is #EBEBEB.

In the HSL color space, this color has a hue angle of 86°,a saturation of 80%, and a lightness of 92%.The HSV representation shows a hue of 86°, a saturation of 13%, and a value of 98%.

In a RGB color space, #EDFBDB is composed of 93% red, 98% green and 86% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 13% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 92.29, x: 0.3544, and y: 0.3884.

Color Code #EDFBDB

#EDFBDBrgb(237, 251, 219)
HEX
#EDFBDB
RGB
rgb(237, 251, 219)
HSL
hsl(86, 80%, 92%)
HSV
hsv(86, 13%, 98%)
CMYK
6%, 0%, 13%, 2%
XYZ
X: 84.21, Y: 92.29, Z: 61.14
Lab
L: 96.94, a: -8.88, b: 13.75
Name

Shades of Color #EDFBDB

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

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

#EDFBDBrgb(237, 251, 219)

About #EDFBDB Color Code

In the HSL color space, this color has a hue angle of 86°, a saturation of 80%, and a lightness of 92%. The HSV representation shows a hue of 86°, a saturation of 13%, and a value of 98%.

  • HEX: #EDFBDB
  • RGB: rgb(237, 251, 219)
  • HSL: hsl(86, 80%, 92%)
  • HSV: hsv(86, 13%, 98%)
  • CMYK: 6.00% cyan, 0.00% magenta, 13.00% yellow, 2.00% black
  • XYZ: 84.21, 92.29, 61.14
  • Yxy: 92.29, 0.3544, 0.3884
  • Hunter Lab: 96.94, -8.88, 13.75
  • CIE-Lab: 96.94, -8.88, 13.75

In the XYZ color space, this color is represented as X: 84.21, Y: 92.29, Z: 61.14. The Yxy representation further refines this as Y: 92.29, x: 0.3544, and y: 0.3884.

In the Hunter Lab color space, this color is represented as L: 96.94, a: -8.88, and b: 13.75. Similarly, in the CIE-Lab color space, it is represented as L: 96.94, a: -8.88, and b: 13.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 #EDFBDB

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

Analogous Colors of #EDFBDB

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

Monochromatic Colors of #EDFBDB

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

Complementary Color of #EDFBDB

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

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

HTML Examples of #EDFBDB

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

Related Colors of #EDFBDB

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