Color: #CFEECC

#CFEECC Color Information

#CFEECC is a light color. The closest websafe version is #CFEECC. A complement of this color would be #ECCDEE, perceived brightness is 0.88, and the grayscale version is #DDDDDD.

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

In a RGB color space, #CFEECC is composed of 81% red, 93% green and 80% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 14% yellow and 7% black.

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

Color Code #CFEECC

#CFEECCrgb(207, 238, 204)
HEX
#CFEECC
RGB
rgb(207, 238, 204)
HSL
hsl(115, 50%, 87%)
HSV
hsv(115, 14%, 93%)
CMYK
13%, 0%, 14%, 7%
XYZ
X: 68.77, Y: 78.84, Z: 52.30
Lab
L: 91.16, a: -15.16, b: 12.97
Name

Shades of Color #CFEECC

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

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

#CFEECCrgb(207, 238, 204)

About #CFEECC Color Code

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

  • HEX: #CFEECC
  • RGB: rgb(207, 238, 204)
  • HSL: hsl(115, 50%, 87%)
  • HSV: hsv(115, 14%, 93%)
  • CMYK: 13.00% cyan, 0.00% magenta, 14.00% yellow, 7.00% black
  • XYZ: 68.77, 78.84, 52.30
  • Yxy: 78.84, 0.3440, 0.3944
  • Hunter Lab: 91.16, -15.16, 12.97
  • CIE-Lab: 91.16, -15.16, 12.97

In the XYZ color space, this color is represented as X: 68.77, Y: 78.84, Z: 52.30. The Yxy representation further refines this as Y: 78.84, x: 0.3440, and y: 0.3944.

In the Hunter Lab color space, this color is represented as L: 91.16, a: -15.16, and b: 12.97. Similarly, in the CIE-Lab color space, it is represented as L: 91.16, a: -15.16, and b: 12.97.

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

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

Analogous Colors of #CFEECC

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

Monochromatic Colors of #CFEECC

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

Complementary Color of #CFEECC

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

/* Using HEX */
body {
  background-color: #cfeecc;
}
/* Using RGB */
body {
  background-color: rgb(207, 238, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 238, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(115, 50%, 87%);
}
/* Text color */
p {
  color: #cfeecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfeecc;
}
/* Border color */
.box {
  border: 4px solid #cfeecc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfeecc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfeecc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFEECC
On Black Background
#CFEECC
On White Background
#CFEECC

HTML Examples of #CFEECC

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

Related Colors of #CFEECC

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