Color: #C99EAD

#C99EAD Color Information

#C99EAD is a light color. The closest websafe version is #C99EAD. A complement of this color would be #9DC8B9, perceived brightness is 0.68, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 339°,a saturation of 28%, and a lightness of 70%.The HSV representation shows a hue of 339°, a saturation of 21%, and a value of 79%.

In a RGB color space, #C99EAD is composed of 79% red, 62% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 14% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 40.04, x: 0.3761, and y: 0.3375.

Color Code #C99EAD

#C99EADrgb(201, 158, 173)
HEX
#C99EAD
RGB
rgb(201, 158, 173)
HSL
hsl(339, 28%, 70%)
HSV
hsv(339, 21%, 79%)
CMYK
0%, 21%, 14%, 21%
XYZ
X: 44.62, Y: 40.04, Z: 33.98
Lab
L: 69.50, a: 18.20, b: -1.38
Name

Shades of Color #C99EAD

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

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

#C99EADrgb(201, 158, 173)

About #C99EAD Color Code

In the HSL color space, this color has a hue angle of 339°, a saturation of 28%, and a lightness of 70%. The HSV representation shows a hue of 339°, a saturation of 21%, and a value of 79%.

  • HEX: #C99EAD
  • RGB: rgb(201, 158, 173)
  • HSL: hsl(339, 28%, 70%)
  • HSV: hsv(339, 21%, 79%)
  • CMYK: 0.00% cyan, 21.00% magenta, 14.00% yellow, 21.00% black
  • XYZ: 44.62, 40.04, 33.98
  • Yxy: 40.04, 0.3761, 0.3375
  • Hunter Lab: 69.50, 18.20, -1.38
  • CIE-Lab: 69.50, 18.20, -1.38

In the XYZ color space, this color is represented as X: 44.62, Y: 40.04, Z: 33.98. The Yxy representation further refines this as Y: 40.04, x: 0.3761, and y: 0.3375.

In the Hunter Lab color space, this color is represented as L: 69.50, a: 18.20, and b: -1.38. Similarly, in the CIE-Lab color space, it is represented as L: 69.50, a: 18.20, and b: -1.38.

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

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

Analogous Colors of #C99EAD

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

Split Complementary Colors of #C99EAD

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

Tetradic Colors of #C99EAD

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

Monochromatic Colors of #C99EAD

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

Complementary Color of #C99EAD

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

/* Using HEX */
body {
  background-color: #c99ead;
}
/* Using RGB */
body {
  background-color: rgb(201, 158, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 158, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(339, 28%, 70%);
}
/* Text color */
p {
  color: #c99ead;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c99ead;
}
/* Border color */
.box {
  border: 4px solid #c99ead;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c99ead;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c99ead;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C99EAD
On Black Background
#C99EAD
On White Background
#C99EAD

HTML Examples of #C99EAD

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

Related Colors of #C99EAD

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