Color: #CEDCF9

#CEDCF9 Color Information

#CEDCF9 is a light color. The closest websafe version is #CEDCF9. A complement of this color would be #F9EACD, perceived brightness is 0.86, and the grayscale version is #E3E3E3.

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

In a RGB color space, #CEDCF9 is composed of 81% red, 86% green and 98% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 12% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 70.78, x: 0.3175, and y: 0.3303.

Color Code #CEDCF9

#CEDCF9rgb(206, 220, 249)
HEX
#CEDCF9
RGB
rgb(206, 220, 249)
HSL
hsl(220, 78%, 89%)
HSV
hsv(220, 17%, 98%)
CMYK
17%, 12%, 0%, 2%
XYZ
X: 68.03, Y: 70.78, Z: 75.46
Lab
L: 87.38, a: -0.48, b: -15.89
Name

Shades of Color #CEDCF9

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

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

#CEDCF9rgb(206, 220, 249)

About #CEDCF9 Color Code

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

  • HEX: #CEDCF9
  • RGB: rgb(206, 220, 249)
  • HSL: hsl(220, 78%, 89%)
  • HSV: hsv(220, 17%, 98%)
  • CMYK: 17.00% cyan, 12.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 68.03, 70.78, 75.46
  • Yxy: 70.78, 0.3175, 0.3303
  • Hunter Lab: 87.38, -0.48, -15.89
  • CIE-Lab: 87.38, -0.48, -15.89

In the XYZ color space, this color is represented as X: 68.03, Y: 70.78, Z: 75.46. The Yxy representation further refines this as Y: 70.78, x: 0.3175, and y: 0.3303.

In the Hunter Lab color space, this color is represented as L: 87.38, a: -0.48, and b: -15.89. Similarly, in the CIE-Lab color space, it is represented as L: 87.38, a: -0.48, and b: -15.89.

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

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

Analogous Colors of #CEDCF9

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

Monochromatic Colors of #CEDCF9

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

Complementary Color of #CEDCF9

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

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

HTML Examples of #CEDCF9

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

Related Colors of #CEDCF9

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