Color: #CCDAA7

#CCDAA7 Color Information

#CCDAA7 is a light color. The closest websafe version is #CCDAA7. A complement of this color would be #B3A5D9, perceived brightness is 0.82, and the grayscale version is #C1C1C1.

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

In a RGB color space, #CCDAA7 is composed of 80% red, 85% green and 65% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 23% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 66.04, x: 0.3675, and y: 0.4124.

Color Code #CCDAA7

#CCDAA7rgb(204, 218, 167)
HEX
#CCDAA7
RGB
rgb(204, 218, 167)
HSL
hsl(76, 41%, 75%)
HSV
hsv(76, 23%, 85%)
CMYK
6%, 0%, 23%, 15%
XYZ
X: 58.86, Y: 66.04, Z: 35.25
Lab
L: 85.02, a: -11.27, b: 23.55
Name

Shades of Color #CCDAA7

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

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

#CCDAA7rgb(204, 218, 167)

About #CCDAA7 Color Code

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

  • HEX: #CCDAA7
  • RGB: rgb(204, 218, 167)
  • HSL: hsl(76, 41%, 75%)
  • HSV: hsv(76, 23%, 85%)
  • CMYK: 6.00% cyan, 0.00% magenta, 23.00% yellow, 15.00% black
  • XYZ: 58.86, 66.04, 35.25
  • Yxy: 66.04, 0.3675, 0.4124
  • Hunter Lab: 85.02, -11.27, 23.55
  • CIE-Lab: 85.02, -11.27, 23.55

In the XYZ color space, this color is represented as X: 58.86, Y: 66.04, Z: 35.25. The Yxy representation further refines this as Y: 66.04, x: 0.3675, and y: 0.4124.

In the Hunter Lab color space, this color is represented as L: 85.02, a: -11.27, and b: 23.55. Similarly, in the CIE-Lab color space, it is represented as L: 85.02, a: -11.27, and b: 23.55.

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

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

Analogous Colors of #CCDAA7

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

Split Complementary Colors of #CCDAA7

Split complementary colors are two colors adjacent to the complementary color of #CCDAA7. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CCDAA7

Tetradic colors form a rectangle on the color wheel, including #CCDAA7. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CCDAA7

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

Complementary Color of #CCDAA7

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

/* Using HEX */
body {
  background-color: #ccdaa7;
}
/* Using RGB */
body {
  background-color: rgb(204, 218, 167);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 218, 167, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(76, 41%, 75%);
}
/* Text color */
p {
  color: #ccdaa7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccdaa7;
}
/* Border color */
.box {
  border: 4px solid #ccdaa7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccdaa7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccdaa7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCDAA7
On Black Background
#CCDAA7
On White Background
#CCDAA7

HTML Examples of #CCDAA7

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

Related Colors of #CCDAA7

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