Color: #CBBEED

#CBBEED Color Information

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

In the HSL color space, this color has a hue angle of 257°,a saturation of 57%, and a lightness of 84%.The HSV representation shows a hue of 257°, a saturation of 20%, and a value of 93%.

In a RGB color space, #CBBEED is composed of 80% red, 75% green and 93% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 20% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 55.33, x: 0.3228, and y: 0.3080.

Color Code #CBBEED

#CBBEEDrgb(203, 190, 237)
HEX
#CBBEED
RGB
rgb(203, 190, 237)
HSL
hsl(257, 57%, 84%)
HSV
hsv(257, 20%, 93%)
CMYK
14%, 20%, 0%, 7%
XYZ
X: 57.99, Y: 55.33, Z: 66.31
Lab
L: 79.23, a: 11.55, b: -21.75
Name

Shades of Color #CBBEED

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

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

#CBBEEDrgb(203, 190, 237)

About #CBBEED Color Code

In the HSL color space, this color has a hue angle of 257°, a saturation of 57%, and a lightness of 84%. The HSV representation shows a hue of 257°, a saturation of 20%, and a value of 93%.

  • HEX: #CBBEED
  • RGB: rgb(203, 190, 237)
  • HSL: hsl(257, 57%, 84%)
  • HSV: hsv(257, 20%, 93%)
  • CMYK: 14.00% cyan, 20.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 57.99, 55.33, 66.31
  • Yxy: 55.33, 0.3228, 0.3080
  • Hunter Lab: 79.23, 11.55, -21.75
  • CIE-Lab: 79.23, 11.55, -21.75

In the XYZ color space, this color is represented as X: 57.99, Y: 55.33, Z: 66.31. The Yxy representation further refines this as Y: 55.33, x: 0.3228, and y: 0.3080.

In the Hunter Lab color space, this color is represented as L: 79.23, a: 11.55, and b: -21.75. Similarly, in the CIE-Lab color space, it is represented as L: 79.23, a: 11.55, and b: -21.75.

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

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

Analogous Colors of #CBBEED

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

Split Complementary Colors of #CBBEED

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

Tetradic Colors of #CBBEED

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

Monochromatic Colors of #CBBEED

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

Complementary Color of #CBBEED

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

/* Using HEX */
body {
  background-color: #cbbeed;
}
/* Using RGB */
body {
  background-color: rgb(203, 190, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 190, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(257, 57%, 84%);
}
/* Text color */
p {
  color: #cbbeed;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cbbeed;
}
/* Border color */
.box {
  border: 4px solid #cbbeed;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cbbeed;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cbbeed;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBBEED
On Black Background
#CBBEED
On White Background
#CBBEED

HTML Examples of #CBBEED

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

Related Colors of #CBBEED

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