Color: #CEBBEF

#CEBBEF Color Information

#CEBBEF is a light color. The closest websafe version is #CEBBEF. A complement of this color would be #DDEFBD, perceived brightness is 0.78, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 262°,a saturation of 62%, and a lightness of 84%.The HSV representation shows a hue of 262°, a saturation of 22%, and a value of 94%.

In a RGB color space, #CEBBEF is composed of 81% red, 73% green and 94% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 22% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 54.59, x: 0.3239, and y: 0.3027.

Color Code #CEBBEF

#CEBBEFrgb(206, 187, 239)
HEX
#CEBBEF
RGB
rgb(206, 187, 239)
HSL
hsl(262, 62%, 84%)
HSV
hsv(262, 22%, 94%)
CMYK
14%, 22%, 0%, 6%
XYZ
X: 58.40, Y: 54.59, Z: 67.33
Lab
L: 78.80, a: 14.40, b: -23.43
Name

Shades of Color #CEBBEF

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

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

#CEBBEFrgb(206, 187, 239)

About #CEBBEF Color Code

In the HSL color space, this color has a hue angle of 262°, a saturation of 62%, and a lightness of 84%. The HSV representation shows a hue of 262°, a saturation of 22%, and a value of 94%.

  • HEX: #CEBBEF
  • RGB: rgb(206, 187, 239)
  • HSL: hsl(262, 62%, 84%)
  • HSV: hsv(262, 22%, 94%)
  • CMYK: 14.00% cyan, 22.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 58.40, 54.59, 67.33
  • Yxy: 54.59, 0.3239, 0.3027
  • Hunter Lab: 78.80, 14.40, -23.43
  • CIE-Lab: 78.80, 14.40, -23.43

In the XYZ color space, this color is represented as X: 58.40, Y: 54.59, Z: 67.33. The Yxy representation further refines this as Y: 54.59, x: 0.3239, and y: 0.3027.

In the Hunter Lab color space, this color is represented as L: 78.80, a: 14.40, and b: -23.43. Similarly, in the CIE-Lab color space, it is represented as L: 78.80, a: 14.40, and b: -23.43.

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

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

Analogous Colors of #CEBBEF

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

Monochromatic Colors of #CEBBEF

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

Complementary Color of #CEBBEF

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

/* Using HEX */
body {
  background-color: #cebbef;
}
/* Using RGB */
body {
  background-color: rgb(206, 187, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 187, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(262, 62%, 84%);
}
/* Text color */
p {
  color: #cebbef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cebbef;
}
/* Border color */
.box {
  border: 4px solid #cebbef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cebbef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cebbef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEBBEF
On Black Background
#CEBBEF
On White Background
#CEBBEF

HTML Examples of #CEBBEF

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

Related Colors of #CEBBEF

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