Color: #CE9EDA

#CE9EDA Color Information

#CE9EDA is a light color. The closest websafe version is #CE9EDA. A complement of this color would be #ABDB9F, perceived brightness is 0.70, and the grayscale version is #BCBCBC.

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

In a RGB color space, #CE9EDA is composed of 81% red, 62% green and 85% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 28% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 42.49, x: 0.3412, and y: 0.2893.

Color Code #CE9EDA

HEX
#CE9EDA
RGB
rgb(206, 158, 218)
HSL
hsl(288, 45%, 74%)
HSV
hsv(288, 28%, 85%)
CMYK
6%, 28%, 0%, 15%
XYZ
X: 50.11, Y: 42.49, Z: 54.25
Lab
L: 71.21, a: 26.09, b: -23.54
Name

Shades of Color #CE9EDA

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

Tints are created by lightening the original color #CE9EDA 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 #CE9EDA Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 45%, and a lightness of 74%. The HSV representation shows a hue of 288°, a saturation of 28%, and a value of 85%.

  • HEX: #CE9EDA
  • RGB: rgb(206, 158, 218)
  • HSL: hsl(288, 45%, 74%)
  • HSV: hsv(288, 28%, 85%)
  • CMYK: 6.00% cyan, 28.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 50.11, 42.49, 54.25
  • Yxy: 42.49, 0.3412, 0.2893
  • Hunter Lab: 71.21, 26.09, -23.54
  • CIE-Lab: 71.21, 26.09, -23.54

In the XYZ color space, this color is represented as X: 50.11, Y: 42.49, Z: 54.25. The Yxy representation further refines this as Y: 42.49, x: 0.3412, and y: 0.2893.

In the Hunter Lab color space, this color is represented as L: 71.21, a: 26.09, and b: -23.54. Similarly, in the CIE-Lab color space, it is represented as L: 71.21, a: 26.09, and b: -23.54.

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

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

Analogous Colors of #CE9EDA

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

Monochromatic Colors of #CE9EDA

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

Complementary Color of #CE9EDA

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

/* Using HEX */
body {
  background-color: #ce9eda;
}
/* Using RGB */
body {
  background-color: rgb(206, 158, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 158, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(288, 45%, 74%);
}
/* Text color */
p {
  color: #ce9eda;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ce9eda;
}

HTML Examples of #CE9EDA

<!-- Using HEX -->
<div style="background-color: #ce9eda; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(206, 158, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(206, 158, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(288, 45%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ce9eda;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ce9eda; width: 100px; height: 100px;"></div>

Related Colors of #CE9EDA

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