Color: #DECFEF

#DECFEF Color Information

#DECFEF is a light color. The closest websafe version is #DECFEF. A complement of this color would be #DFEECD, perceived brightness is 0.84, and the grayscale version is #DFDFDF.

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

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

In the Yxy color space, this color is represented as Y: 66.22, x: 0.3358, and y: 0.3259.

Color Code #DECFEF

HEX
#DECFEF
RGB
rgb(222, 207, 239)
HSL
hsl(268, 50%, 87%)
HSV
hsv(268, 13%, 94%)
CMYK
7%, 13%, 0%, 6%
XYZ
X: 68.23, Y: 66.22, Z: 68.72
Lab
L: 85.11, a: 9.75, b: -13.84
Name

Shades of Color #DECFEF

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

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

About #DECFEF Color Code

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

  • HEX: #DECFEF
  • RGB: rgb(222, 207, 239)
  • HSL: hsl(268, 50%, 87%)
  • HSV: hsv(268, 13%, 94%)
  • CMYK: 7.00% cyan, 13.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 68.23, 66.22, 68.72
  • Yxy: 66.22, 0.3358, 0.3259
  • Hunter Lab: 85.11, 9.75, -13.84
  • CIE-Lab: 85.11, 9.75, -13.84

In the XYZ color space, this color is represented as X: 68.23, Y: 66.22, Z: 68.72. The Yxy representation further refines this as Y: 66.22, x: 0.3358, and y: 0.3259.

In the Hunter Lab color space, this color is represented as L: 85.11, a: 9.75, and b: -13.84. Similarly, in the CIE-Lab color space, it is represented as L: 85.11, a: 9.75, and b: -13.84.

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

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

Analogous Colors of #DECFEF

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

Monochromatic Colors of #DECFEF

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

Complementary Color of #DECFEF

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

/* Using HEX */
body {
  background-color: #decfef;
}
/* Using RGB */
body {
  background-color: rgb(222, 207, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(222, 207, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(268, 50%, 87%);
}
/* Text color */
p {
  color: #decfef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #decfef;
}

HTML Examples of #DECFEF

<!-- Using HEX -->
<div style="background-color: #decfef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(222, 207, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(222, 207, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(268, 50%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #decfef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #decfef; width: 100px; height: 100px;"></div>

Related Colors of #DECFEF

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