Color: #CEBAE2

#CEBAE2 Color Information

#CEBAE2 is a light color. The closest websafe version is #CEBAE2. A complement of this color would be #CFE2BB, perceived brightness is 0.77, and the grayscale version is #CECECE.

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

In a RGB color space, #CEBAE2 is composed of 81% red, 73% green and 89% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 18% magenta, 0% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 53.54, x: 0.3332, and y: 0.3146.

Color Code #CEBAE2

#CEBAE2rgb(206, 186, 226)
HEX
#CEBAE2
RGB
rgb(206, 186, 226)
HSL
hsl(270, 41%, 81%)
HSV
hsv(270, 18%, 89%)
CMYK
9%, 18%, 0%, 11%
XYZ
X: 56.70, Y: 53.54, Z: 59.94
Lab
L: 78.19, a: 12.89, b: -17.38
Name

Shades of Color #CEBAE2

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

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

#CEBAE2rgb(206, 186, 226)

About #CEBAE2 Color Code

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

  • HEX: #CEBAE2
  • RGB: rgb(206, 186, 226)
  • HSL: hsl(270, 41%, 81%)
  • HSV: hsv(270, 18%, 89%)
  • CMYK: 9.00% cyan, 18.00% magenta, 0.00% yellow, 11.00% black
  • XYZ: 56.70, 53.54, 59.94
  • Yxy: 53.54, 0.3332, 0.3146
  • Hunter Lab: 78.19, 12.89, -17.38
  • CIE-Lab: 78.19, 12.89, -17.38

In the XYZ color space, this color is represented as X: 56.70, Y: 53.54, Z: 59.94. The Yxy representation further refines this as Y: 53.54, x: 0.3332, and y: 0.3146.

In the Hunter Lab color space, this color is represented as L: 78.19, a: 12.89, and b: -17.38. Similarly, in the CIE-Lab color space, it is represented as L: 78.19, a: 12.89, and b: -17.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 #CEBAE2

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

Analogous Colors of #CEBAE2

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

Monochromatic Colors of #CEBAE2

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

Complementary Color of #CEBAE2

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

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

HTML Examples of #CEBAE2

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

Related Colors of #CEBAE2

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