Color: #CEBCD0

#CEBCD0 Color Information

#CEBCD0 is a light color. The closest websafe version is #CEBCD0. A complement of this color would be #BFD1BD, perceived brightness is 0.77, and the grayscale version is #C6C6C6.

In the HSL color space, this color has a hue angle of 294°,a saturation of 18%, and a lightness of 78%.The HSV representation shows a hue of 294°, a saturation of 10%, and a value of 82%.

In a RGB color space, #CEBCD0 is composed of 81% red, 74% green and 82% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 10% magenta, 0% yellow and 18% black.

In the Yxy color space, this color is represented as Y: 53.61, x: 0.3463, and y: 0.3357.

Color Code #CEBCD0

#CEBCD0rgb(206, 188, 208)
HEX
#CEBCD0
RGB
rgb(206, 188, 208)
HSL
hsl(294, 18%, 78%)
HSV
hsv(294, 10%, 82%)
CMYK
1%, 10%, 0%, 18%
XYZ
X: 55.30, Y: 53.61, Z: 50.79
Lab
L: 78.23, a: 9.26, b: -7.66
Name

Shades of Color #CEBCD0

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

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

#CEBCD0rgb(206, 188, 208)

About #CEBCD0 Color Code

In the HSL color space, this color has a hue angle of 294°, a saturation of 18%, and a lightness of 78%. The HSV representation shows a hue of 294°, a saturation of 10%, and a value of 82%.

  • HEX: #CEBCD0
  • RGB: rgb(206, 188, 208)
  • HSL: hsl(294, 18%, 78%)
  • HSV: hsv(294, 10%, 82%)
  • CMYK: 100.00% cyan, 10.00% magenta, 0.00% yellow, 18.00% black
  • XYZ: 55.30, 53.61, 50.79
  • Yxy: 53.61, 0.3463, 0.3357
  • Hunter Lab: 78.23, 9.26, -7.66
  • CIE-Lab: 78.23, 9.26, -7.66

In the XYZ color space, this color is represented as X: 55.30, Y: 53.61, Z: 50.79. The Yxy representation further refines this as Y: 53.61, x: 0.3463, and y: 0.3357.

In the Hunter Lab color space, this color is represented as L: 78.23, a: 9.26, and b: -7.66. Similarly, in the CIE-Lab color space, it is represented as L: 78.23, a: 9.26, and b: -7.66.

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

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

Analogous Colors of #CEBCD0

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

Monochromatic Colors of #CEBCD0

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

Complementary Color of #CEBCD0

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

/* Using HEX */
body {
  background-color: #cebcd0;
}
/* Using RGB */
body {
  background-color: rgb(206, 188, 208);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 188, 208, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(294, 18%, 78%);
}
/* Text color */
p {
  color: #cebcd0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cebcd0;
}
/* Border color */
.box {
  border: 4px solid #cebcd0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cebcd0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cebcd0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEBCD0
On Black Background
#CEBCD0
On White Background
#CEBCD0

HTML Examples of #CEBCD0

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

Related Colors of #CEBCD0

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