Color: #CCD4FD

#CCD4FD Color Information

#CCD4FD is a light color. The closest websafe version is #CCD4FD. A complement of this color would be #FDF5CE, perceived brightness is 0.84, and the grayscale version is #E5E5E5.

In the HSL color space, this color has a hue angle of 230°,a saturation of 92%, and a lightness of 90%.The HSV representation shows a hue of 230°, a saturation of 19%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 66.59, x: 0.3135, and y: 0.3175.

Color Code #CCD4FD

#CCD4FDrgb(204, 212, 253)
HEX
#CCD4FD
RGB
rgb(204, 212, 253)
HSL
hsl(230, 92%, 90%)
HSV
hsv(230, 19%, 99%)
CMYK
19%, 16%, 0%, 1%
XYZ
X: 65.74, Y: 66.59, Z: 77.38
Lab
L: 85.29, a: 3.45, b: -21.11
Name

Shades of Color #CCD4FD

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

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

#CCD4FDrgb(204, 212, 253)

About #CCD4FD Color Code

In the HSL color space, this color has a hue angle of 230°, a saturation of 92%, and a lightness of 90%. The HSV representation shows a hue of 230°, a saturation of 19%, and a value of 99%.

  • HEX: #CCD4FD
  • RGB: rgb(204, 212, 253)
  • HSL: hsl(230, 92%, 90%)
  • HSV: hsv(230, 19%, 99%)
  • CMYK: 19.00% cyan, 16.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 65.74, 66.59, 77.38
  • Yxy: 66.59, 0.3135, 0.3175
  • Hunter Lab: 85.29, 3.45, -21.11
  • CIE-Lab: 85.29, 3.45, -21.11

In the XYZ color space, this color is represented as X: 65.74, Y: 66.59, Z: 77.38. The Yxy representation further refines this as Y: 66.59, x: 0.3135, and y: 0.3175.

In the Hunter Lab color space, this color is represented as L: 85.29, a: 3.45, and b: -21.11. Similarly, in the CIE-Lab color space, it is represented as L: 85.29, a: 3.45, and b: -21.11.

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

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

Analogous Colors of #CCD4FD

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

Split Complementary Colors of #CCD4FD

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

Tetradic Colors of #CCD4FD

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

Monochromatic Colors of #CCD4FD

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

Complementary Color of #CCD4FD

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

/* Using HEX */
body {
  background-color: #ccd4fd;
}
/* Using RGB */
body {
  background-color: rgb(204, 212, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 212, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(230, 92%, 90%);
}
/* Text color */
p {
  color: #ccd4fd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ccd4fd;
}
/* Border color */
.box {
  border: 4px solid #ccd4fd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ccd4fd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ccd4fd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CCD4FD
On Black Background
#CCD4FD
On White Background
#CCD4FD

HTML Examples of #CCD4FD

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

Related Colors of #CCD4FD

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