Color: #DCF4CF

#DCF4CF Color Information

#DCF4CF is a light color. The closest websafe version is #DCF4CF. A complement of this color would be #E6CDF4, perceived brightness is 0.91, and the grayscale version is #E2E2E2.

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

In a RGB color space, #DCF4CF is composed of 86% red, 96% green and 81% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 15% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 84.56, x: 0.3505, and y: 0.3954.

Color Code #DCF4CF

#DCF4CFrgb(220, 244, 207)
HEX
#DCF4CF
RGB
rgb(220, 244, 207)
HSL
hsl(99, 63%, 88%)
HSV
hsv(99, 15%, 96%)
CMYK
10%, 0%, 15%, 4%
XYZ
X: 74.97, Y: 84.56, Z: 54.34
Lab
L: 93.69, a: -13.04, b: 15.12
Name

Shades of Color #DCF4CF

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

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

#DCF4CFrgb(220, 244, 207)

About #DCF4CF Color Code

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

  • HEX: #DCF4CF
  • RGB: rgb(220, 244, 207)
  • HSL: hsl(99, 63%, 88%)
  • HSV: hsv(99, 15%, 96%)
  • CMYK: 10.00% cyan, 0.00% magenta, 15.00% yellow, 4.00% black
  • XYZ: 74.97, 84.56, 54.34
  • Yxy: 84.56, 0.3505, 0.3954
  • Hunter Lab: 93.69, -13.04, 15.12
  • CIE-Lab: 93.69, -13.04, 15.12

In the XYZ color space, this color is represented as X: 74.97, Y: 84.56, Z: 54.34. The Yxy representation further refines this as Y: 84.56, x: 0.3505, and y: 0.3954.

In the Hunter Lab color space, this color is represented as L: 93.69, a: -13.04, and b: 15.12. Similarly, in the CIE-Lab color space, it is represented as L: 93.69, a: -13.04, and b: 15.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 #DCF4CF

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

Analogous Colors of #DCF4CF

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

Split Complementary Colors of #DCF4CF

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

Tetradic Colors of #DCF4CF

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

Monochromatic Colors of #DCF4CF

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

Complementary Color of #DCF4CF

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

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

HTML Examples of #DCF4CF

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

Related Colors of #DCF4CF

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