Color: #DDC7FC
#DDC7FC Color Information
#DDC7FC is a light color. The closest websafe version is #DDC7FC. A complement of this color would be #E5FCC5, perceived brightness is 0.83, and the grayscale version is #E2E2E2.
In the HSL color space, this color has a hue angle of 265°,a saturation of 90%, and a lightness of 88%.The HSV representation shows a hue of 265°, a saturation of 100%, and a value of 100%.
In a RGB color space, #DDC7FC is composed of 87% red, 78% green and 99% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 21% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 62.93, x: 0.3267, and y: 0.3048.
Color Code #DDC7FC
Shades of Color #DDC7FC
Shades are created by darkening the original color #DDC7FC 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 #DDC7FC
Tints are created by lightening the original color #DDC7FC 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 #DDC7FC Color Code
In the HSL color space, this color has a hue angle of 265°, a saturation of 90%, and a lightness of 88%. The HSV representation shows a hue of 265°, a saturation of 21%, and a value of 99%.
- HEX: #DDC7FC
- RGB: rgb(221, 199, 252)
- HSL: hsl(265, 90%, 88%)
- HSV: hsv(265, 21%, 99%)
- CMYK: 12.00% cyan, 21.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 67.45, 62.93, 76.07
- Yxy: 62.93, 0.3267, 0.3048
- Hunter Lab: 83.41, 15.38, -23.26
- CIE-Lab: 83.41, 15.38, -23.26
In the XYZ color space, this color is represented as X: 67.45, Y: 62.93, Z: 76.07. The Yxy representation further refines this as Y: 62.93, x: 0.3267, and y: 0.3048.
In the Hunter Lab color space, this color is represented as L: 83.41, a: 15.38, and b: -23.26. Similarly, in the CIE-Lab color space, it is represented as L: 83.41, a: 15.38, and b: -23.26.
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 #DDC7FC
Triadic colors are three colors evenly spaced around the color wheel, including #DDC7FC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DDC7FC
Monochromatic colors are variations of #DDC7FC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DDC7FC
The complementary color of #DDC7FC 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 #DDC7FC
/* Using HEX */ body { background-color: #ddc7fc; }
/* Using RGB */ body { background-color: rgb(221, 199, 252); }
/* Using RGB with opacity */ body { background-color: rgba(221, 199, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(265, 90%, 88%); }
/* Text color */ p { color: #ddc7fc; }
/* Box shadow */ div { box-shadow: 4px 4px #ddc7fc; }
HTML Examples of #DDC7FC
<!-- Using HEX --> <div style="background-color: #ddc7fc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 199, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 199, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(265, 90%, 88%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ddc7fc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ddc7fc; width: 100px; height: 100px;"></div>
Related Colors of #DDC7FC
These colors are similar to #DDC7FC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.