Color: #C7CEFB

#C7CEFB Color Information

#C7CEFB is a light color. The closest websafe version is #C7CEFB. A complement of this color would be #FBF4C6, perceived brightness is 0.82, and the grayscale version is #E1E1E1.

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

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

In the Yxy color space, this color is represented as Y: 62.80, x: 0.3109, and y: 0.3125.

Color Code #C7CEFB

#C7CEFBrgb(199, 206, 251)
HEX
#C7CEFB
RGB
rgb(199, 206, 251)
HSL
hsl(232, 87%, 88%)
HSV
hsv(232, 21%, 98%)
CMYK
21%, 18%, 0%, 2%
XYZ
X: 62.47, Y: 62.80, Z: 75.68
Lab
L: 83.34, a: 4.48, b: -23.04
Name

Shades of Color #C7CEFB

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

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

#C7CEFBrgb(199, 206, 251)

About #C7CEFB Color Code

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

  • HEX: #C7CEFB
  • RGB: rgb(199, 206, 251)
  • HSL: hsl(232, 87%, 88%)
  • HSV: hsv(232, 21%, 98%)
  • CMYK: 21.00% cyan, 18.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 62.47, 62.80, 75.68
  • Yxy: 62.80, 0.3109, 0.3125
  • Hunter Lab: 83.34, 4.48, -23.04
  • CIE-Lab: 83.34, 4.48, -23.04

In the XYZ color space, this color is represented as X: 62.47, Y: 62.80, Z: 75.68. The Yxy representation further refines this as Y: 62.80, x: 0.3109, and y: 0.3125.

In the Hunter Lab color space, this color is represented as L: 83.34, a: 4.48, and b: -23.04. Similarly, in the CIE-Lab color space, it is represented as L: 83.34, a: 4.48, and b: -23.04.

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

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

Analogous Colors of #C7CEFB

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

Monochromatic Colors of #C7CEFB

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

Complementary Color of #C7CEFB

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

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

HTML Examples of #C7CEFB

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

Related Colors of #C7CEFB

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