Color: #CEBCEC

#CEBCEC Color Information

#CEBCEC is a light color. The closest websafe version is #CEBCEC. A complement of this color would be #D9ECBB, perceived brightness is 0.78, and the grayscale version is #D4D4D4.

In the HSL color space, this color has a hue angle of 263°,a saturation of 56%, and a lightness of 83%.The HSV representation shows a hue of 263°, a saturation of 20%, and a value of 93%.

In a RGB color space, #CEBCEC is composed of 81% red, 74% green and 93% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 20% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 54.87, x: 0.3260, and y: 0.3069.

Color Code #CEBCEC

#CEBCECrgb(206, 188, 236)
HEX
#CEBCEC
RGB
rgb(206, 188, 236)
HSL
hsl(263, 56%, 83%)
HSV
hsv(263, 20%, 93%)
CMYK
13%, 20%, 0%, 7%
XYZ
X: 58.28, Y: 54.87, Z: 65.65
Lab
L: 78.97, a: 13.42, b: -21.58
Name

Shades of Color #CEBCEC

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

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

#CEBCECrgb(206, 188, 236)

About #CEBCEC Color Code

In the HSL color space, this color has a hue angle of 263°, a saturation of 56%, and a lightness of 83%. The HSV representation shows a hue of 263°, a saturation of 20%, and a value of 93%.

  • HEX: #CEBCEC
  • RGB: rgb(206, 188, 236)
  • HSL: hsl(263, 56%, 83%)
  • HSV: hsv(263, 20%, 93%)
  • CMYK: 13.00% cyan, 20.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 58.28, 54.87, 65.65
  • Yxy: 54.87, 0.3260, 0.3069
  • Hunter Lab: 78.97, 13.42, -21.58
  • CIE-Lab: 78.97, 13.42, -21.58

In the XYZ color space, this color is represented as X: 58.28, Y: 54.87, Z: 65.65. The Yxy representation further refines this as Y: 54.87, x: 0.3260, and y: 0.3069.

In the Hunter Lab color space, this color is represented as L: 78.97, a: 13.42, and b: -21.58. Similarly, in the CIE-Lab color space, it is represented as L: 78.97, a: 13.42, and b: -21.58.

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

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

Analogous Colors of #CEBCEC

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

Split Complementary Colors of #CEBCEC

Split complementary colors are two colors adjacent to the complementary color of #CEBCEC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CEBCEC

Tetradic colors form a rectangle on the color wheel, including #CEBCEC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CEBCEC

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

Complementary Color of #CEBCEC

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

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

HTML Examples of #CEBCEC

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

Related Colors of #CEBCEC

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