Color: #CFEEAF

#CFEEAF Color Information

#CFEEAF is a light color. The closest websafe version is #CFEEAF. A complement of this color would be #CFAFEE, perceived brightness is 0.87, and the grayscale version is #CFCFCF.

In the HSL color space, this color has a hue angle of 90°,a saturation of 65%, and a lightness of 81%.The HSV representation shows a hue of 90°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 77.77, x: 0.3605, and y: 0.4231.

Color Code #CFEEAF

HEX
#CFEEAF
RGB
rgb(207, 238, 175)
HSL
hsl(90, 65%, 81%)
HSV
hsv(90, 26%, 93%)
CMYK
13%, 0%, 26%, 7%
XYZ
X: 66.27, Y: 77.77, Z: 39.79
Lab
L: 90.68, a: -18.57, b: 27.10
Name

Shades of Color #CFEEAF

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

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

About #CFEEAF Color Code

In the HSL color space, this color has a hue angle of 90°, a saturation of 65%, and a lightness of 81%. The HSV representation shows a hue of 90°, a saturation of 26%, and a value of 93%.

  • HEX: #CFEEAF
  • RGB: rgb(207, 238, 175)
  • HSL: hsl(90, 65%, 81%)
  • HSV: hsv(90, 26%, 93%)
  • CMYK: 13.00% cyan, 0.00% magenta, 26.00% yellow, 7.00% black
  • XYZ: 66.27, 77.77, 39.79
  • Yxy: 77.77, 0.3605, 0.4231
  • Hunter Lab: 90.68, -18.57, 27.10
  • CIE-Lab: 90.68, -18.57, 27.10

In the XYZ color space, this color is represented as X: 66.27, Y: 77.77, Z: 39.79. The Yxy representation further refines this as Y: 77.77, x: 0.3605, and y: 0.4231.

In the Hunter Lab color space, this color is represented as L: 90.68, a: -18.57, and b: 27.10. Similarly, in the CIE-Lab color space, it is represented as L: 90.68, a: -18.57, and b: 27.10.

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

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

Analogous Colors of #CFEEAF

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

Monochromatic Colors of #CFEEAF

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

Complementary Color of #CFEEAF

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

/* Using HEX */
body {
  background-color: #cfeeaf;
}
/* Using RGB */
body {
  background-color: rgb(207, 238, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 238, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(90, 65%, 81%);
}
/* Text color */
p {
  color: #cfeeaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfeeaf;
}

HTML Examples of #CFEEAF

<!-- Using HEX -->
<div style="background-color: #cfeeaf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 238, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 238, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(90, 65%, 81%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfeeaf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfeeaf; width: 100px; height: 100px;"></div>

Related Colors of #CFEEAF

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