Color: #CDFCC0

#CDFCC0 Color Information

#CDFCC0 is a light color. The closest websafe version is #CDFCC0. A complement of this color would be #EFC0FC, perceived brightness is 0.91, and the grayscale version is #DEDEDE.

In the HSL color space, this color has a hue angle of 107°,a saturation of 91%, and a lightness of 87%.The HSV representation shows a hue of 107°, a saturation of 24%, and a value of 99%.

In a RGB color space, #CDFCC0 is composed of 80% red, 99% green and 75% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 24% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 86.56, x: 0.3475, and y: 0.4199.

Color Code #CDFCC0

#CDFCC0rgb(205, 252, 192)
HEX
#CDFCC0
RGB
rgb(205, 252, 192)
HSL
hsl(107, 91%, 87%)
HSV
hsv(107, 24%, 99%)
CMYK
19%, 0%, 24%, 1%
XYZ
X: 71.65, Y: 86.56, Z: 47.95
Lab
L: 94.55, a: -23.64, b: 23.72
Name

Shades of Color #CDFCC0

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

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

#CDFCC0rgb(205, 252, 192)

About #CDFCC0 Color Code

In the HSL color space, this color has a hue angle of 107°, a saturation of 91%, and a lightness of 87%. The HSV representation shows a hue of 107°, a saturation of 24%, and a value of 99%.

  • HEX: #CDFCC0
  • RGB: rgb(205, 252, 192)
  • HSL: hsl(107, 91%, 87%)
  • HSV: hsv(107, 24%, 99%)
  • CMYK: 19.00% cyan, 0.00% magenta, 24.00% yellow, 100.00% black
  • XYZ: 71.65, 86.56, 47.95
  • Yxy: 86.56, 0.3475, 0.4199
  • Hunter Lab: 94.55, -23.64, 23.72
  • CIE-Lab: 94.55, -23.64, 23.72

In the XYZ color space, this color is represented as X: 71.65, Y: 86.56, Z: 47.95. The Yxy representation further refines this as Y: 86.56, x: 0.3475, and y: 0.4199.

In the Hunter Lab color space, this color is represented as L: 94.55, a: -23.64, and b: 23.72. Similarly, in the CIE-Lab color space, it is represented as L: 94.55, a: -23.64, and b: 23.72.

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

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

Analogous Colors of #CDFCC0

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

Monochromatic Colors of #CDFCC0

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

Complementary Color of #CDFCC0

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

/* Using HEX */
body {
  background-color: #cdfcc0;
}
/* Using RGB */
body {
  background-color: rgb(205, 252, 192);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 252, 192, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(107, 91%, 87%);
}
/* Text color */
p {
  color: #cdfcc0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdfcc0;
}
/* Border color */
.box {
  border: 4px solid #cdfcc0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdfcc0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdfcc0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDFCC0
On Black Background
#CDFCC0
On White Background
#CDFCC0

HTML Examples of #CDFCC0

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

Related Colors of #CDFCC0

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