Color: #DDE1FB
#DDE1FB Color Information
#DDE1FB is a light color. The closest websafe version is #DDE1FB. A complement of this color would be #FBF7DF, perceived brightness is 0.89, and the grayscale version is #ECECEC.
In the HSL color space, this color has a hue angle of 232°,a saturation of 79%, and a lightness of 93%.The HSV representation shows a hue of 232°, a saturation of 12%, and a value of 98%.
In a RGB color space, #DDE1FB is composed of 87% red, 88% green and 98% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 10% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 75.91, x: 0.3268, and y: 0.3337.
Color Code #DDE1FB
Shades of Color #DDE1FB
Shades are created by darkening the original color #DDE1FB 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 #DDE1FB
Tints are created by lightening the original color #DDE1FB 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 #DDE1FB Color Code
In the HSL color space, this color has a hue angle of 232°, a saturation of 79%, and a lightness of 93%. The HSV representation shows a hue of 232°, a saturation of 12%, and a value of 98%.
- HEX: #DDE1FB
- RGB: rgb(221, 225, 251)
- HSL: hsl(232, 79%, 93%)
- HSV: hsv(232, 12%, 98%)
- CMYK: 12.00% cyan, 10.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 74.33, 75.91, 77.21
- Yxy: 75.91, 0.3268, 0.3337
- Hunter Lab: 89.82, 2.34, -13.17
- CIE-Lab: 89.82, 2.34, -13.17
In the XYZ color space, this color is represented as X: 74.33, Y: 75.91, Z: 77.21. The Yxy representation further refines this as Y: 75.91, x: 0.3268, and y: 0.3337.
In the Hunter Lab color space, this color is represented as L: 89.82, a: 2.34, and b: -13.17. Similarly, in the CIE-Lab color space, it is represented as L: 89.82, a: 2.34, and b: -13.17.
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 #DDE1FB
Triadic colors are three colors evenly spaced around the color wheel, including #DDE1FB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DDE1FB
Split complementary colors are two colors adjacent to the complementary color of #DDE1FB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DDE1FB
Monochromatic colors are variations of #DDE1FB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDE1FB
The complementary color of #DDE1FB 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 #DDE1FB
/* Using HEX */ body { background-color: #dde1fb; }
/* Using RGB */ body { background-color: rgb(221, 225, 251); }
/* Using RGB with opacity */ body { background-color: rgba(221, 225, 251, 0.5); }
/* Using HSL */ body { background-color: hsl(232, 79%, 93%); }
/* Text color */ p { color: #dde1fb; }
/* Box shadow */ div { box-shadow: 4px 4px #dde1fb; }
/* Border color */ .box { border: 4px solid #dde1fb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dde1fb; }
/* Background with text */ div { background: #dde1fb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DDE1FB
<!-- Using HEX --> <div style="background-color: #dde1fb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 225, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 225, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(232, 79%, 93%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dde1fb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dde1fb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dde1fb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dde1fb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dde1fb; color: #fff; padding: 16px; border-radius: 8px;"> #DDE1FB </div>
Related Colors of #DDE1FB
These colors are similar to #DDE1FB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.