Color: #CDEFFB

#CDEFFB Color Information

#CDEFFB is a light color. The closest websafe version is #CDEFFB. A complement of this color would be #FBD8CB, perceived brightness is 0.90, and the grayscale version is #E4E4E4.

In the HSL color space, this color has a hue angle of 196°,a saturation of 85%, and a lightness of 89%.The HSV representation shows a hue of 196°, a saturation of 18%, and a value of 98%.

In a RGB color space, #CDEFFB is composed of 80% red, 94% green and 98% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 5% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 81.31, x: 0.3160, and y: 0.3488.

Color Code #CDEFFB

#CDEFFBrgb(205, 239, 251)
HEX
#CDEFFB
RGB
rgb(205, 239, 251)
HSL
hsl(196, 85%, 89%)
HSV
hsv(196, 18%, 98%)
CMYK
18%, 5%, 0%, 2%
XYZ
X: 73.66, Y: 81.31, Z: 78.13
Lab
L: 92.27, a: -9.60, b: -9.71
Name

Shades of Color #CDEFFB

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

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

#CDEFFBrgb(205, 239, 251)

About #CDEFFB Color Code

In the HSL color space, this color has a hue angle of 196°, a saturation of 85%, and a lightness of 89%. The HSV representation shows a hue of 196°, a saturation of 18%, and a value of 98%.

  • HEX: #CDEFFB
  • RGB: rgb(205, 239, 251)
  • HSL: hsl(196, 85%, 89%)
  • HSV: hsv(196, 18%, 98%)
  • CMYK: 18.00% cyan, 5.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 73.66, 81.31, 78.13
  • Yxy: 81.31, 0.3160, 0.3488
  • Hunter Lab: 92.27, -9.60, -9.71
  • CIE-Lab: 92.27, -9.60, -9.71

In the XYZ color space, this color is represented as X: 73.66, Y: 81.31, Z: 78.13. The Yxy representation further refines this as Y: 81.31, x: 0.3160, and y: 0.3488.

In the Hunter Lab color space, this color is represented as L: 92.27, a: -9.60, and b: -9.71. Similarly, in the CIE-Lab color space, it is represented as L: 92.27, a: -9.60, and b: -9.71.

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

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

Analogous Colors of #CDEFFB

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

Monochromatic Colors of #CDEFFB

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

Complementary Color of #CDEFFB

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

/* Using HEX */
body {
  background-color: #cdeffb;
}
/* Using RGB */
body {
  background-color: rgb(205, 239, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 239, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(196, 85%, 89%);
}
/* Text color */
p {
  color: #cdeffb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cdeffb;
}
/* Border color */
.box {
  border: 4px solid #cdeffb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cdeffb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cdeffb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CDEFFB
On Black Background
#CDEFFB
On White Background
#CDEFFB

HTML Examples of #CDEFFB

<!-- Using HEX -->
<div style="background-color: #cdeffb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 239, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 239, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(196, 85%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cdeffb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cdeffb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cdeffb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cdeffb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cdeffb; color: #fff; padding: 16px; border-radius: 8px;">
  #CDEFFB
</div>
#CDEFFB
On Black Background
#CDEFFB
On White Background
#CDEFFB

Related Colors of #CDEFFB

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