Color: #CBCBDD

#CBCBDD Color Information

#CBCBDD is a light color. The closest websafe version is #CBCBDD. A complement of this color would be #DDDDCB, perceived brightness is 0.80, and the grayscale version is #D4D4D4.

In the HSL color space, this color has a hue angle of 240°,a saturation of 21%, and a lightness of 83%.The HSV representation shows a hue of 240°, a saturation of 8%, and a value of 87%.

In a RGB color space, #CBCBDD is composed of 80% red, 80% green and 87% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 8% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 60.48, x: 0.3334, and y: 0.3395.

Color Code #CBCBDD

#CBCBDDrgb(203, 203, 221)
HEX
#CBCBDD
RGB
rgb(203, 203, 221)
HSL
hsl(240, 21%, 83%)
HSV
hsv(240, 8%, 87%)
CMYK
8%, 8%, 0%, 13%
XYZ
X: 59.38, Y: 60.48, Z: 58.27
Lab
L: 82.10, a: 2.56, b: -8.96
Name

Shades of Color #CBCBDD

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

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

#CBCBDDrgb(203, 203, 221)

About #CBCBDD Color Code

In the HSL color space, this color has a hue angle of 240°, a saturation of 21%, and a lightness of 83%. The HSV representation shows a hue of 240°, a saturation of 8%, and a value of 87%.

  • HEX: #CBCBDD
  • RGB: rgb(203, 203, 221)
  • HSL: hsl(240, 21%, 83%)
  • HSV: hsv(240, 8%, 87%)
  • CMYK: 8.00% cyan, 8.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 59.38, 60.48, 58.27
  • Yxy: 60.48, 0.3334, 0.3395
  • Hunter Lab: 82.10, 2.56, -8.96
  • CIE-Lab: 82.10, 2.56, -8.96

In the XYZ color space, this color is represented as X: 59.38, Y: 60.48, Z: 58.27. The Yxy representation further refines this as Y: 60.48, x: 0.3334, and y: 0.3395.

In the Hunter Lab color space, this color is represented as L: 82.10, a: 2.56, and b: -8.96. Similarly, in the CIE-Lab color space, it is represented as L: 82.10, a: 2.56, and b: -8.96.

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

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

Analogous Colors of #CBCBDD

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

Monochromatic Colors of #CBCBDD

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

Complementary Color of #CBCBDD

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

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

HTML Examples of #CBCBDD

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

Related Colors of #CBCBDD

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