Color: #C2AEBC

#C2AEBC Color Information

#C2AEBC is a light color. The closest websafe version is #C2AEBC. A complement of this color would be #AEC2B4, perceived brightness is 0.71, and the grayscale version is #B8B8B8.

In the HSL color space, this color has a hue angle of 318°,a saturation of 14%, and a lightness of 72%.The HSV representation shows a hue of 318°, a saturation of 10%, and a value of 76%.

In a RGB color space, #C2AEBC is composed of 76% red, 68% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 3% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 45.40, x: 0.3530, and y: 0.3408.

Color Code #C2AEBC

#C2AEBCrgb(194, 174, 188)
HEX
#C2AEBC
RGB
rgb(194, 174, 188)
HSL
hsl(318, 14%, 72%)
HSV
hsv(318, 10%, 76%)
CMYK
0%, 10%, 3%, 24%
XYZ
X: 47.02, Y: 45.40, Z: 40.78
Lab
L: 73.15, a: 9.28, b: -4.41
Name

Shades of Color #C2AEBC

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

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

#C2AEBCrgb(194, 174, 188)

About #C2AEBC Color Code

In the HSL color space, this color has a hue angle of 318°, a saturation of 14%, and a lightness of 72%. The HSV representation shows a hue of 318°, a saturation of 10%, and a value of 76%.

  • HEX: #C2AEBC
  • RGB: rgb(194, 174, 188)
  • HSL: hsl(318, 14%, 72%)
  • HSV: hsv(318, 10%, 76%)
  • CMYK: 0.00% cyan, 10.00% magenta, 3.00% yellow, 24.00% black
  • XYZ: 47.02, 45.40, 40.78
  • Yxy: 45.40, 0.3530, 0.3408
  • Hunter Lab: 73.15, 9.28, -4.41
  • CIE-Lab: 73.15, 9.28, -4.41

In the XYZ color space, this color is represented as X: 47.02, Y: 45.40, Z: 40.78. The Yxy representation further refines this as Y: 45.40, x: 0.3530, and y: 0.3408.

In the Hunter Lab color space, this color is represented as L: 73.15, a: 9.28, and b: -4.41. Similarly, in the CIE-Lab color space, it is represented as L: 73.15, a: 9.28, and b: -4.41.

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

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

Analogous Colors of #C2AEBC

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

Monochromatic Colors of #C2AEBC

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

Complementary Color of #C2AEBC

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

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

HTML Examples of #C2AEBC

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

Related Colors of #C2AEBC

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