Color: #CEDBA5

#CEDBA5 Color Information

#CEDBA5 is a light color. The closest websafe version is #CEDBA5. A complement of this color would be #B1A4DB, perceived brightness is 0.82, and the grayscale version is #C0C0C0.

In the HSL color space, this color has a hue angle of 74°,a saturation of 43%, and a lightness of 75%.The HSV representation shows a hue of 74°, a saturation of 25%, and a value of 86%.

In a RGB color space, #CEDBA5 is composed of 81% red, 86% green and 65% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 25% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 66.80, x: 0.3701, and y: 0.4149.

Color Code #CEDBA5

#CEDBA5rgb(206, 219, 165)
HEX
#CEDBA5
RGB
rgb(206, 219, 165)
HSL
hsl(74, 43%, 75%)
HSV
hsv(74, 25%, 86%)
CMYK
6%, 0%, 25%, 14%
XYZ
X: 59.58, Y: 66.80, Z: 34.61
Lab
L: 85.40, a: -11.21, b: 25.12
Name

Shades of Color #CEDBA5

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

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

#CEDBA5rgb(206, 219, 165)

About #CEDBA5 Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 43%, and a lightness of 75%. The HSV representation shows a hue of 74°, a saturation of 25%, and a value of 86%.

  • HEX: #CEDBA5
  • RGB: rgb(206, 219, 165)
  • HSL: hsl(74, 43%, 75%)
  • HSV: hsv(74, 25%, 86%)
  • CMYK: 6.00% cyan, 0.00% magenta, 25.00% yellow, 14.00% black
  • XYZ: 59.58, 66.80, 34.61
  • Yxy: 66.80, 0.3701, 0.4149
  • Hunter Lab: 85.40, -11.21, 25.12
  • CIE-Lab: 85.40, -11.21, 25.12

In the XYZ color space, this color is represented as X: 59.58, Y: 66.80, Z: 34.61. The Yxy representation further refines this as Y: 66.80, x: 0.3701, and y: 0.4149.

In the Hunter Lab color space, this color is represented as L: 85.40, a: -11.21, and b: 25.12. Similarly, in the CIE-Lab color space, it is represented as L: 85.40, a: -11.21, and b: 25.12.

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

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

Analogous Colors of #CEDBA5

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

Split Complementary Colors of #CEDBA5

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

Tetradic Colors of #CEDBA5

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

Monochromatic Colors of #CEDBA5

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

Complementary Color of #CEDBA5

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

/* Using HEX */
body {
  background-color: #cedba5;
}
/* Using RGB */
body {
  background-color: rgb(206, 219, 165);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 219, 165, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(74, 43%, 75%);
}
/* Text color */
p {
  color: #cedba5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cedba5;
}
/* Border color */
.box {
  border: 4px solid #cedba5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cedba5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cedba5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CEDBA5
On Black Background
#CEDBA5
On White Background
#CEDBA5

HTML Examples of #CEDBA5

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

Related Colors of #CEDBA5

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