Color: #CEDDEB

#CEDDEB Color Information

#CEDDEB is a light color. The closest websafe version is #CEDDEB. A complement of this color would be #EADBCC, perceived brightness is 0.86, and the grayscale version is #DDDDDD.

In the HSL color space, this color has a hue angle of 209°,a saturation of 42%, and a lightness of 86%.The HSV representation shows a hue of 209°, a saturation of 12%, and a value of 92%.

In a RGB color space, #CEDDEB is composed of 81% red, 87% green and 92% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 6% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 70.60, x: 0.3259, and y: 0.3453.

Color Code #CEDDEB

#CEDDEBrgb(206, 221, 235)
HEX
#CEDDEB
RGB
rgb(206, 221, 235)
HSL
hsl(209, 42%, 86%)
HSV
hsv(209, 12%, 92%)
CMYK
12%, 6%, 0%, 8%
XYZ
X: 66.64, Y: 70.60, Z: 67.21
Lab
L: 87.29, a: -3.15, b: -8.69
Name

Shades of Color #CEDDEB

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

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

#CEDDEBrgb(206, 221, 235)

About #CEDDEB Color Code

In the HSL color space, this color has a hue angle of 209°, a saturation of 42%, and a lightness of 86%. The HSV representation shows a hue of 209°, a saturation of 12%, and a value of 92%.

  • HEX: #CEDDEB
  • RGB: rgb(206, 221, 235)
  • HSL: hsl(209, 42%, 86%)
  • HSV: hsv(209, 12%, 92%)
  • CMYK: 12.00% cyan, 6.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 66.64, 70.60, 67.21
  • Yxy: 70.60, 0.3259, 0.3453
  • Hunter Lab: 87.29, -3.15, -8.69
  • CIE-Lab: 87.29, -3.15, -8.69

In the XYZ color space, this color is represented as X: 66.64, Y: 70.60, Z: 67.21. The Yxy representation further refines this as Y: 70.60, x: 0.3259, and y: 0.3453.

In the Hunter Lab color space, this color is represented as L: 87.29, a: -3.15, and b: -8.69. Similarly, in the CIE-Lab color space, it is represented as L: 87.29, a: -3.15, and b: -8.69.

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

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

Analogous Colors of #CEDDEB

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

Monochromatic Colors of #CEDDEB

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

Complementary Color of #CEDDEB

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

/* Using HEX */
body {
  background-color: #ceddeb;
}
/* Using RGB */
body {
  background-color: rgb(206, 221, 235);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 221, 235, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(209, 42%, 86%);
}
/* Text color */
p {
  color: #ceddeb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ceddeb;
}
/* Border color */
.box {
  border: 4px solid #ceddeb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ceddeb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ceddeb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEDDEB
On Black Background
#CEDDEB
On White Background
#CEDDEB

HTML Examples of #CEDDEB

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

Related Colors of #CEDDEB

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