Color: #CDAABB
#CDAABB Color Information
#CDAABB is a light color. The closest websafe version is #CDAABB. A complement of this color would be #ABCEBD, perceived brightness is 0.72, and the grayscale version is #BCBCBC.
In the HSL color space, this color has a hue angle of 331°,a saturation of 26%, and a lightness of 74%.The HSV representation shows a hue of 331°, a saturation of 17%, and a value of 80%.
In a RGB color space, #CDAABB is composed of 80% red, 67% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 9% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 45.41, x: 0.3649, and y: 0.3367.
Color Code #CDAABB
Shades of Color #CDAABB
Shades are created by darkening the original color #CDAABB 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 #CDAABB
Tints are created by lightening the original color #CDAABB 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 #CDAABB Color Code
In the HSL color space, this color has a hue angle of 331°, a saturation of 26%, and a lightness of 74%. The HSV representation shows a hue of 331°, a saturation of 17%, and a value of 80%.
- HEX: #CDAABB
- RGB: rgb(205, 170, 187)
- HSL: hsl(331, 26%, 74%)
- HSV: hsv(331, 17%, 80%)
- CMYK: 0.00% cyan, 17.00% magenta, 9.00% yellow, 20.00% black
- XYZ: 49.21, 45.41, 40.24
- Yxy: 45.41, 0.3649, 0.3367
- Hunter Lab: 73.16, 15.25, -3.70
- CIE-Lab: 73.16, 15.25, -3.70
In the XYZ color space, this color is represented as X: 49.21, Y: 45.41, Z: 40.24. The Yxy representation further refines this as Y: 45.41, x: 0.3649, and y: 0.3367.
In the Hunter Lab color space, this color is represented as L: 73.16, a: 15.25, and b: -3.70. Similarly, in the CIE-Lab color space, it is represented as L: 73.16, a: 15.25, and b: -3.70.
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 #CDAABB
Triadic colors are three colors evenly spaced around the color wheel, including #CDAABB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CDAABB
Split complementary colors are two colors adjacent to the complementary color of #CDAABB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CDAABB
Monochromatic colors are variations of #CDAABB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CDAABB
The complementary color of #CDAABB 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 #CDAABB
/* Using HEX */ body { background-color: #cdaabb; }
/* Using RGB */ body { background-color: rgb(205, 170, 187); }
/* Using RGB with opacity */ body { background-color: rgba(205, 170, 187, 0.5); }
/* Using HSL */ body { background-color: hsl(331, 26%, 74%); }
/* Text color */ p { color: #cdaabb; }
/* Box shadow */ div { box-shadow: 4px 4px #cdaabb; }
/* Border color */ .box { border: 4px solid #cdaabb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cdaabb; }
/* Background with text */ div { background: #cdaabb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CDAABB
<!-- Using HEX --> <div style="background-color: #cdaabb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(205, 170, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(205, 170, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(331, 26%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cdaabb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cdaabb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cdaabb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cdaabb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cdaabb; color: #fff; padding: 16px; border-radius: 8px;"> #CDAABB </div>
Related Colors of #CDAABB
These colors are similar to #CDAABB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.