Color: #CEBCF7
#CEBCF7 Color Information
#CEBCF7 is a light color. The closest websafe version is #CEBCF7. A complement of this color would be #E5F7BB, perceived brightness is 0.78, and the grayscale version is #DADADA.
In the HSL color space, this color has a hue angle of 258°,a saturation of 79%, and a lightness of 85%.The HSV representation shows a hue of 258°, a saturation of 24%, and a value of 97%.
In a RGB color space, #CEBCF7 is composed of 81% red, 74% green and 97% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 24% magenta, 0% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 55.42, x: 0.3184, and y: 0.2961.
Color Code #CEBCF7
Shades of Color #CEBCF7
Shades are created by darkening the original color #CEBCF7 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 #CEBCF7
Tints are created by lightening the original color #CEBCF7 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 #CEBCF7 Color Code
In the HSL color space, this color has a hue angle of 258°, a saturation of 79%, and a lightness of 85%. The HSV representation shows a hue of 258°, a saturation of 24%, and a value of 97%.
- HEX: #CEBCF7
- RGB: rgb(206, 188, 247)
- HSL: hsl(258, 79%, 85%)
- HSV: hsv(258, 24%, 97%)
- CMYK: 17.00% cyan, 24.00% magenta, 0.00% yellow, 3.00% black
- XYZ: 59.59, 55.42, 72.17
- Yxy: 55.42, 0.3184, 0.2961
- Hunter Lab: 79.28, 15.18, -26.98
- CIE-Lab: 79.28, 15.18, -26.98
In the XYZ color space, this color is represented as X: 59.59, Y: 55.42, Z: 72.17. The Yxy representation further refines this as Y: 55.42, x: 0.3184, and y: 0.2961.
In the Hunter Lab color space, this color is represented as L: 79.28, a: 15.18, and b: -26.98. Similarly, in the CIE-Lab color space, it is represented as L: 79.28, a: 15.18, and b: -26.98.
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 #CEBCF7
Triadic colors are three colors evenly spaced around the color wheel, including #CEBCF7. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CEBCF7
Split complementary colors are two colors adjacent to the complementary color of #CEBCF7. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CEBCF7
Monochromatic colors are variations of #CEBCF7, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CEBCF7
The complementary color of #CEBCF7 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 #CEBCF7
/* Using HEX */ body { background-color: #cebcf7; }
/* Using RGB */ body { background-color: rgb(206, 188, 247); }
/* Using RGB with opacity */ body { background-color: rgba(206, 188, 247, 0.5); }
/* Using HSL */ body { background-color: hsl(258, 79%, 85%); }
/* Text color */ p { color: #cebcf7; }
/* Box shadow */ div { box-shadow: 4px 4px #cebcf7; }
/* Border color */ .box { border: 4px solid #cebcf7; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cebcf7; }
/* Background with text */ div { background: #cebcf7; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CEBCF7
<!-- Using HEX --> <div style="background-color: #cebcf7; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(206, 188, 247); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(206, 188, 247, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(258, 79%, 85%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cebcf7;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cebcf7; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cebcf7; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cebcf7;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cebcf7; color: #fff; padding: 16px; border-radius: 8px;"> #CEBCF7 </div>
Related Colors of #CEBCF7
These colors are similar to #CEBCF7, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.