Color: #CC99BD

#CC99BD Color Information

#CC99BD is a light color. The closest websafe version is #CC99BD. A complement of this color would be #99CCA8, perceived brightness is 0.68, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 318°,a saturation of 33%, and a lightness of 70%.The HSV representation shows a hue of 318°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CC99BD is composed of 80% red, 60% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 7% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 39.36, x: 0.3655, and y: 0.3136.

Color Code #CC99BD

HEX
#CC99BD
RGB
rgb(204, 153, 189)
HSL
hsl(318, 33%, 70%)
HSV
hsv(318, 25%, 80%)
CMYK
0%, 25%, 7%, 20%
XYZ
X: 45.88, Y: 39.36, Z: 40.28
Lab
L: 69.01, a: 23.93, b: -10.90
Name

Shades of Color #CC99BD

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

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

About #CC99BD Color Code

In the HSL color space, this color has a hue angle of 318°, a saturation of 33%, and a lightness of 70%. The HSV representation shows a hue of 318°, a saturation of 25%, and a value of 80%.

  • HEX: #CC99BD
  • RGB: rgb(204, 153, 189)
  • HSL: hsl(318, 33%, 70%)
  • HSV: hsv(318, 25%, 80%)
  • CMYK: 0.00% cyan, 25.00% magenta, 7.00% yellow, 20.00% black
  • XYZ: 45.88, 39.36, 40.28
  • Yxy: 39.36, 0.3655, 0.3136
  • Hunter Lab: 69.01, 23.93, -10.90
  • CIE-Lab: 69.01, 23.93, -10.90

In the XYZ color space, this color is represented as X: 45.88, Y: 39.36, Z: 40.28. The Yxy representation further refines this as Y: 39.36, x: 0.3655, and y: 0.3136.

In the Hunter Lab color space, this color is represented as L: 69.01, a: 23.93, and b: -10.90. Similarly, in the CIE-Lab color space, it is represented as L: 69.01, a: 23.93, and b: -10.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 #CC99BD

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

Analogous Colors of #CC99BD

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

Monochromatic Colors of #CC99BD

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

Complementary Color of #CC99BD

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

/* Using HEX */
body {
  background-color: #cc99bd;
}
/* Using RGB */
body {
  background-color: rgb(204, 153, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 153, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(318, 33%, 70%);
}
/* Text color */
p {
  color: #cc99bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc99bd;
}

HTML Examples of #CC99BD

<!-- Using HEX -->
<div style="background-color: #cc99bd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 153, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 153, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(318, 33%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cc99bd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cc99bd; width: 100px; height: 100px;"></div>

Related Colors of #CC99BD

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