Color: #CCEEDF

#CCEEDF Color Information

#CCEEDF is a light color. The closest websafe version is #CCEEDF. A complement of this color would be #EECDDC, perceived brightness is 0.89, and the grayscale version is #DDDDDD.

In the HSL color space, this color has a hue angle of 154°,a saturation of 50%, and a lightness of 87%.The HSV representation shows a hue of 154°, a saturation of 14%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 79.20, x: 0.3311, and y: 0.3756.

Color Code #CCEEDF

#CCEEDFrgb(204, 238, 223)
HEX
#CCEEDF
RGB
rgb(204, 238, 223)
HSL
hsl(154, 50%, 87%)
HSV
hsv(154, 14%, 93%)
CMYK
14%, 0%, 6%, 7%
XYZ
X: 69.81, Y: 79.20, Z: 61.84
Lab
L: 91.33, a: -13.63, b: 3.38
Name

Shades of Color #CCEEDF

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

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

#CCEEDFrgb(204, 238, 223)

About #CCEEDF Color Code

In the HSL color space, this color has a hue angle of 154°, a saturation of 50%, and a lightness of 87%. The HSV representation shows a hue of 154°, a saturation of 14%, and a value of 93%.

  • HEX: #CCEEDF
  • RGB: rgb(204, 238, 223)
  • HSL: hsl(154, 50%, 87%)
  • HSV: hsv(154, 14%, 93%)
  • CMYK: 14.00% cyan, 0.00% magenta, 6.00% yellow, 7.00% black
  • XYZ: 69.81, 79.20, 61.84
  • Yxy: 79.20, 0.3311, 0.3756
  • Hunter Lab: 91.33, -13.63, 3.38
  • CIE-Lab: 91.33, -13.63, 3.38

In the XYZ color space, this color is represented as X: 69.81, Y: 79.20, Z: 61.84. The Yxy representation further refines this as Y: 79.20, x: 0.3311, and y: 0.3756.

In the Hunter Lab color space, this color is represented as L: 91.33, a: -13.63, and b: 3.38. Similarly, in the CIE-Lab color space, it is represented as L: 91.33, a: -13.63, and b: 3.38.

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

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

Analogous Colors of #CCEEDF

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

Monochromatic Colors of #CCEEDF

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

Complementary Color of #CCEEDF

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

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

HTML Examples of #CCEEDF

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

Related Colors of #CCEEDF

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