Color: #CECBBC

#CECBBC Color Information

#CECBBC is a light color. The closest websafe version is #CECBBC. A complement of this color would be #BBBECE, perceived brightness is 0.79, and the grayscale version is #C5C5C5.

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

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

In the Yxy color space, this color is represented as Y: 59.59, x: 0.3586, and y: 0.3741.

Color Code #CECBBC

#CECBBCrgb(206, 203, 188)
HEX
#CECBBC
RGB
rgb(206, 203, 188)
HSL
hsl(50, 16%, 77%)
HSV
hsv(50, 9%, 81%)
CMYK
0%, 1%, 9%, 19%
XYZ
X: 57.11, Y: 59.59, Z: 42.57
Lab
L: 81.62, a: -0.87, b: 7.90
Name

Shades of Color #CECBBC

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

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

#CECBBCrgb(206, 203, 188)

About #CECBBC Color Code

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

  • HEX: #CECBBC
  • RGB: rgb(206, 203, 188)
  • HSL: hsl(50, 16%, 77%)
  • HSV: hsv(50, 9%, 81%)
  • CMYK: 0.00% cyan, 100.00% magenta, 9.00% yellow, 19.00% black
  • XYZ: 57.11, 59.59, 42.57
  • Yxy: 59.59, 0.3586, 0.3741
  • Hunter Lab: 81.62, -0.87, 7.90
  • CIE-Lab: 81.62, -0.87, 7.90

In the XYZ color space, this color is represented as X: 57.11, Y: 59.59, Z: 42.57. The Yxy representation further refines this as Y: 59.59, x: 0.3586, and y: 0.3741.

In the Hunter Lab color space, this color is represented as L: 81.62, a: -0.87, and b: 7.90. Similarly, in the CIE-Lab color space, it is represented as L: 81.62, a: -0.87, and b: 7.90.

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

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

Analogous Colors of #CECBBC

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

Monochromatic Colors of #CECBBC

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

Complementary Color of #CECBBC

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

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

HTML Examples of #CECBBC

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

Related Colors of #CECBBC

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