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