Color: #CDF1BB

#CDF1BB Color Information

#CDF1BB is a light color. The closest websafe version is #CDF1BB. A complement of this color would be #DFBBF1, perceived brightness is 0.88, and the grayscale version is #D6D6D6.

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

In a RGB color space, #CDF1BB is composed of 80% red, 95% green and 73% 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.65, x: 0.3518, and y: 0.4146.

Color Code #CDF1BB

#CDF1BBrgb(205, 241, 187)
HEX
#CDF1BB
RGB
rgb(205, 241, 187)
HSL
hsl(100, 66%, 84%)
HSV
hsv(100, 22%, 95%)
CMYK
15%, 0%, 22%, 5%
XYZ
X: 67.60, Y: 79.65, Z: 44.88
Lab
L: 91.53, a: -19.30, b: 22.14
Name

Shades of Color #CDF1BB

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

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

#CDF1BBrgb(205, 241, 187)

About #CDF1BB Color Code

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

  • HEX: #CDF1BB
  • RGB: rgb(205, 241, 187)
  • HSL: hsl(100, 66%, 84%)
  • HSV: hsv(100, 22%, 95%)
  • CMYK: 15.00% cyan, 0.00% magenta, 22.00% yellow, 5.00% black
  • XYZ: 67.60, 79.65, 44.88
  • Yxy: 79.65, 0.3518, 0.4146
  • Hunter Lab: 91.53, -19.30, 22.14
  • CIE-Lab: 91.53, -19.30, 22.14

In the XYZ color space, this color is represented as X: 67.60, Y: 79.65, Z: 44.88. The Yxy representation further refines this as Y: 79.65, x: 0.3518, and y: 0.4146.

In the Hunter Lab color space, this color is represented as L: 91.53, a: -19.30, and b: 22.14. Similarly, in the CIE-Lab color space, it is represented as L: 91.53, a: -19.30, and b: 22.14.

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

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

Analogous Colors of #CDF1BB

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

Monochromatic Colors of #CDF1BB

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

Complementary Color of #CDF1BB

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

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

HTML Examples of #CDF1BB

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

Related Colors of #CDF1BB

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