Color: #DEFACF

#DEFACF Color Information

#DEFACF is a light color. The closest websafe version is #DEFACF. A complement of this color would be #ECD1FA, perceived brightness is 0.93, and the grayscale version is #E4E4E4.

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

In a RGB color space, #DEFACF is composed of 87% red, 98% green and 81% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 0% magenta, 17% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 88.57, x: 0.3511, and y: 0.4007.

Color Code #DEFACF

#DEFACFrgb(222, 250, 207)
HEX
#DEFACF
RGB
rgb(222, 250, 207)
HSL
hsl(99, 81%, 90%)
HSV
hsv(99, 17%, 98%)
CMYK
11%, 0%, 17%, 2%
XYZ
X: 77.59, Y: 88.57, Z: 54.86
Lab
L: 95.40, a: -15.10, b: 17.51
Name

Shades of Color #DEFACF

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

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

#DEFACFrgb(222, 250, 207)

About #DEFACF Color Code

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

  • HEX: #DEFACF
  • RGB: rgb(222, 250, 207)
  • HSL: hsl(99, 81%, 90%)
  • HSV: hsv(99, 17%, 98%)
  • CMYK: 11.00% cyan, 0.00% magenta, 17.00% yellow, 2.00% black
  • XYZ: 77.59, 88.57, 54.86
  • Yxy: 88.57, 0.3511, 0.4007
  • Hunter Lab: 95.40, -15.10, 17.51
  • CIE-Lab: 95.40, -15.10, 17.51

In the XYZ color space, this color is represented as X: 77.59, Y: 88.57, Z: 54.86. The Yxy representation further refines this as Y: 88.57, x: 0.3511, and y: 0.4007.

In the Hunter Lab color space, this color is represented as L: 95.40, a: -15.10, and b: 17.51. Similarly, in the CIE-Lab color space, it is represented as L: 95.40, a: -15.10, and b: 17.51.

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

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

Analogous Colors of #DEFACF

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

Split Complementary Colors of #DEFACF

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

Tetradic Colors of #DEFACF

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

Monochromatic Colors of #DEFACF

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

Complementary Color of #DEFACF

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

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

HTML Examples of #DEFACF

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

Related Colors of #DEFACF

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