Color: #CCEFC7

#CCEFC7 Color Information

#CCEFC7 is a light color. The closest websafe version is #CCEFC7. A complement of this color would be #EBC7EF, perceived brightness is 0.88, and the grayscale version is #DBDBDB.

In the HSL color space, this color has a hue angle of 113°,a saturation of 56%, and a lightness of 86%.The HSV representation shows a hue of 113°, a saturation of 17%, and a value of 94%.

In a RGB color space, #CCEFC7 is composed of 80% red, 94% green and 78% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 17% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 78.78, x: 0.3447, and y: 0.4009.

Color Code #CCEFC7

#CCEFC7rgb(204, 239, 199)
HEX
#CCEFC7
RGB
rgb(204, 239, 199)
HSL
hsl(113, 56%, 86%)
HSV
hsv(113, 17%, 94%)
CMYK
15%, 0%, 17%, 6%
XYZ
X: 67.74, Y: 78.78, Z: 50.01
Lab
L: 91.13, a: -17.29, b: 15.46
Name

Shades of Color #CCEFC7

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

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

#CCEFC7rgb(204, 239, 199)

About #CCEFC7 Color Code

In the HSL color space, this color has a hue angle of 113°, a saturation of 56%, and a lightness of 86%. The HSV representation shows a hue of 113°, a saturation of 17%, and a value of 94%.

  • HEX: #CCEFC7
  • RGB: rgb(204, 239, 199)
  • HSL: hsl(113, 56%, 86%)
  • HSV: hsv(113, 17%, 94%)
  • CMYK: 15.00% cyan, 0.00% magenta, 17.00% yellow, 6.00% black
  • XYZ: 67.74, 78.78, 50.01
  • Yxy: 78.78, 0.3447, 0.4009
  • Hunter Lab: 91.13, -17.29, 15.46
  • CIE-Lab: 91.13, -17.29, 15.46

In the XYZ color space, this color is represented as X: 67.74, Y: 78.78, Z: 50.01. The Yxy representation further refines this as Y: 78.78, x: 0.3447, and y: 0.4009.

In the Hunter Lab color space, this color is represented as L: 91.13, a: -17.29, and b: 15.46. Similarly, in the CIE-Lab color space, it is represented as L: 91.13, a: -17.29, and b: 15.46.

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

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

Analogous Colors of #CCEFC7

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

Monochromatic Colors of #CCEFC7

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

Complementary Color of #CCEFC7

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

/* Using HEX */
body {
  background-color: #ccefc7;
}
/* Using RGB */
body {
  background-color: rgb(204, 239, 199);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 239, 199, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(113, 56%, 86%);
}
/* Text color */
p {
  color: #ccefc7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccefc7;
}
/* Border color */
.box {
  border: 4px solid #ccefc7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccefc7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccefc7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCEFC7
On Black Background
#CCEFC7
On White Background
#CCEFC7

HTML Examples of #CCEFC7

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

Related Colors of #CCEFC7

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