Color: #DBBCF9
#DBBCF9 Color Information
#DBBCF9 is a light color. The closest websafe version is #DBBCF9. A complement of this color would be #DBF9BD, perceived brightness is 0.80, and the grayscale version is #DBDBDB.
In the HSL color space, this color has a hue angle of 270°,a saturation of 84%, and a lightness of 86%.The HSV representation shows a hue of 270°, a saturation of 24%, and a value of 98%.
In a RGB color space, #DBBCF9 is composed of 86% red, 74% 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: 57.55, x: 0.3274, and y: 0.2953.
Color Code #DBBCF9
Shades of Color #DBBCF9
Shades are created by darkening the original color #DBBCF9 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 #DBBCF9
Tints are created by lightening the original color #DBBCF9 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 #DBBCF9 Color Code
In the HSL color space, this color has a hue angle of 270°, a saturation of 84%, and a lightness of 86%. The HSV representation shows a hue of 270°, a saturation of 24%, and a value of 98%.
- HEX: #DBBCF9
- RGB: rgb(219, 188, 249)
- HSL: hsl(270, 84%, 86%)
- HSV: hsv(270, 24%, 98%)
- CMYK: 12.00% cyan, 24.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 63.81, 57.55, 73.52
- Yxy: 57.55, 0.3274, 0.2953
- Hunter Lab: 80.49, 19.81, -26.09
- CIE-Lab: 80.49, 19.81, -26.09
In the XYZ color space, this color is represented as X: 63.81, Y: 57.55, Z: 73.52. The Yxy representation further refines this as Y: 57.55, x: 0.3274, and y: 0.2953.
In the Hunter Lab color space, this color is represented as L: 80.49, a: 19.81, and b: -26.09. Similarly, in the CIE-Lab color space, it is represented as L: 80.49, a: 19.81, and b: -26.09.
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 #DBBCF9
Triadic colors are three colors evenly spaced around the color wheel, including #DBBCF9. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #DBBCF9
Monochromatic colors are variations of #DBBCF9, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DBBCF9
The complementary color of #DBBCF9 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 #DBBCF9
/* Using HEX */ body { background-color: #dbbcf9; }
/* Using RGB */ body { background-color: rgb(219, 188, 249); }
/* Using RGB with opacity */ body { background-color: rgba(219, 188, 249, 0.5); }
/* Using HSL */ body { background-color: hsl(270, 84%, 86%); }
/* Text color */ p { color: #dbbcf9; }
/* Box shadow */ div { box-shadow: 4px 4px #dbbcf9; }
/* Border color */ .box { border: 4px solid #dbbcf9; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dbbcf9; }
/* Background with text */ div { background: #dbbcf9; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DBBCF9
<!-- Using HEX --> <div style="background-color: #dbbcf9; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(219, 188, 249); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(219, 188, 249, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(270, 84%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dbbcf9;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dbbcf9; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dbbcf9; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dbbcf9;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dbbcf9; color: #fff; padding: 16px; border-radius: 8px;"> #DBBCF9 </div>
Related Colors of #DBBCF9
These colors are similar to #DBBCF9, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.