Color: #CCECF8
#CCECF8 Color Information
#CCECF8 is a light color. The closest websafe version is #CCECF8. A complement of this color would be #F8D9CE, perceived brightness is 0.89, and the grayscale version is #E2E2E2.
In the HSL color space, this color has a hue angle of 196°,a saturation of 76%, and a lightness of 89%.The HSV representation shows a hue of 196°, a saturation of 18%, and a value of 97%.
In a RGB color space, #CCECF8 is composed of 80% red, 93% green and 97% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 5% magenta, 0% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 79.26, x: 0.3170, and y: 0.3486.
Color Code #CCECF8
Shades of Color #CCECF8
Shades are created by darkening the original color #CCECF8 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 #CCECF8
Tints are created by lightening the original color #CCECF8 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 #CCECF8 Color Code
In the HSL color space, this color has a hue angle of 196°, a saturation of 76%, and a lightness of 89%. The HSV representation shows a hue of 196°, a saturation of 18%, and a value of 97%.
- HEX: #CCECF8
- RGB: rgb(204, 236, 248)
- HSL: hsl(196, 76%, 89%)
- HSV: hsv(196, 18%, 97%)
- CMYK: 18.00% cyan, 5.00% magenta, 0.00% yellow, 3.00% black
- XYZ: 72.06, 79.26, 76.02
- Yxy: 79.26, 0.3170, 0.3486
- Hunter Lab: 91.35, -8.97, -9.52
- CIE-Lab: 91.35, -8.97, -9.52
In the XYZ color space, this color is represented as X: 72.06, Y: 79.26, Z: 76.02. The Yxy representation further refines this as Y: 79.26, x: 0.3170, and y: 0.3486.
In the Hunter Lab color space, this color is represented as L: 91.35, a: -8.97, and b: -9.52. Similarly, in the CIE-Lab color space, it is represented as L: 91.35, a: -8.97, and b: -9.52.
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 #CCECF8
Triadic colors are three colors evenly spaced around the color wheel, including #CCECF8. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CCECF8
Split complementary colors are two colors adjacent to the complementary color of #CCECF8. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CCECF8
Monochromatic colors are variations of #CCECF8, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CCECF8
The complementary color of #CCECF8 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 #CCECF8
/* Using HEX */ body { background-color: #ccecf8; }
/* Using RGB */ body { background-color: rgb(204, 236, 248); }
/* Using RGB with opacity */ body { background-color: rgba(204, 236, 248, 0.5); }
/* Using HSL */ body { background-color: hsl(196, 76%, 89%); }
/* Text color */ p { color: #ccecf8; }
/* Box shadow */ div { box-shadow: 4px 4px #ccecf8; }
/* Border color */ .box { border: 4px solid #ccecf8; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ccecf8; }
/* Background with text */ div { background: #ccecf8; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CCECF8
<!-- Using HEX --> <div style="background-color: #ccecf8; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(204, 236, 248); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(204, 236, 248, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(196, 76%, 89%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ccecf8;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ccecf8; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ccecf8; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ccecf8;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ccecf8; color: #fff; padding: 16px; border-radius: 8px;"> #CCECF8 </div>
Related Colors of #CCECF8
These colors are similar to #CCECF8, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.