Color: #C7BEDC

#C7BEDC Color Information

#C7BEDC is a light color. The closest websafe version is #C7BEDC. A complement of this color would be #D2DBBD, perceived brightness is 0.77, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 258°,a saturation of 30%, and a lightness of 80%.The HSV representation shows a hue of 258°, a saturation of 14%, and a value of 86%.

In a RGB color space, #C7BEDC is composed of 78% red, 75% green and 86% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 14% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 53.96, x: 0.3315, and y: 0.3254.

Color Code #C7BEDC

#C7BEDCrgb(199, 190, 220)
HEX
#C7BEDC
RGB
rgb(199, 190, 220)
HSL
hsl(258, 30%, 80%)
HSV
hsv(258, 14%, 86%)
CMYK
10%, 14%, 0%, 14%
XYZ
X: 54.97, Y: 53.96, Z: 56.91
Lab
L: 78.44, a: 7.54, b: -13.87
Name

Shades of Color #C7BEDC

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

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

#C7BEDCrgb(199, 190, 220)

About #C7BEDC Color Code

In the HSL color space, this color has a hue angle of 258°, a saturation of 30%, and a lightness of 80%. The HSV representation shows a hue of 258°, a saturation of 14%, and a value of 86%.

  • HEX: #C7BEDC
  • RGB: rgb(199, 190, 220)
  • HSL: hsl(258, 30%, 80%)
  • HSV: hsv(258, 14%, 86%)
  • CMYK: 10.00% cyan, 14.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 54.97, 53.96, 56.91
  • Yxy: 53.96, 0.3315, 0.3254
  • Hunter Lab: 78.44, 7.54, -13.87
  • CIE-Lab: 78.44, 7.54, -13.87

In the XYZ color space, this color is represented as X: 54.97, Y: 53.96, Z: 56.91. The Yxy representation further refines this as Y: 53.96, x: 0.3315, and y: 0.3254.

In the Hunter Lab color space, this color is represented as L: 78.44, a: 7.54, and b: -13.87. Similarly, in the CIE-Lab color space, it is represented as L: 78.44, a: 7.54, and b: -13.87.

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

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

Analogous Colors of #C7BEDC

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

Monochromatic Colors of #C7BEDC

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

Complementary Color of #C7BEDC

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

/* Using HEX */
body {
  background-color: #c7bedc;
}
/* Using RGB */
body {
  background-color: rgb(199, 190, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(199, 190, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(258, 30%, 80%);
}
/* Text color */
p {
  color: #c7bedc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c7bedc;
}
/* Border color */
.box {
  border: 4px solid #c7bedc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c7bedc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c7bedc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C7BEDC
On Black Background
#C7BEDC
On White Background
#C7BEDC

HTML Examples of #C7BEDC

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

Related Colors of #C7BEDC

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