Color: #CDCEFB

#CDCEFB Color Information

#CDCEFB is a light color. The closest websafe version is #CDCEFB. A complement of this color would be #FBFACB, perceived brightness is 0.83, and the grayscale version is #E4E4E4.

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

In a RGB color space, #CDCEFB is composed of 80% red, 81% green and 98% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 18% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 63.68, x: 0.3153, and y: 0.3128.

Color Code #CDCEFB

#CDCEFBrgb(205, 206, 251)
HEX
#CDCEFB
RGB
rgb(205, 206, 251)
HSL
hsl(239, 85%, 89%)
HSV
hsv(239, 18%, 98%)
CMYK
18%, 18%, 0%, 2%
XYZ
X: 64.19, Y: 63.68, Z: 75.74
Lab
L: 83.80, a: 6.42, b: -22.30
Name

Shades of Color #CDCEFB

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

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

#CDCEFBrgb(205, 206, 251)

About #CDCEFB Color Code

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

  • HEX: #CDCEFB
  • RGB: rgb(205, 206, 251)
  • HSL: hsl(239, 85%, 89%)
  • HSV: hsv(239, 18%, 98%)
  • CMYK: 18.00% cyan, 18.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 64.19, 63.68, 75.74
  • Yxy: 63.68, 0.3153, 0.3128
  • Hunter Lab: 83.80, 6.42, -22.30
  • CIE-Lab: 83.80, 6.42, -22.30

In the XYZ color space, this color is represented as X: 64.19, Y: 63.68, Z: 75.74. The Yxy representation further refines this as Y: 63.68, x: 0.3153, and y: 0.3128.

In the Hunter Lab color space, this color is represented as L: 83.80, a: 6.42, and b: -22.30. Similarly, in the CIE-Lab color space, it is represented as L: 83.80, a: 6.42, and b: -22.30.

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

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

Analogous Colors of #CDCEFB

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

Monochromatic Colors of #CDCEFB

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

Complementary Color of #CDCEFB

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

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

HTML Examples of #CDCEFB

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

Related Colors of #CDCEFB

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