Color: #C1CEFE

#C1CEFE Color Information

#C1CEFE is a light color. The closest websafe version is #C1CEFE. A complement of this color would be #FEF1C3, perceived brightness is 0.81, and the grayscale version is #E0E0E0.

In the HSL color space, this color has a hue angle of 227°,a saturation of 97%, and a lightness of 88%.The HSV representation shows a hue of 227°, a saturation of 24%, and a value of 100%.

In a RGB color space, #C1CEFE is composed of 76% red, 81% green and 100% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 19% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 62.12, x: 0.3047, and y: 0.3093.

Color Code #C1CEFE

#C1CEFErgb(193, 206, 254)
HEX
#C1CEFE
RGB
rgb(193, 206, 254)
HSL
hsl(227, 97%, 88%)
HSV
hsv(227, 24%, 100%)
CMYK
24%, 19%, 0%, 0%
XYZ
X: 61.20, Y: 62.12, Z: 77.52
Lab
L: 82.98, a: 3.08, b: -25.22
Name

Shades of Color #C1CEFE

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

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

#C1CEFErgb(193, 206, 254)

About #C1CEFE Color Code

In the HSL color space, this color has a hue angle of 227°, a saturation of 97%, and a lightness of 88%. The HSV representation shows a hue of 227°, a saturation of 24%, and a value of 100%.

  • HEX: #C1CEFE
  • RGB: rgb(193, 206, 254)
  • HSL: hsl(227, 97%, 88%)
  • HSV: hsv(227, 24%, 100%)
  • CMYK: 24.00% cyan, 19.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 61.20, 62.12, 77.52
  • Yxy: 62.12, 0.3047, 0.3093
  • Hunter Lab: 82.98, 3.08, -25.22
  • CIE-Lab: 82.98, 3.08, -25.22

In the XYZ color space, this color is represented as X: 61.20, Y: 62.12, Z: 77.52. The Yxy representation further refines this as Y: 62.12, x: 0.3047, and y: 0.3093.

In the Hunter Lab color space, this color is represented as L: 82.98, a: 3.08, and b: -25.22. Similarly, in the CIE-Lab color space, it is represented as L: 82.98, a: 3.08, and b: -25.22.

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

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

Analogous Colors of #C1CEFE

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

Monochromatic Colors of #C1CEFE

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

Complementary Color of #C1CEFE

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

/* Using HEX */
body {
  background-color: #c1cefe;
}
/* Using RGB */
body {
  background-color: rgb(193, 206, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 206, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(227, 97%, 88%);
}
/* Text color */
p {
  color: #c1cefe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c1cefe;
}
/* Border color */
.box {
  border: 4px solid #c1cefe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c1cefe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c1cefe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C1CEFE
On Black Background
#C1CEFE
On White Background
#C1CEFE

HTML Examples of #C1CEFE

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

Related Colors of #C1CEFE

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