Color: #CDFCC4

#CDFCC4 Color Information

#CDFCC4 is a light color. The closest websafe version is #CDFCC4. A complement of this color would be #F3C5FC, perceived brightness is 0.91, and the grayscale version is #E0E0E0.

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

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

In the Yxy color space, this color is represented as Y: 86.71, x: 0.3454, and y: 0.4160.

Color Code #CDFCC4

#CDFCC4rgb(205, 252, 196)
HEX
#CDFCC4
RGB
rgb(205, 252, 196)
HSL
hsl(110, 90%, 88%)
HSV
hsv(110, 22%, 99%)
CMYK
19%, 0%, 22%, 1%
XYZ
X: 72.00, Y: 86.71, Z: 49.73
Lab
L: 94.62, a: -23.17, b: 21.79
Name

Shades of Color #CDFCC4

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

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

#CDFCC4rgb(205, 252, 196)

About #CDFCC4 Color Code

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

  • HEX: #CDFCC4
  • RGB: rgb(205, 252, 196)
  • HSL: hsl(110, 90%, 88%)
  • HSV: hsv(110, 22%, 99%)
  • CMYK: 19.00% cyan, 0.00% magenta, 22.00% yellow, 100.00% black
  • XYZ: 72.00, 86.71, 49.73
  • Yxy: 86.71, 0.3454, 0.4160
  • Hunter Lab: 94.62, -23.17, 21.79
  • CIE-Lab: 94.62, -23.17, 21.79

In the XYZ color space, this color is represented as X: 72.00, Y: 86.71, Z: 49.73. The Yxy representation further refines this as Y: 86.71, x: 0.3454, and y: 0.4160.

In the Hunter Lab color space, this color is represented as L: 94.62, a: -23.17, and b: 21.79. Similarly, in the CIE-Lab color space, it is represented as L: 94.62, a: -23.17, and b: 21.79.

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

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

Analogous Colors of #CDFCC4

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

Split Complementary Colors of #CDFCC4

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

Tetradic Colors of #CDFCC4

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

Monochromatic Colors of #CDFCC4

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

Complementary Color of #CDFCC4

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

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

HTML Examples of #CDFCC4

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

Related Colors of #CDFCC4

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