Color: #DAEAF6

#DAEAF6 Color Information

#DAEAF6 is a light color. The closest websafe version is #DAEAF6. A complement of this color would be #F6E6DA, perceived brightness is 0.90, and the grayscale version is #E8E8E8.

In the HSL color space, this color has a hue angle of 206°,a saturation of 61%, and a lightness of 91%.The HSV representation shows a hue of 206°, a saturation of 11%, and a value of 96%.

In a RGB color space, #DAEAF6 is composed of 85% red, 92% green and 96% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 5% magenta, 0% yellow and 4% black.

In the Yxy color space, this color is represented as Y: 80.17, x: 0.3274, and y: 0.3480.

Color Code #DAEAF6

#DAEAF6rgb(218, 234, 246)
HEX
#DAEAF6
RGB
rgb(218, 234, 246)
HSL
hsl(206, 61%, 91%)
HSV
hsv(206, 11%, 96%)
CMYK
11%, 5%, 0%, 4%
XYZ
X: 75.44, Y: 80.17, Z: 74.78
Lab
L: 91.76, a: -3.75, b: -7.75
Name

Shades of Color #DAEAF6

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

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

#DAEAF6rgb(218, 234, 246)

About #DAEAF6 Color Code

In the HSL color space, this color has a hue angle of 206°, a saturation of 61%, and a lightness of 91%. The HSV representation shows a hue of 206°, a saturation of 11%, and a value of 96%.

  • HEX: #DAEAF6
  • RGB: rgb(218, 234, 246)
  • HSL: hsl(206, 61%, 91%)
  • HSV: hsv(206, 11%, 96%)
  • CMYK: 11.00% cyan, 5.00% magenta, 0.00% yellow, 4.00% black
  • XYZ: 75.44, 80.17, 74.78
  • Yxy: 80.17, 0.3274, 0.3480
  • Hunter Lab: 91.76, -3.75, -7.75
  • CIE-Lab: 91.76, -3.75, -7.75

In the XYZ color space, this color is represented as X: 75.44, Y: 80.17, Z: 74.78. The Yxy representation further refines this as Y: 80.17, x: 0.3274, and y: 0.3480.

In the Hunter Lab color space, this color is represented as L: 91.76, a: -3.75, and b: -7.75. Similarly, in the CIE-Lab color space, it is represented as L: 91.76, a: -3.75, and b: -7.75.

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

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

Analogous Colors of #DAEAF6

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

Monochromatic Colors of #DAEAF6

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

Complementary Color of #DAEAF6

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

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

HTML Examples of #DAEAF6

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

Related Colors of #DAEAF6

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