Color: #CEDAFC
#CEDAFC Color Information
#CEDAFC is a light color. The closest websafe version is #CEDAFC. A complement of this color would be #FCF0CF, perceived brightness is 0.86, and the grayscale version is #E5E5E5.
In the HSL color space, this color has a hue angle of 224°,a saturation of 88%, and a lightness of 90%.The HSV representation shows a hue of 224°, a saturation of 18%, and a value of 99%.
In a RGB color space, #CEDAFC is composed of 81% red, 85% green and 99% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 13% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 69.89, x: 0.3157, and y: 0.3252.
Color Code #CEDAFC
Shades of Color #CEDAFC
Shades are created by darkening the original color #CEDAFC 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 #CEDAFC
Tints are created by lightening the original color #CEDAFC 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 #CEDAFC Color Code
In the HSL color space, this color has a hue angle of 224°, a saturation of 88%, and a lightness of 90%. The HSV representation shows a hue of 224°, a saturation of 18%, and a value of 99%.
- HEX: #CEDAFC
- RGB: rgb(206, 218, 252)
- HSL: hsl(224, 88%, 90%)
- HSV: hsv(224, 18%, 99%)
- CMYK: 18.00% cyan, 13.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 67.84, 69.89, 77.19
- Yxy: 69.89, 0.3157, 0.3252
- Hunter Lab: 86.95, 0.98, -18.10
- CIE-Lab: 86.95, 0.98, -18.10
In the XYZ color space, this color is represented as X: 67.84, Y: 69.89, Z: 77.19. The Yxy representation further refines this as Y: 69.89, x: 0.3157, and y: 0.3252.
In the Hunter Lab color space, this color is represented as L: 86.95, a: 0.98, and b: -18.10. Similarly, in the CIE-Lab color space, it is represented as L: 86.95, a: 0.98, and b: -18.10.
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 #CEDAFC
Triadic colors are three colors evenly spaced around the color wheel, including #CEDAFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CEDAFC
Monochromatic colors are variations of #CEDAFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CEDAFC
The complementary color of #CEDAFC 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 #CEDAFC
/* Using HEX */ body { background-color: #cedafc; }
/* Using RGB */ body { background-color: rgb(206, 218, 252); }
/* Using RGB with opacity */ body { background-color: rgba(206, 218, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(224, 88%, 90%); }
/* Text color */ p { color: #cedafc; }
/* Box shadow */ div { box-shadow: 4px 4px #cedafc; }
/* Border color */ .box { border: 4px solid #cedafc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cedafc; }
/* Background with text */ div { background: #cedafc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CEDAFC
<!-- Using HEX --> <div style="background-color: #cedafc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 218, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 218, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(224, 88%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cedafc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cedafc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cedafc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cedafc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cedafc; color: #fff; padding: 16px; border-radius: 8px;"> #CEDAFC </div>
Related Colors of #CEDAFC
These colors are similar to #CEDAFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.