Color: #DDB8EF
#DDB8EF Color Information
#DDB8EF is a light color. The closest websafe version is #DDB8EF. A complement of this color would be #CBEFB8, perceived brightness is 0.79, and the grayscale version is #D3D3D3.
In the HSL color space, this color has a hue angle of 280°,a saturation of 63%, and a lightness of 83%.The HSV representation shows a hue of 280°, a saturation of 23%, and a value of 94%.
In a RGB color space, #DDB8EF is composed of 87% red, 72% green and 94% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 23% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 55.68, x: 0.3364, and y: 0.3004.
Color Code #DDB8EF
Shades of Color #DDB8EF
Shades are created by darkening the original color #DDB8EF 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 #DDB8EF
Tints are created by lightening the original color #DDB8EF 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 #DDB8EF Color Code
In the HSL color space, this color has a hue angle of 280°, a saturation of 63%, and a lightness of 83%. The HSV representation shows a hue of 280°, a saturation of 23%, and a value of 94%.
- HEX: #DDB8EF
- RGB: rgb(221, 184, 239)
- HSL: hsl(280, 63%, 83%)
- HSV: hsv(280, 23%, 94%)
- CMYK: 8.00% cyan, 23.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 62.34, 55.68, 67.31
- Yxy: 55.68, 0.3364, 0.3004
- Hunter Lab: 79.43, 21.00, -22.33
- CIE-Lab: 79.43, 21.00, -22.33
In the XYZ color space, this color is represented as X: 62.34, Y: 55.68, Z: 67.31. The Yxy representation further refines this as Y: 55.68, x: 0.3364, and y: 0.3004.
In the Hunter Lab color space, this color is represented as L: 79.43, a: 21.00, and b: -22.33. Similarly, in the CIE-Lab color space, it is represented as L: 79.43, a: 21.00, and b: -22.33.
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 #DDB8EF
Triadic colors are three colors evenly spaced around the color wheel, including #DDB8EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DDB8EF
Split complementary colors are two colors adjacent to the complementary color of #DDB8EF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DDB8EF
Monochromatic colors are variations of #DDB8EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDB8EF
The complementary color of #DDB8EF 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 #DDB8EF
/* Using HEX */ body { background-color: #ddb8ef; }
/* Using RGB */ body { background-color: rgb(221, 184, 239); }
/* Using RGB with opacity */ body { background-color: rgba(221, 184, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(280, 63%, 83%); }
/* Text color */ p { color: #ddb8ef; }
/* Box shadow */ div { box-shadow: 4px 4px #ddb8ef; }
/* Border color */ .box { border: 4px solid #ddb8ef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ddb8ef; }
/* Background with text */ div { background: #ddb8ef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DDB8EF
<!-- Using HEX --> <div style="background-color: #ddb8ef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 184, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 184, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(280, 63%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ddb8ef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ddb8ef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ddb8ef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ddb8ef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ddb8ef; color: #fff; padding: 16px; border-radius: 8px;"> #DDB8EF </div>
Related Colors of #DDB8EF
These colors are similar to #DDB8EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.