Color: #C1DFBE

#C1DFBE Color Information

#C1DFBE is a light color. The closest websafe version is #C1DFBE. A complement of this color would be #DCBEDF, perceived brightness is 0.82, and the grayscale version is #CFCFCF.

In the HSL color space, this color has a hue angle of 115°,a saturation of 34%, and a lightness of 81%.The HSV representation shows a hue of 115°, a saturation of 15%, and a value of 87%.

In a RGB color space, #C1DFBE is composed of 76% red, 87% green and 75% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 15% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 67.89, x: 0.3440, and y: 0.3956.

Color Code #C1DFBE

#C1DFBErgb(193, 223, 190)
HEX
#C1DFBE
RGB
rgb(193, 223, 190)
HSL
hsl(115, 34%, 81%)
HSV
hsv(115, 15%, 87%)
CMYK
13%, 0%, 15%, 13%
XYZ
X: 59.04, Y: 67.89, Z: 44.68
Lab
L: 85.95, a: -14.86, b: 12.76
Name

Shades of Color #C1DFBE

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

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

#C1DFBErgb(193, 223, 190)

About #C1DFBE Color Code

In the HSL color space, this color has a hue angle of 115°, a saturation of 34%, and a lightness of 81%. The HSV representation shows a hue of 115°, a saturation of 15%, and a value of 87%.

  • HEX: #C1DFBE
  • RGB: rgb(193, 223, 190)
  • HSL: hsl(115, 34%, 81%)
  • HSV: hsv(115, 15%, 87%)
  • CMYK: 13.00% cyan, 0.00% magenta, 15.00% yellow, 13.00% black
  • XYZ: 59.04, 67.89, 44.68
  • Yxy: 67.89, 0.3440, 0.3956
  • Hunter Lab: 85.95, -14.86, 12.76
  • CIE-Lab: 85.95, -14.86, 12.76

In the XYZ color space, this color is represented as X: 59.04, Y: 67.89, Z: 44.68. The Yxy representation further refines this as Y: 67.89, x: 0.3440, and y: 0.3956.

In the Hunter Lab color space, this color is represented as L: 85.95, a: -14.86, and b: 12.76. Similarly, in the CIE-Lab color space, it is represented as L: 85.95, a: -14.86, and b: 12.76.

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

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

Analogous Colors of #C1DFBE

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

Monochromatic Colors of #C1DFBE

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

Complementary Color of #C1DFBE

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

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

HTML Examples of #C1DFBE

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

Related Colors of #C1DFBE

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