Color: #CEDFB1

#CEDFB1 Color Information

#CEDFB1 is a light color. The closest websafe version is #CEDFB1. A complement of this color would be #C1AFDE, perceived brightness is 0.83, and the grayscale version is #C8C8C8.

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

In a RGB color space, #CEDFB1 is composed of 81% red, 87% green and 69% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 0% magenta, 21% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 69.30, x: 0.3617, and y: 0.4068.

Color Code #CEDFB1

#CEDFB1rgb(206, 223, 177)
HEX
#CEDFB1
RGB
rgb(206, 223, 177)
HSL
hsl(82, 42%, 78%)
HSV
hsv(82, 21%, 87%)
CMYK
8%, 0%, 21%, 13%
XYZ
X: 61.62, Y: 69.30, Z: 39.42
Lab
L: 86.65, a: -11.79, b: 20.63
Name

Shades of Color #CEDFB1

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

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

#CEDFB1rgb(206, 223, 177)

About #CEDFB1 Color Code

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

  • HEX: #CEDFB1
  • RGB: rgb(206, 223, 177)
  • HSL: hsl(82, 42%, 78%)
  • HSV: hsv(82, 21%, 87%)
  • CMYK: 8.00% cyan, 0.00% magenta, 21.00% yellow, 13.00% black
  • XYZ: 61.62, 69.30, 39.42
  • Yxy: 69.30, 0.3617, 0.4068
  • Hunter Lab: 86.65, -11.79, 20.63
  • CIE-Lab: 86.65, -11.79, 20.63

In the XYZ color space, this color is represented as X: 61.62, Y: 69.30, Z: 39.42. The Yxy representation further refines this as Y: 69.30, x: 0.3617, and y: 0.4068.

In the Hunter Lab color space, this color is represented as L: 86.65, a: -11.79, and b: 20.63. Similarly, in the CIE-Lab color space, it is represented as L: 86.65, a: -11.79, and b: 20.63.

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

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

Analogous Colors of #CEDFB1

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

Split Complementary Colors of #CEDFB1

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

Tetradic Colors of #CEDFB1

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

Monochromatic Colors of #CEDFB1

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

Complementary Color of #CEDFB1

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

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

HTML Examples of #CEDFB1

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

Related Colors of #CEDFB1

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