Color: #CED6BD

#CED6BD Color Information

#CED6BD is a light color. The closest websafe version is #CED6BD. A complement of this color would be #C5BDD6, perceived brightness is 0.82, and the grayscale version is #CACACA.

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

In a RGB color space, #CED6BD is composed of 81% red, 84% green and 74% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 12% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 65.02, x: 0.3559, and y: 0.3851.

Color Code #CED6BD

HEX
#CED6BD
RGB
rgb(206, 214, 189)
HSL
hsl(79, 23%, 79%)
HSV
hsv(79, 12%, 84%)
CMYK
4%, 0%, 12%, 16%
XYZ
X: 60.09, Y: 65.02, Z: 43.73
Lab
L: 84.50, a: -6.09, b: 11.42
Name

Shades of Color #CED6BD

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

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

In the HSL color space, this color has a hue angle of 79°, a saturation of 23%, and a lightness of 79%. The HSV representation shows a hue of 79°, a saturation of 12%, and a value of 84%.

  • HEX: #CED6BD
  • RGB: rgb(206, 214, 189)
  • HSL: hsl(79, 23%, 79%)
  • HSV: hsv(79, 12%, 84%)
  • CMYK: 4.00% cyan, 0.00% magenta, 12.00% yellow, 16.00% black
  • XYZ: 60.09, 65.02, 43.73
  • Yxy: 65.02, 0.3559, 0.3851
  • Hunter Lab: 84.50, -6.09, 11.42
  • CIE-Lab: 84.50, -6.09, 11.42

In the XYZ color space, this color is represented as X: 60.09, Y: 65.02, Z: 43.73. The Yxy representation further refines this as Y: 65.02, x: 0.3559, and y: 0.3851.

In the Hunter Lab color space, this color is represented as L: 84.50, a: -6.09, and b: 11.42. Similarly, in the CIE-Lab color space, it is represented as L: 84.50, a: -6.09, and b: 11.42.

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

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

Analogous Colors of #CED6BD

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

Monochromatic Colors of #CED6BD

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

Complementary Color of #CED6BD

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

/* Using HEX */
body {
  background-color: #ced6bd;
}
/* Using RGB */
body {
  background-color: rgb(206, 214, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 214, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(79, 23%, 79%);
}
/* Text color */
p {
  color: #ced6bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ced6bd;
}

HTML Examples of #CED6BD

<!-- Using HEX -->
<div style="background-color: #ced6bd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(206, 214, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(206, 214, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(79, 23%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ced6bd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ced6bd; width: 100px; height: 100px;"></div>

Related Colors of #CED6BD

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