Color: #CFEDDF

#CFEDDF Color Information

#CFEDDF is a light color. The closest websafe version is #CFEDDF. A complement of this color would be #EDCFDD, perceived brightness is 0.89, and the grayscale version is #DEDEDE.

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

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

In the Yxy color space, this color is represented as Y: 79.07, x: 0.3332, and y: 0.3743.

Color Code #CFEDDF

HEX
#CFEDDF
RGB
rgb(207, 237, 223)
HSL
hsl(152, 45%, 87%)
HSV
hsv(152, 13%, 93%)
CMYK
13%, 0%, 6%, 7%
XYZ
X: 70.38, Y: 79.07, Z: 61.79
Lab
L: 91.26, a: -12.16, b: 3.32
Name

Shades of Color #CFEDDF

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

Tints are created by lightening the original color #CFEDDF 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 #CFEDDF Color Code

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

  • HEX: #CFEDDF
  • RGB: rgb(207, 237, 223)
  • HSL: hsl(152, 45%, 87%)
  • HSV: hsv(152, 13%, 93%)
  • CMYK: 13.00% cyan, 0.00% magenta, 6.00% yellow, 7.00% black
  • XYZ: 70.38, 79.07, 61.79
  • Yxy: 79.07, 0.3332, 0.3743
  • Hunter Lab: 91.26, -12.16, 3.32
  • CIE-Lab: 91.26, -12.16, 3.32

In the XYZ color space, this color is represented as X: 70.38, Y: 79.07, Z: 61.79. The Yxy representation further refines this as Y: 79.07, x: 0.3332, and y: 0.3743.

In the Hunter Lab color space, this color is represented as L: 91.26, a: -12.16, and b: 3.32. Similarly, in the CIE-Lab color space, it is represented as L: 91.26, a: -12.16, and b: 3.32.

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

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

Analogous Colors of #CFEDDF

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

Monochromatic Colors of #CFEDDF

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

Complementary Color of #CFEDDF

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

/* Using HEX */
body {
  background-color: #cfeddf;
}
/* Using RGB */
body {
  background-color: rgb(207, 237, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 237, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(152, 45%, 87%);
}
/* Text color */
p {
  color: #cfeddf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfeddf;
}

HTML Examples of #CFEDDF

<!-- Using HEX -->
<div style="background-color: #cfeddf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 237, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 237, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(152, 45%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cfeddf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cfeddf; width: 100px; height: 100px;"></div>

Related Colors of #CFEDDF

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