Color: #CDF1BD

#CDF1BD Color Information

#CDF1BD is a light color. The closest websafe version is #CDF1BD. A complement of this color would be #E1BCF1, perceived brightness is 0.88, and the grayscale version is #D7D7D7.

In the HSL color space, this color has a hue angle of 102°,a saturation of 65%, and a lightness of 84%.The HSV representation shows a hue of 102°, a saturation of 22%, and a value of 95%.

In a RGB color space, #CDF1BD is composed of 80% red, 95% green and 74% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 22% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 79.73, x: 0.3507, and y: 0.4126.

Color Code #CDF1BD

#CDF1BDrgb(205, 241, 189)
HEX
#CDF1BD
RGB
rgb(205, 241, 189)
HSL
hsl(102, 65%, 84%)
HSV
hsv(102, 22%, 95%)
CMYK
15%, 0%, 22%, 5%
XYZ
X: 67.77, Y: 79.73, Z: 45.74
Lab
L: 91.56, a: -19.07, b: 21.17
Name

Shades of Color #CDF1BD

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

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

#CDF1BDrgb(205, 241, 189)

About #CDF1BD Color Code

In the HSL color space, this color has a hue angle of 102°, a saturation of 65%, and a lightness of 84%. The HSV representation shows a hue of 102°, a saturation of 22%, and a value of 95%.

  • HEX: #CDF1BD
  • RGB: rgb(205, 241, 189)
  • HSL: hsl(102, 65%, 84%)
  • HSV: hsv(102, 22%, 95%)
  • CMYK: 15.00% cyan, 0.00% magenta, 22.00% yellow, 5.00% black
  • XYZ: 67.77, 79.73, 45.74
  • Yxy: 79.73, 0.3507, 0.4126
  • Hunter Lab: 91.56, -19.07, 21.17
  • CIE-Lab: 91.56, -19.07, 21.17

In the XYZ color space, this color is represented as X: 67.77, Y: 79.73, Z: 45.74. The Yxy representation further refines this as Y: 79.73, x: 0.3507, and y: 0.4126.

In the Hunter Lab color space, this color is represented as L: 91.56, a: -19.07, and b: 21.17. Similarly, in the CIE-Lab color space, it is represented as L: 91.56, a: -19.07, and b: 21.17.

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

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

Analogous Colors of #CDF1BD

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

Split Complementary Colors of #CDF1BD

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

Tetradic Colors of #CDF1BD

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

Monochromatic Colors of #CDF1BD

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

Complementary Color of #CDF1BD

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

/* Using HEX */
body {
  background-color: #cdf1bd;
}
/* Using RGB */
body {
  background-color: rgb(205, 241, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 241, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(102, 65%, 84%);
}
/* Text color */
p {
  color: #cdf1bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdf1bd;
}
/* Border color */
.box {
  border: 4px solid #cdf1bd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdf1bd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdf1bd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDF1BD
On Black Background
#CDF1BD
On White Background
#CDF1BD

HTML Examples of #CDF1BD

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

Related Colors of #CDF1BD

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