Color: #CBCCDD

#CBCCDD Color Information

#CBCCDD is a light color. The closest websafe version is #CBCCDD. A complement of this color would be #DDDCCB, perceived brightness is 0.81, and the grayscale version is #D4D4D4.

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

In a RGB color space, #CBCCDD 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.96, x: 0.3333, and y: 0.3407.

Color Code #CBCCDD

#CBCCDDrgb(203, 204, 221)
HEX
#CBCCDD
RGB
rgb(203, 204, 221)
HSL
hsl(237, 21%, 83%)
HSV
hsv(237, 8%, 87%)
CMYK
8%, 8%, 0%, 13%
XYZ
X: 59.64, Y: 60.96, Z: 58.33
Lab
L: 82.36, a: 2.06, b: -8.58
Name

Shades of Color #CBCCDD

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

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

#CBCCDDrgb(203, 204, 221)

About #CBCCDD Color Code

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

  • HEX: #CBCCDD
  • RGB: rgb(203, 204, 221)
  • HSL: hsl(237, 21%, 83%)
  • HSV: hsv(237, 8%, 87%)
  • CMYK: 8.00% cyan, 8.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 59.64, 60.96, 58.33
  • Yxy: 60.96, 0.3333, 0.3407
  • Hunter Lab: 82.36, 2.06, -8.58
  • CIE-Lab: 82.36, 2.06, -8.58

In the XYZ color space, this color is represented as X: 59.64, Y: 60.96, Z: 58.33. The Yxy representation further refines this as Y: 60.96, x: 0.3333, and y: 0.3407.

In the Hunter Lab color space, this color is represented as L: 82.36, a: 2.06, and b: -8.58. Similarly, in the CIE-Lab color space, it is represented as L: 82.36, a: 2.06, and b: -8.58.

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

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

Analogous Colors of #CBCCDD

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

Monochromatic Colors of #CBCCDD

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

Complementary Color of #CBCCDD

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

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

HTML Examples of #CBCCDD

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

Related Colors of #CBCCDD

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