Color: #CFECCD

#CFECCD Color Information

#CFECCD is a light color. The closest websafe version is #CFECCD. A complement of this color would be #E9CBEB, perceived brightness is 0.88, and the grayscale version is #DCDCDC.

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

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

In the Yxy color space, this color is represented as Y: 77.72, x: 0.3437, and y: 0.3914.

Color Code #CFECCD

#CFECCDrgb(207, 236, 205)
HEX
#CFECCD
RGB
rgb(207, 236, 205)
HSL
hsl(116, 45%, 86%)
HSV
hsv(116, 13%, 93%)
CMYK
12%, 0%, 13%, 7%
XYZ
X: 68.24, Y: 77.72, Z: 52.61
Lab
L: 90.65, a: -14.11, b: 11.74
Name

Shades of Color #CFECCD

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

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

#CFECCDrgb(207, 236, 205)

About #CFECCD Color Code

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

  • HEX: #CFECCD
  • RGB: rgb(207, 236, 205)
  • HSL: hsl(116, 45%, 86%)
  • HSV: hsv(116, 13%, 93%)
  • CMYK: 12.00% cyan, 0.00% magenta, 13.00% yellow, 7.00% black
  • XYZ: 68.24, 77.72, 52.61
  • Yxy: 77.72, 0.3437, 0.3914
  • Hunter Lab: 90.65, -14.11, 11.74
  • CIE-Lab: 90.65, -14.11, 11.74

In the XYZ color space, this color is represented as X: 68.24, Y: 77.72, Z: 52.61. The Yxy representation further refines this as Y: 77.72, x: 0.3437, and y: 0.3914.

In the Hunter Lab color space, this color is represented as L: 90.65, a: -14.11, and b: 11.74. Similarly, in the CIE-Lab color space, it is represented as L: 90.65, a: -14.11, and b: 11.74.

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

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

Analogous Colors of #CFECCD

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

Monochromatic Colors of #CFECCD

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

Complementary Color of #CFECCD

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

/* Using HEX */
body {
  background-color: #cfeccd;
}
/* Using RGB */
body {
  background-color: rgb(207, 236, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 236, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(116, 45%, 86%);
}
/* Text color */
p {
  color: #cfeccd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfeccd;
}
/* Border color */
.box {
  border: 4px solid #cfeccd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfeccd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfeccd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFECCD
On Black Background
#CFECCD
On White Background
#CFECCD

HTML Examples of #CFECCD

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

Related Colors of #CFECCD

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