Color: #CE8BBC

#CE8BBC Color Information

#CE8BBC is a light color. The closest websafe version is #CE8BBC. A complement of this color would be #8CCF9E, perceived brightness is 0.65, and the grayscale version is #ACACAC.

In the HSL color space, this color has a hue angle of 316°,a saturation of 41%, and a lightness of 68%.The HSV representation shows a hue of 316°, a saturation of 33%, and a value of 81%.

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

In the Yxy color space, this color is represented as Y: 35.29, x: 0.3714, and y: 0.2975.

Color Code #CE8BBC

#CE8BBCrgb(206, 139, 188)
HEX
#CE8BBC
RGB
rgb(206, 139, 188)
HSL
hsl(316, 41%, 68%)
HSV
hsv(316, 33%, 81%)
CMYK
0%, 33%, 9%, 19%
XYZ
X: 44.05, Y: 35.29, Z: 39.28
Lab
L: 65.97, a: 31.76, b: -14.83
Name

Shades of Color #CE8BBC

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

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

#CE8BBCrgb(206, 139, 188)

About #CE8BBC Color Code

In the HSL color space, this color has a hue angle of 316°, a saturation of 41%, and a lightness of 68%. The HSV representation shows a hue of 316°, a saturation of 33%, and a value of 81%.

  • HEX: #CE8BBC
  • RGB: rgb(206, 139, 188)
  • HSL: hsl(316, 41%, 68%)
  • HSV: hsv(316, 33%, 81%)
  • CMYK: 0.00% cyan, 33.00% magenta, 9.00% yellow, 19.00% black
  • XYZ: 44.05, 35.29, 39.28
  • Yxy: 35.29, 0.3714, 0.2975
  • Hunter Lab: 65.97, 31.76, -14.83
  • CIE-Lab: 65.97, 31.76, -14.83

In the XYZ color space, this color is represented as X: 44.05, Y: 35.29, Z: 39.28. The Yxy representation further refines this as Y: 35.29, x: 0.3714, and y: 0.2975.

In the Hunter Lab color space, this color is represented as L: 65.97, a: 31.76, and b: -14.83. Similarly, in the CIE-Lab color space, it is represented as L: 65.97, a: 31.76, and b: -14.83.

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

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

Analogous Colors of #CE8BBC

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

Split Complementary Colors of #CE8BBC

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

Tetradic Colors of #CE8BBC

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

Monochromatic Colors of #CE8BBC

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

Complementary Color of #CE8BBC

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

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

HTML Examples of #CE8BBC

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

Related Colors of #CE8BBC

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