Color: #AFDDCC
#AFDDCC Color Information
#AFDDCC is a light color. The closest websafe version is #AFDDCC. A complement of this color would be #DDB0C1, perceived brightness is 0.81, and the grayscale version is #C6C6C6.
In the HSL color space, this color has a hue angle of 158°,a saturation of 40%, and a lightness of 78%.The HSV representation shows a hue of 158°, a saturation of 21%, and a value of 87%.
In a RGB color space, #AFDDCC is composed of 69% red, 87% green and 80% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 0% magenta, 8% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 65.03, x: 0.3228, and y: 0.3804.
Color Code #AFDDCC
Shades of Color #AFDDCC
Shades are created by darkening the original color #AFDDCC 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 #AFDDCC
Tints are created by lightening the original color #AFDDCC 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 #AFDDCC Color Code
In the HSL color space, this color has a hue angle of 158°, a saturation of 40%, and a lightness of 78%. The HSV representation shows a hue of 158°, a saturation of 21%, and a value of 87%.
- HEX: #AFDDCC
- RGB: rgb(175, 221, 204)
- HSL: hsl(158, 40%, 78%)
- HSV: hsv(158, 21%, 87%)
- CMYK: 21.00% cyan, 0.00% magenta, 8.00% yellow, 13.00% black
- XYZ: 55.18, 65.03, 50.74
- Yxy: 65.03, 0.3228, 0.3804
- Hunter Lab: 84.50, -18.08, 3.21
- CIE-Lab: 84.50, -18.08, 3.21
In the XYZ color space, this color is represented as X: 55.18, Y: 65.03, Z: 50.74. The Yxy representation further refines this as Y: 65.03, x: 0.3228, and y: 0.3804.
In the Hunter Lab color space, this color is represented as L: 84.50, a: -18.08, and b: 3.21. Similarly, in the CIE-Lab color space, it is represented as L: 84.50, a: -18.08, and b: 3.21.
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 #AFDDCC
Triadic colors are three colors evenly spaced around the color wheel, including #AFDDCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AFDDCC
Monochromatic colors are variations of #AFDDCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AFDDCC
The complementary color of #AFDDCC 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 #AFDDCC
/* Using HEX */ body { background-color: #afddcc; }
/* Using RGB */ body { background-color: rgb(175, 221, 204); }
/* Using RGB with opacity */ body { background-color: rgba(175, 221, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(158, 40%, 78%); }
/* Text color */ p { color: #afddcc; }
/* Box shadow */ div { box-shadow: 4px 4px #afddcc; }
/* Border color */ .box { border: 4px solid #afddcc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #afddcc; }
/* Background with text */ div { background: #afddcc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AFDDCC
<!-- Using HEX --> <div style="background-color: #afddcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(175, 221, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(175, 221, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(158, 40%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #afddcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #afddcc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #afddcc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #afddcc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #afddcc; color: #fff; padding: 16px; border-radius: 8px;"> #AFDDCC </div>
Related Colors of #AFDDCC
These colors are similar to #AFDDCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.