Color: #CCBDFC

#CCBDFC Color Information

#CCBDFC is a light color. The closest websafe version is #CCBDFC. A complement of this color would be #EDFCBB, perceived brightness is 0.79, and the grayscale version is #DDDDDD.

In the HSL color space, this color has a hue angle of 254°,a saturation of 91%, and a lightness of 86%.The HSV representation shows a hue of 254°, a saturation of 25%, and a value of 99%.

In a RGB color space, #CCBDFC is composed of 80% red, 74% green and 99% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 25% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 55.82, x: 0.3134, and y: 0.2923.

Color Code #CCBDFC

#CCBDFCrgb(204, 189, 252)
HEX
#CCBDFC
RGB
rgb(204, 189, 252)
HSL
hsl(254, 91%, 86%)
HSV
hsv(254, 25%, 99%)
CMYK
19%, 25%, 0%, 1%
XYZ
X: 59.85, Y: 55.82, Z: 75.30
Lab
L: 79.51, a: 14.85, b: -29.32
Name

Shades of Color #CCBDFC

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

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

#CCBDFCrgb(204, 189, 252)

About #CCBDFC Color Code

In the HSL color space, this color has a hue angle of 254°, a saturation of 91%, and a lightness of 86%. The HSV representation shows a hue of 254°, a saturation of 25%, and a value of 99%.

  • HEX: #CCBDFC
  • RGB: rgb(204, 189, 252)
  • HSL: hsl(254, 91%, 86%)
  • HSV: hsv(254, 25%, 99%)
  • CMYK: 19.00% cyan, 25.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 59.85, 55.82, 75.30
  • Yxy: 55.82, 0.3134, 0.2923
  • Hunter Lab: 79.51, 14.85, -29.32
  • CIE-Lab: 79.51, 14.85, -29.32

In the XYZ color space, this color is represented as X: 59.85, Y: 55.82, Z: 75.30. The Yxy representation further refines this as Y: 55.82, x: 0.3134, and y: 0.2923.

In the Hunter Lab color space, this color is represented as L: 79.51, a: 14.85, and b: -29.32. Similarly, in the CIE-Lab color space, it is represented as L: 79.51, a: 14.85, and b: -29.32.

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

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

Analogous Colors of #CCBDFC

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

Split Complementary Colors of #CCBDFC

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

Tetradic Colors of #CCBDFC

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

Monochromatic Colors of #CCBDFC

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

Complementary Color of #CCBDFC

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

/* Using HEX */
body {
  background-color: #ccbdfc;
}
/* Using RGB */
body {
  background-color: rgb(204, 189, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 189, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(254, 91%, 86%);
}
/* Text color */
p {
  color: #ccbdfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccbdfc;
}
/* Border color */
.box {
  border: 4px solid #ccbdfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccbdfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccbdfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCBDFC
On Black Background
#CCBDFC
On White Background
#CCBDFC

HTML Examples of #CCBDFC

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

Related Colors of #CCBDFC

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