Color: #CFE8EF

#CFE8EF Color Information

#CFE8EF is a light color. The closest websafe version is #CFE8EF. A complement of this color would be #EED4CD, perceived brightness is 0.88, and the grayscale version is #DFDFDF.

In the HSL color space, this color has a hue angle of 193°,a saturation of 50%, and a lightness of 87%.The HSV representation shows a hue of 193°, a saturation of 13%, and a value of 94%.

In a RGB color space, #CFE8EF is composed of 81% red, 91% green and 94% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 3% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 76.96, x: 0.3241, and y: 0.3531.

Color Code #CFE8EF

#CFE8EFrgb(207, 232, 239)
HEX
#CFE8EF
RGB
rgb(207, 232, 239)
HSL
hsl(193, 50%, 87%)
HSV
hsv(193, 13%, 94%)
CMYK
13%, 3%, 0%, 6%
XYZ
X: 70.63, Y: 76.96, Z: 70.35
Lab
L: 90.31, a: -7.49, b: -6.35
Name

Shades of Color #CFE8EF

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

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

#CFE8EFrgb(207, 232, 239)

About #CFE8EF Color Code

In the HSL color space, this color has a hue angle of 193°, a saturation of 50%, and a lightness of 87%. The HSV representation shows a hue of 193°, a saturation of 13%, and a value of 94%.

  • HEX: #CFE8EF
  • RGB: rgb(207, 232, 239)
  • HSL: hsl(193, 50%, 87%)
  • HSV: hsv(193, 13%, 94%)
  • CMYK: 13.00% cyan, 3.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 70.63, 76.96, 70.35
  • Yxy: 76.96, 0.3241, 0.3531
  • Hunter Lab: 90.31, -7.49, -6.35
  • CIE-Lab: 90.31, -7.49, -6.35

In the XYZ color space, this color is represented as X: 70.63, Y: 76.96, Z: 70.35. The Yxy representation further refines this as Y: 76.96, x: 0.3241, and y: 0.3531.

In the Hunter Lab color space, this color is represented as L: 90.31, a: -7.49, and b: -6.35. Similarly, in the CIE-Lab color space, it is represented as L: 90.31, a: -7.49, and b: -6.35.

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

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

Analogous Colors of #CFE8EF

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

Monochromatic Colors of #CFE8EF

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

Complementary Color of #CFE8EF

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

/* Using HEX */
body {
  background-color: #cfe8ef;
}
/* Using RGB */
body {
  background-color: rgb(207, 232, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 232, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(193, 50%, 87%);
}
/* Text color */
p {
  color: #cfe8ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cfe8ef;
}
/* Border color */
.box {
  border: 4px solid #cfe8ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cfe8ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cfe8ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CFE8EF
On Black Background
#CFE8EF
On White Background
#CFE8EF

HTML Examples of #CFE8EF

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

Related Colors of #CFE8EF

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