Color: #CCCDAF

#CCCDAF Color Information

#CCCDAF is a light color. The closest websafe version is #CCCDAF. A complement of this color would be #B2B1CE, perceived brightness is 0.79, and the grayscale version is #BEBEBE.

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

In a RGB color space, #CCCDAF is composed of 80% red, 80% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 15% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 59.80, x: 0.3654, and y: 0.3904.

Color Code #CCCDAF

#CCCDAFrgb(204, 205, 175)
HEX
#CCCDAF
RGB
rgb(204, 205, 175)
HSL
hsl(62, 23%, 75%)
HSV
hsv(62, 15%, 80%)
CMYK
0%, 0%, 15%, 20%
XYZ
X: 55.97, Y: 59.80, Z: 37.39
Lab
L: 81.73, a: -4.15, b: 14.89
Name

Shades of Color #CCCDAF

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

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

#CCCDAFrgb(204, 205, 175)

About #CCCDAF Color Code

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

  • HEX: #CCCDAF
  • RGB: rgb(204, 205, 175)
  • HSL: hsl(62, 23%, 75%)
  • HSV: hsv(62, 15%, 80%)
  • CMYK: 0.00% cyan, 0.00% magenta, 15.00% yellow, 20.00% black
  • XYZ: 55.97, 59.80, 37.39
  • Yxy: 59.80, 0.3654, 0.3904
  • Hunter Lab: 81.73, -4.15, 14.89
  • CIE-Lab: 81.73, -4.15, 14.89

In the XYZ color space, this color is represented as X: 55.97, Y: 59.80, Z: 37.39. The Yxy representation further refines this as Y: 59.80, x: 0.3654, and y: 0.3904.

In the Hunter Lab color space, this color is represented as L: 81.73, a: -4.15, and b: 14.89. Similarly, in the CIE-Lab color space, it is represented as L: 81.73, a: -4.15, and b: 14.89.

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

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

Analogous Colors of #CCCDAF

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

Split Complementary Colors of #CCCDAF

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

Tetradic Colors of #CCCDAF

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

Monochromatic Colors of #CCCDAF

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

Complementary Color of #CCCDAF

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

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

HTML Examples of #CCCDAF

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

Related Colors of #CCCDAF

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