Color: #C1CEFB

#C1CEFB Color Information

#C1CEFB is a light color. The closest websafe version is #C1CEFB. A complement of this color would be #FBEEC1, perceived brightness is 0.81, and the grayscale version is #DEDEDE.

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

In a RGB color space, #C1CEFB is composed of 76% red, 81% green and 98% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 18% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 61.96, x: 0.3065, and y: 0.3123.

Color Code #C1CEFB

#C1CEFBrgb(193, 206, 251)
HEX
#C1CEFB
RGB
rgb(193, 206, 251)
HSL
hsl(227, 88%, 87%)
HSV
hsv(227, 23%, 98%)
CMYK
23%, 18%, 0%, 2%
XYZ
X: 60.82, Y: 61.96, Z: 75.63
Lab
L: 82.89, a: 2.56, b: -23.77
Name

Shades of Color #C1CEFB

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

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

#C1CEFBrgb(193, 206, 251)

About #C1CEFB Color Code

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

  • HEX: #C1CEFB
  • RGB: rgb(193, 206, 251)
  • HSL: hsl(227, 88%, 87%)
  • HSV: hsv(227, 23%, 98%)
  • CMYK: 23.00% cyan, 18.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 60.82, 61.96, 75.63
  • Yxy: 61.96, 0.3065, 0.3123
  • Hunter Lab: 82.89, 2.56, -23.77
  • CIE-Lab: 82.89, 2.56, -23.77

In the XYZ color space, this color is represented as X: 60.82, Y: 61.96, Z: 75.63. The Yxy representation further refines this as Y: 61.96, x: 0.3065, and y: 0.3123.

In the Hunter Lab color space, this color is represented as L: 82.89, a: 2.56, and b: -23.77. Similarly, in the CIE-Lab color space, it is represented as L: 82.89, a: 2.56, and b: -23.77.

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

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

Analogous Colors of #C1CEFB

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

Monochromatic Colors of #C1CEFB

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

Complementary Color of #C1CEFB

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

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

HTML Examples of #C1CEFB

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

Related Colors of #C1CEFB

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