Color: #CCCEBD

#CCCEBD Color Information

#CCCEBD is a light color. The closest websafe version is #CCCEBD. A complement of this color would be #BEBCCD, perceived brightness is 0.80, and the grayscale version is #C5C5C5.

In the HSL color space, this color has a hue angle of 67°,a saturation of 15%, and a lightness of 77%.The HSV representation shows a hue of 67°, a saturation of 8%, and a value of 81%.

In a RGB color space, #CCCEBD is composed of 80% red, 81% green and 74% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 8% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 60.77, x: 0.3557, and y: 0.3767.

Color Code #CCCEBD

#CCCEBDrgb(204, 206, 189)
HEX
#CCCEBD
RGB
rgb(204, 206, 189)
HSL
hsl(67, 15%, 77%)
HSV
hsv(67, 8%, 81%)
CMYK
1%, 0%, 8%, 19%
XYZ
X: 57.38, Y: 60.77, Z: 43.18
Lab
L: 82.25, a: -2.94, b: 8.24
Name

Shades of Color #CCCEBD

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

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

#CCCEBDrgb(204, 206, 189)

About #CCCEBD Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 15%, and a lightness of 77%. The HSV representation shows a hue of 67°, a saturation of 8%, and a value of 81%.

  • HEX: #CCCEBD
  • RGB: rgb(204, 206, 189)
  • HSL: hsl(67, 15%, 77%)
  • HSV: hsv(67, 8%, 81%)
  • CMYK: 100.00% cyan, 0.00% magenta, 8.00% yellow, 19.00% black
  • XYZ: 57.38, 60.77, 43.18
  • Yxy: 60.77, 0.3557, 0.3767
  • Hunter Lab: 82.25, -2.94, 8.24
  • CIE-Lab: 82.25, -2.94, 8.24

In the XYZ color space, this color is represented as X: 57.38, Y: 60.77, Z: 43.18. The Yxy representation further refines this as Y: 60.77, x: 0.3557, and y: 0.3767.

In the Hunter Lab color space, this color is represented as L: 82.25, a: -2.94, and b: 8.24. Similarly, in the CIE-Lab color space, it is represented as L: 82.25, a: -2.94, and b: 8.24.

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

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

Analogous Colors of #CCCEBD

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

Monochromatic Colors of #CCCEBD

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

Complementary Color of #CCCEBD

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

/* Using HEX */
body {
  background-color: #cccebd;
}
/* Using RGB */
body {
  background-color: rgb(204, 206, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 206, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 15%, 77%);
}
/* Text color */
p {
  color: #cccebd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cccebd;
}
/* Border color */
.box {
  border: 4px solid #cccebd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cccebd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cccebd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCCEBD
On Black Background
#CCCEBD
On White Background
#CCCEBD

HTML Examples of #CCCEBD

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

Related Colors of #CCCEBD

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