Color: #CCDFF0

#CCDFF0 Color Information

#CCDFF0 is a light color. The closest websafe version is #CCDFF0. A complement of this color would be #F0DDCC, perceived brightness is 0.86, and the grayscale version is #DEDEDE.

In the HSL color space, this color has a hue angle of 208°,a saturation of 55%, and a lightness of 87%.The HSV representation shows a hue of 208°, a saturation of 15%, and a value of 94%.

In a RGB color space, #CCDFF0 is composed of 80% red, 87% green and 94% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 7% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 71.62, x: 0.3215, and y: 0.3426.

Color Code #CCDFF0

#CCDFF0rgb(204, 223, 240)
HEX
#CCDFF0
RGB
rgb(204, 223, 240)
HSL
hsl(208, 55%, 87%)
HSV
hsv(208, 15%, 94%)
CMYK
15%, 7%, 0%, 6%
XYZ
X: 67.21, Y: 71.62, Z: 70.24
Lab
L: 87.78, a: -4.01, b: -10.60
Name

Shades of Color #CCDFF0

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

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

#CCDFF0rgb(204, 223, 240)

About #CCDFF0 Color Code

In the HSL color space, this color has a hue angle of 208°, a saturation of 55%, and a lightness of 87%. The HSV representation shows a hue of 208°, a saturation of 15%, and a value of 94%.

  • HEX: #CCDFF0
  • RGB: rgb(204, 223, 240)
  • HSL: hsl(208, 55%, 87%)
  • HSV: hsv(208, 15%, 94%)
  • CMYK: 15.00% cyan, 7.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 67.21, 71.62, 70.24
  • Yxy: 71.62, 0.3215, 0.3426
  • Hunter Lab: 87.78, -4.01, -10.60
  • CIE-Lab: 87.78, -4.01, -10.60

In the XYZ color space, this color is represented as X: 67.21, Y: 71.62, Z: 70.24. The Yxy representation further refines this as Y: 71.62, x: 0.3215, and y: 0.3426.

In the Hunter Lab color space, this color is represented as L: 87.78, a: -4.01, and b: -10.60. Similarly, in the CIE-Lab color space, it is represented as L: 87.78, a: -4.01, and b: -10.60.

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

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

Analogous Colors of #CCDFF0

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

Monochromatic Colors of #CCDFF0

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

Complementary Color of #CCDFF0

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

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

HTML Examples of #CCDFF0

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

Related Colors of #CCDFF0

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